summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-11/+16
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+18
* bpf: fix divides by zeroEric Dumazet2018-01-141-2/+2
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-101-3/+15
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+5
* bpf: fix spelling mistake: "obusing" -> "abusing"Colin Ian King2018-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-104-13/+100
|\
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+19
| * bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-092-11/+72
| * bpf: sockmap missing NULL psock checkJohn Fastabend2018-01-071-2/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-062-2/+40
|\ \ | |/ |/|
| * fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-052-2/+40
* | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-68/+34
* | bpf: fix integer overflowsAlexei Starovoitov2017-12-211-0/+48
* | bpf: don't prune branches when a scalar is replaced with a pointerJann Horn2017-12-211-8/+7
* | bpf: force strict alignment checks for stack pointersJann Horn2017-12-211-0/+5
* | bpf: fix missing error return in check_stack_boundary()Jann Horn2017-12-211-0/+1
* | bpf: fix 32-bit ALU op verificationJann Horn2017-12-211-11/+17
* | bpf: fix incorrect tracking of register size truncationJann Horn2017-12-211-17/+27
* | bpf: fix incorrect sign extension in check_alu_op()Jann Horn2017-12-211-1/+7
* | bpf/verifier: fix bounds calculation on BPF_RSHEdward Cree2017-12-211-14/+16
* | bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_dataDaniel Borkmann2017-12-151-0/+6
* | bpf: add schedule points to map alloc/freeEric Dumazet2017-12-121-0/+2
* | bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2017-12-011-1/+2
* | bpf: offload: add a license headerJakub Kicinski2017-11-271-0/+15
|/
* bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-0/+27
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-1/+3
* bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-17/+0
* bpf: offload: ignore namespace movesJakub Kicinski2017-11-211-0/+4
* bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-10/+0
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-11/+12
* bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-212-3/+3
* bpf: offload: limit offload to cls_bpf and xdp programs onlyJakub Kicinski2017-11-211-2/+3
* bpf: offload: add comment warning developers about double destroyJakub Kicinski2017-11-211-0/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-6/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-6/+0
| * Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-072-6/+24
| |\
| * | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-1/+1
* | | bpf: fix lockdep splatEric Dumazet2017-11-151-2/+6
* | | bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song2017-11-141-16/+24
* | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-112-5/+0
* | | bpf: add a bpf_override_function helperJosef Bacik2017-11-112-0/+5
* | | bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-053-0/+75
* | | bpf: remove old offload/analyzerJakub Kicinski2017-11-051-75/+0
* | | cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+1
* | | xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-4/+29
* | | bpf: report offload info to user spaceJakub Kicinski2017-11-052-0/+17
* | | bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-055-8/+217
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud