aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/Makefile
AgeCommit message (Expand)Author
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack
2016-11-25cgroup: add support for eBPF programsDaniel Mack
2016-11-15bpf: LRU ListMartin KaFai Lau
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov
2014-09-26bpf: verifier (add docs)Alexei Starovoitov
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov