summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-12-051-4/+58
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-11-131-0/+13
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-101-4/+6
* bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-11-043-5/+6
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-101-1/+9
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-10-031-0/+3
* bpf: hash map: decrement counter on errorMauricio Vasquez B2018-08-241-5/+11
* bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-08-031-2/+2
* bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-04-261-5/+14
* bpf: skip unnecessary capability checkChenbo Feng2018-03-281-1/+1
* bpf: allow xadd only on aligned memoryDaniel Borkmann2018-03-111-16/+26
* bpf: add schedule points in percpu arrays managementEric Dumazet2018-03-111-1/+4
* bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-03-111-2/+1
* bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song2018-03-111-4/+7
* bpf: fix mlock precharge on arraymapsDaniel Borkmann2018-03-111-12/+16
* bpf: sockmap missing NULL psock checkJohn Fastabend2018-03-031-2/+9
* bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-02-251-9/+16
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-6/+0
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-311-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-311-0/+18
* bpf: fix divides by zeroEric Dumazet2018-01-311-2/+2
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-0/+19
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-171-0/+5
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-171-3/+15
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-172-11/+72
* bpf: fix integer overflowsDaniel Borkmann2017-12-251-0/+48
* bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann2017-12-251-8/+7
* bpf: force strict alignment checks for stack pointersDaniel Borkmann2017-12-251-0/+5
* bpf: fix missing error return in check_stack_boundary()Daniel Borkmann2017-12-251-0/+1
* bpf: fix 32-bit ALU op verificationDaniel Borkmann2017-12-251-11/+17
* bpf: fix incorrect tracking of register size truncationDaniel Borkmann2017-12-251-17/+27
* bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann2017-12-251-1/+7
* bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann2017-12-251-14/+16
* bpf: fix branch pruning logicDaniel Borkmann2017-12-251-0/+27
* bpf: fix lockdep splatEric Dumazet2017-12-141-2/+6
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
* | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
|/
* bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
* bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
* bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
* bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
* bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
* bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6