summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-08-24bpf: hash map: decrement counter on errorMauricio Vasquez B
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song
2018-03-11bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann
2018-03-03bpf: sockmap missing NULL psock checkJohn Fastabend
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-31bpf: fix divides by zeroEric Dumazet
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov
2017-12-25bpf: fix integer overflowsDaniel Borkmann
2017-12-25bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann
2017-12-25bpf: force strict alignment checks for stack pointersDaniel Borkmann
2017-12-25bpf: fix missing error return in check_stack_boundary()Daniel Borkmann
2017-12-25bpf: fix 32-bit ALU op verificationDaniel Borkmann
2017-12-25bpf: fix incorrect tracking of register size truncationDaniel Borkmann
2017-12-25bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann
2017-12-25bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann
2017-12-25bpf: fix branch pruning logicDaniel Borkmann
2017-12-14bpf: fix lockdep splatEric Dumazet
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-07bpf: fix liveness markingAlexei Starovoitov
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov