summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/Makefile
AgeCommit message (Expand)AuthorLines
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov-1/+1
2021-12-02bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov-0/+4
2021-10-28bpf: Add bloom filter map implementationJoanne Koong-1/+1
2021-02-26bpf: Enable task local storage for tracing programsSong Liu-2/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+1
2020-11-06bpf: Implement task local storageKP Singh-0/+1
2020-10-29bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel-1/+5
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-0/+1
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh-0/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov-0/+1
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov-1/+1
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki-0/+1
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko-1/+1
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel-3/+0
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song-1/+1
2020-05-09bpf: Add bpf_map iteratorYonghong Song-1/+1
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song-1/+1
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh-0/+1
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau-0/+3
2019-12-13bpf: Introduce BPF dispatcherBjörn Töpel-0/+1
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov-0/+1
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko-0/+3
2019-06-12bpf: silence warning messages in coreValdis Klētnieks-0/+1
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B-1/+1
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann-5/+0
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau-0/+3
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin-0/+1
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel-0/+3
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau-0/+1
2018-01-04bpf: only build sockmap with CONFIG_INETJohn Fastabend-0/+2
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer-0/+1
2017-10-10bpf: move instruction printing into a separate fileJakub Kicinski-0/+1
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend-1/+4
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend-1/+1
2017-08-08bpf/verifier: rework value trackingEdward Cree-1/+1
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend-0/+3
2017-03-22bpf: Add array of maps supportMartin KaFai Lau-1/+1
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack-1/+1
2016-11-25cgroup: add support for eBPF programsDaniel Mack-0/+1
2016-11-15bpf: LRU ListMartin KaFai Lau-1/+1
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov-1/+1
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov-0/+3
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann-1/+3
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann-3/+0
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov-1/+1
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov-1/+1
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov-1/+1