summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-181-0/+1
* | bpf: move instruction printing into a separate fileJakub Kicinski2017-10-101-0/+1
|/
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-161-1/+4
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-1/+1
* bpf/verifier: rework value trackingEdward Cree2017-08-081-1/+1
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+3
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-1/+1
* bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-231-1/+1
* cgroup: add support for eBPF programsDaniel Mack2016-11-251-0/+1
* bpf: LRU ListMartin KaFai Lau2016-11-151-1/+1
* bpf: introduce percpu_freelistAlexei Starovoitov2016-03-081-1/+1
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+3
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-021-1/+3
* ebpf: remove kernel test stubsDaniel Borkmann2015-03-011-3/+0
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-181-1/+1
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-181-1/+1
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-181-1/+1
* bpf: split eBPF out of NETAlexei Starovoitov2014-10-271-3/+3
* bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-261-0/+4
* bpf: verifier (add docs)Alexei Starovoitov2014-09-261-1/+1
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-261-1/+1
* net: filter: split filter.c into two filesAlexei Starovoitov2014-07-231-0/+1