| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Implement cgroup storage available to non-cgroup-attached bpf progs | Yonghong Song | 2022-10-25 | 1 | -0/+1 |
* | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type | David Vernet | 2022-09-21 | 1 | -0/+1 |
* | bpf, x86: Generate trampolines from bpf_tramp_links | Kui-Feng Lee | 2022-05-10 | 1 | -0/+1 |
* | bpf: Add multi kprobe link | Jiri Olsa | 2022-03-17 | 1 | -0/+1 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 1 | -0/+1 |
|\ |
|
| * | bpf: Add bloom filter map implementation | Joanne Koong | 2021-10-28 | 1 | -0/+1 |
* | | bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NET | Tejun Heo | 2021-10-26 | 1 | -4/+4 |
|/ |
|
* | bpf: Implement minimal BPF perf link | Andrii Nakryiko | 2021-08-17 | 1 | -0/+3 |
* | bpf: Fix OOB read when printing XDP link fdinfo | Lorenz Bauer | 2021-07-19 | 1 | -0/+1 |
* | bpf: Introduce bpf_sys_bpf() helper and program type. | Alexei Starovoitov | 2021-05-19 | 1 | -0/+2 |
* | bpf: Clean up sockmap related Kconfigs | Cong Wang | 2021-02-26 | 1 | -4/+2 |
* | bpf: Enable task local storage for tracing programs | Song Liu | 2021-02-26 | 1 | -1/+1 |
* | bpf: Implement task local storage | KP Singh | 2020-11-06 | 1 | -0/+1 |
* | bpf: Implement bpf_local_storage for inodes | KP Singh | 2020-08-25 | 1 | -0/+3 |
* | bpf: Introduce SK_LOOKUP program type with a dedicated attach point | Jakub Sitnicki | 2020-07-17 | 1 | -0/+2 |
* | bpf: Add link-based BPF program attachment to network namespace | Jakub Sitnicki | 2020-06-01 | 1 | -0/+3 |
* | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 2020-06-01 | 1 | -0/+1 |
* | bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE | Yonghong Song | 2020-05-09 | 1 | -0/+1 |
* | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link | Andrii Nakryiko | 2020-04-28 | 1 | -0/+6 |
* | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 2020-03-30 | 1 | -0/+4 |
* | bpf: Introduce dynamic program extensions | Alexei Starovoitov | 2020-01-22 | 1 | -0/+2 |
* | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -0/+3 |
* | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS | Martin KaFai Lau | 2020-01-09 | 1 | -0/+4 |
* | bpf: Annotate context types | Alexei Starovoitov | 2019-11-15 | 1 | -26/+52 |
* | bpf: Replace prog_raw_tp+btf_id with prog_tracing | Alexei Starovoitov | 2019-10-31 | 1 | -0/+1 |
* | xdp: Add devmap_hash map type for looking up devices by hashed index | Toke Høiland-Jørgensen | 2019-07-29 | 1 | -0/+1 |
* | bpf: implement getsockopt and setsockopt hooks | Stanislav Fomichev | 2019-06-27 | 1 | -0/+1 |
* | bpf: Introduce bpf sk local storage | Martin KaFai Lau | 2019-04-27 | 1 | -0/+1 |
* | bpf: add writable context for raw tracepoints | Matt Mullins | 2019-04-26 | 1 | -0/+1 |
* | bpf: Sysctl hook | Andrey Ignatov | 2019-04-12 | 1 | -0/+1 |
* | bpf: BPF_PROG_TYPE_CGROUP_{SKB, SOCK, SOCK_ADDR} require cgroups enabled | Stanislav Fomichev | 2019-01-31 | 1 | -0/+2 |
* | bpf: add queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 1 | -0/+2 |
* | bpf: rename stack trace map operations | Mauricio Vasquez B | 2018-10-19 | 1 | -1/+1 |
* | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 1 | -1/+1 |
* | bpf: introduce per-cpu cgroup local storage | Roman Gushchin | 2018-10-01 | 1 | -0/+1 |
* | flow_dissector: fix build failure without CONFIG_NET | Willem de Bruijn | 2018-09-19 | 1 | -1/+1 |
* | flow_dissector: implements flow dissector BPF hook | Petar Penkov | 2018-09-14 | 1 | -0/+1 |
* | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 2018-08-11 | 1 | -0/+3 |
* | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau | 2018-08-11 | 1 | -0/+3 |
* | bpf: introduce cgroup storage maps | Roman Gushchin | 2018-08-03 | 1 | -0/+3 |
* | media: rc: introduce BPF_PROG_LIRC_MODE2 | Sean Young | 2018-05-30 | 1 | -0/+3 |
* | ipv6: sr: Add seg6local action End.BPF | Mathieu Xhonneux | 2018-05-24 | 1 | -0/+1 |
* | bpf: Split lwt inout verifier structures | Mathieu Xhonneux | 2018-05-24 | 1 | -2/+2 |
* | bpf: sockmap, add hash map support | John Fastabend | 2018-05-15 | 1 | -0/+1 |
* | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel | 2018-05-03 | 1 | -0/+3 |
* | bpf: Hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 1 | -0/+1 |
* | bpf: introduce BPF_RAW_TRACEPOINT | Alexei Starovoitov | 2018-03-28 | 1 | -0/+1 |
* | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data | John Fastabend | 2018-03-19 | 1 | -0/+1 |
* | bpf: only build sockmap with CONFIG_INET | John Fastabend | 2018-01-04 | 1 | -1/+1 |
* | bpf, cgroup: implement eBPF-based device controller for cgroup v2 | Roman Gushchin | 2017-11-05 | 1 | -0/+3 |