summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
* bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-05
* bpf: remove old offload/analyzerJakub Kicinski2017-11-05
* cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-05
* xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-05
* bpf: report offload info to user spaceJakub Kicinski2017-11-05
* bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | | bpf: fix verifier NULL pointer dereferenceCraig Gallek2017-11-03
* | | bpf: fix out-of-bounds access warning in bpf_checkArnd Bergmann2017-11-03
* | | bpf: fix link error without CONFIG_NETArnd Bergmann2017-11-03
* | | bpf: also improve pattern matches for meta accessDaniel Borkmann2017-11-02
* | | bpf: minor cleanups after mergeDaniel Borkmann2017-11-02
* | | bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer2017-11-02
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-02
|\| |
| * | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-10-31
* | | bpf: fix verifier memory leaksAlexei Starovoitov2017-11-01
* | | bpf: reduce verifier memory consumptionAlexei Starovoitov2017-10-31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\| |
| * | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-28
| * | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-28
| |/
* | bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-24
* | bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\|
| * bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-21
| * bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-21
| * bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-21
| * bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-20
| * bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-20
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-20
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-20
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-19
| * bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-19
| * bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-18
* | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-20
* | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-20
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-18
* | bpf: remove the verifier ops from program structureJakub Kicinski2017-10-18
* | bpf: split verifier and program opsJakub Kicinski2017-10-18
* | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-18
* | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-18
* | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-18
* | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-18
* | tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2017-10-16
* | bpf: verifier: set reg_type on context accesses in second passJakub Kicinski2017-10-14
* | bpf: remove redundant variable old_flagsColin Ian King2017-10-11
* | bpf: write back the verifier log buffer as it gets filledJakub Kicinski2017-10-10
* | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-10