summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* bpf: crypto: fix build when CONFIG_CRYPTO=mVadim Fedorenko2024-05-011-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-0/+3
|\
| * bpf: make common crypto API for TC/XDP programsVadim Fedorenko2024-04-241-0/+3
* | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
|/
* bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+3
* bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-1/+1
* bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-191-0/+1
* bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann2023-07-191-1/+1
* bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko2023-04-111-1/+2
* bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2023-01-251-0/+1
* bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-1/+1
* bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov2022-09-051-1/+1
* bpf: Introduce cgroup iterHao Luo2022-08-251-0/+3
* bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-101-1/+1
* bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov2021-12-021-0/+4
* bpf: Add bloom filter map implementationJoanne Koong2021-10-281-1/+1
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+1
|\
| * bpf: Implement task local storageKP Singh2020-11-061-0/+1
* | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-291-1/+5
|/
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-0/+1
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-251-0/+1
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-0/+1
* bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-251-1/+1
* flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-0/+1
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-1/+1
* xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-211-3/+0
* bpf: Add task and task/file iterator targetsYonghong Song2020-05-091-1/+1
* bpf: Add bpf_map iteratorYonghong Song2020-05-091-1/+1
* bpf: Implement an interface to register bpf_iter targetsYonghong Song2020-05-091-1/+1
* bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+1
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+3
* bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+1
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+1
* btf: expose BTF info through sysfsAndrii Nakryiko2019-08-131-0/+3
* bpf: silence warning messages in coreValdis Klētnieks2019-06-121-0/+1
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-1/+1
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-5/+0
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+3
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+1
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-031-0/+3
* bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-191-0/+1
* bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-041-0/+2
* 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