summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend3-5/+6
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn1-1/+9
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-08-24bpf: hash map: decrement counter on errorMauricio Vasquez B1-5/+11
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend1-5/+14
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann1-16/+26
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1
2018-03-11bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song1-4/+7
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann1-12/+16
2018-03-03bpf: sockmap missing NULL psock checkJohn Fastabend1-2/+9
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann1-9/+16
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-6/+0
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann1-0/+19
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+18
2018-01-31bpf: fix divides by zeroEric Dumazet1-2/+2
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-3/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov2-11/+72
2017-12-25bpf: fix integer overflowsDaniel Borkmann1-0/+48
2017-12-25bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann1-8/+7
2017-12-25bpf: force strict alignment checks for stack pointersDaniel Borkmann1-0/+5
2017-12-25bpf: fix missing error return in check_stack_boundary()Daniel Borkmann1-0/+1
2017-12-25bpf: fix 32-bit ALU op verificationDaniel Borkmann1-11/+17
2017-12-25bpf: fix incorrect tracking of register size truncationDaniel Borkmann1-17/+27
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann1-1/+7
2017-12-25bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann1-14/+16
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+27
2017-12-14bpf: fix lockdep splatEric Dumazet1-2/+6
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-4/+12
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-1/+2
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend1-2/+10
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann1-0/+24
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann1-12/+21
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend1-1/+1
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend1-0/+3
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend1-0/+3
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-10/+9
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-0/+6
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2-5/+1
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann1-2/+3
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski1-2/+6
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1