summaryrefslogtreecommitdiff
path: root/kernel/bpf/Makefile
Commit message (Expand)AuthorAge
* bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-04
* 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-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-18
* | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-10
|/
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-16
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-16
* bpf/verifier: rework value trackingEdward Cree2017-08-08
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-17
* bpf: Add array of maps supportMartin KaFai Lau2017-03-22
* bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-23
* cgroup: add support for eBPF programsDaniel Mack2016-11-25
* bpf: LRU ListMartin KaFai Lau2016-11-15
* bpf: introduce percpu_freelistAlexei Starovoitov2016-03-08
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-20
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-02
* ebpf: remove kernel test stubsDaniel Borkmann2015-03-01
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-18
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-18
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-18
* bpf: split eBPF out of NETAlexei Starovoitov2014-10-27
* bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-26
* bpf: verifier (add docs)Alexei Starovoitov2014-09-26
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-26
* net: filter: split filter.c into two filesAlexei Starovoitov2014-07-23