Age | Commit message (Expand) | Author |
2024-12-14 | bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs | Priya Bala Govindasamy |
2024-11-13 | bpf: Introduce range_tree data structure and use it in bpf arena | Alexei Starovoitov |
2024-10-14 | bpf: Add kmem_cache iterator | Namhyung Kim |
2024-08-30 | bpf: Remove custom build rule | Alexey Gladkov |
2024-06-21 | libbpf,bpf: Share BTF relocate-related code with kernel | Alan Maguire |
2024-05-01 | bpf: crypto: fix build when CONFIG_CRYPTO=m | Vadim Fedorenko |
2024-04-29 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-04-24 | bpf: make common crypto API for TC/XDP programs | Vadim Fedorenko |
2024-03-31 | kbuild: make -Woverride-init warnings more consistent | Arnd Bergmann |
2024-03-11 | bpf: Introduce bpf_arena. | Alexei Starovoitov |
2024-01-24 | bpf: Introduce BPF token object | Andrii Nakryiko |
2023-07-19 | bpf: Add fd-based tcx multi-prog infra with link support | Daniel Borkmann |
2023-07-19 | bpf: Add generic attach/detach/query API for multi-progs | Daniel Borkmann |
2023-04-11 | bpf: Split off basic BPF verifier log into separate file | Andrii Nakryiko |
2023-01-25 | bpf: Enable cpumasks to be queried and used as kptrs | David Vernet |
2022-10-25 | bpf: Implement cgroup storage available to non-cgroup-attached bpf progs | Yonghong Song |
2022-09-05 | bpf: Introduce any context BPF specific memory allocator. | Alexei Starovoitov |
2022-08-25 | bpf: Introduce cgroup iter | Hao Luo |
2022-05-10 | bpf: Add bpf_link iterator | Dmitrii Dolgov |
2021-12-02 | bpf: Prepare relo_core.c for kernel duty. | Alexei Starovoitov |
2021-10-28 | bpf: Add bloom filter map implementation | Joanne Koong |
2021-02-26 | bpf: Enable task local storage for tracing programs | Song Liu |
2020-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-11-06 | bpf: Implement task local storage | KP Singh |
2020-10-29 | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE | Ard Biesheuvel |
2020-08-25 | bpf: Implement bpf_local_storage for inodes | KP Singh |
2020-08-25 | bpf: Split bpf_local_storage to bpf_sk_storage | KP Singh |
2020-08-20 | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov |
2020-07-25 | bpf: Add bpf_prog iterator | Alexei Starovoitov |
2020-06-01 | flow_dissector: Move out netns_bpf prog callbacks | Jakub Sitnicki |
2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko |
2020-05-21 | xsk: Move xskmap.c to net/xdp/ | Björn Töpel |
2020-05-09 | bpf: Add task and task/file iterator targets | Yonghong Song |
2020-05-09 | bpf: Add bpf_map iterator | Yonghong Song |
2020-05-09 | bpf: Implement an interface to register bpf_iter targets | Yonghong Song |
2020-03-30 | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh |
2020-01-09 | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS | Martin KaFai Lau |
2019-12-13 | bpf: Introduce BPF dispatcher | Björn Töpel |
2019-11-15 | bpf: Introduce BPF trampoline | Alexei Starovoitov |
2019-08-13 | btf: expose BTF info through sysfs | Andrii Nakryiko |
2019-06-12 | bpf: silence warning messages in core | Valdis Klētnieks |
2018-10-19 | bpf: add queue and stack maps | Mauricio Vasquez B |
2018-10-15 | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann |
2018-08-11 | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau |
2018-08-03 | bpf: introduce cgroup storage maps | Roman Gushchin |
2018-05-03 | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel |
2018-04-19 | bpf: btf: Introduce BPF Type Format (BTF) | Martin KaFai Lau |
2018-01-04 | bpf: only build sockmap with CONFIG_INET | John Fastabend |
2017-11-05 | bpf: offload: add infrastructure for loading programs for a specific netdev | Jakub Kicinski |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |