summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | | |/ | |/|
| * | 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: fix verifier NULL pointer dereferenceCraig Gallek2017-11-031-4/+8
* | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-031-0/+4
* | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-031-0/+2
* | | bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-021-69/+96
* | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-1/+1
* | | bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-021-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-4/+12
|\| |
| * | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-011-9/+18
* | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-11-011-149/+288
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+10
|\| |
| * | 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: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-251-0/+81
* | bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-225-36/+90
|\|
| * 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