- 49f3d12 bpf: Fix typo in uapi/linux/bpf.h by Jakub Wilk · 4 years, 3 months ago
- 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 3 months ago
- eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 3 months ago
- 4976b71 bpf: Introduce pseudo_btf_id by Hao Luo · 4 years, 3 months ago
- 792cacc bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array by Song Liu · 4 years, 3 months ago
- b4ab314 bpf: Add redirect_neigh helper as redirect drop-in by Daniel Borkmann · 4 years, 3 months ago
- b426ce8 bpf: Add classid helper only based on skb->sk by Daniel Borkmann · 4 years, 3 months ago
- 4a1e7c0 bpf: Support attaching freplace programs to multiple attach points by Toke Høiland-Jørgensen · 4 years, 3 months ago
- eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 3 months ago
- c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 3 months ago
- 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 4 months ago
- 27e5203 bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
- c0df236 bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
- 592a349 bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
- a5fa25a bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON by Martin KaFai Lau · 4 years, 4 months ago
- ef15314 bpf: Add BPF_PROG_BIND_MAP syscall by YiFei Zhu · 4 years, 4 months ago
- 1aef5b4 bpf: Fix comment for helper bpf_current_task_under_cgroup() by Song Liu · 4 years, 4 months ago
- bc0b5a0 tools, bpf: Synchronise BPF UAPI header with tools by Quentin Monnet · 4 years, 4 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 4 months ago
- 1e6c62a bpf: Introduce sleepable BPF programs by Alexei Starovoitov · 4 years, 4 months ago
- b0c9eb3 bpf: Make bpf_link_info.iter similar to bpf_iter_link_info by Yonghong Song · 4 years, 4 months ago
- 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 5 months ago
- 3089783 bpf: Allow local storage to be used from LSM programs by KP Singh · 4 years, 5 months ago
- 8ea6368 bpf: Implement bpf_local_storage for inodes by KP Singh · 4 years, 5 months ago
- f836a56 bpf: Generalize bpf_sk_storage by KP Singh · 4 years, 5 months ago
- 267cf9f tcp: bpf: Optionally store mac header in TCP_SAVE_SYN by Martin KaFai Lau · 4 years, 5 months ago
- 0813a84 bpf: tcp: Allow bpf prog to write and parse TCP header option by Martin KaFai Lau · 4 years, 5 months ago
- 331fca4 bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() by Martin KaFai Lau · 4 years, 5 months ago
- 00d211a bpf: tcp: Add bpf_skops_parse_hdr() by Martin KaFai Lau · 4 years, 5 months ago
- ca584ba tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt by Martin KaFai Lau · 4 years, 5 months ago
- 2b8ee4f tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt by Martin KaFai Lau · 4 years, 5 months ago
- 6b0a249 bpf: Implement link_query for bpf iterators by Yonghong Song · 4 years, 5 months ago
- b16fc09 bpf: Fix two typos in uapi/linux/bpf.h by Tobias Klauser · 4 years, 5 months ago
- 74fc097 tools/bpf: Support new uapi for map element bpf iterator by Yonghong Song · 4 years, 5 months ago
- 2e49527 libbpf: Add bpf_link detach APIs by Andrii Nakryiko · 4 years, 5 months ago
- e1613b5 bpf: Fix bpf_ringbuf_output() signature to return long by Andrii Nakryiko · 4 years, 6 months ago
- dc8698c libbpf: Add support for BPF XDP link by Andrii Nakryiko · 4 years, 6 months ago
- a5cbe05 bpf: Implement bpf iterator for map elements by Yonghong Song · 4 years, 6 months ago
- a352b32 bpf: Sync linux/bpf.h to tools/ by Jakub Sitnicki · 4 years, 6 months ago
- bfdfa51 bpf: Drop duplicated words in uapi helper comments by Randy Dunlap · 4 years, 6 months ago
- 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 6 months ago
- 644bfe5 cpumap: Formalize map value as a named struct by Lorenzo Bianconi · 4 years, 6 months ago
- 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- e8b012e libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
- fa28dcb bpf: Introduce helper bpf_get_task_stack() by Song Liu · 4 years, 6 months ago
- 0d4fad3 bpf: Add bpf_skc_to_udp6_sock() helper by Yonghong Song · 4 years, 7 months ago
- 478cfbd bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers by Yonghong Song · 4 years, 7 months ago
- af7ec13 bpf: Add bpf_skc_to_tcp6_sock() helper by Yonghong Song · 4 years, 7 months ago
- f9bcf96 bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt by Dmitry Yakunin · 4 years, 7 months ago
- bcc7f55 bpf: Fix formatting in documentation for BPF helpers by Quentin Monnet · 4 years, 7 months ago
- 4e608675 Merge up to bpf_probe_read_kernel_str() fix into bpf-next by Alexei Starovoitov · 4 years, 7 months ago
- bdb7b79 bpf: Switch most helper return values from 32-bit int to 64-bit long by Andrii Nakryiko · 4 years, 7 months ago
- b0659d8 bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments by Andrii Nakryiko · 4 years, 7 months ago
- 042b154 bpf: Selftests and tools use struct bpf_devmap_val from uapi by Jesper Dangaard Brouer · 4 years, 7 months ago
- 7cdec54 bpf: Add csum_level helper for fixing up csum levels by Daniel Borkmann · 4 years, 7 months ago
- 836e66c bpf: Fix up bpf_skb_adjust_room helper's skb csum setting by Daniel Borkmann · 4 years, 7 months ago
- 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 7 months ago
- df8fe57 tools/bpf: sync bpf.h by Alexei Starovoitov · 4 years, 7 months ago
- 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 7 months ago
- fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 7 months ago
- 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 8 months ago
- 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 8 months ago
- fb53d3b tools/bpf: sync bpf.h by Alexei Starovoitov · 4 years, 8 months ago
- 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 8 months ago
- f307fa2 bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers by Andrey Ignatov · 4 years, 8 months ago
- 7aebfa1 bpf: Support narrow loads from bpf_sock_addr.user_port by Andrey Ignatov · 4 years, 8 months ago
- ff20460 tools, bpf: Synchronise BPF UAPI header with tools by Quentin Monnet · 4 years, 8 months ago
- 492e639 bpf: Add bpf_seq_printf and bpf_seq_write helpers by Yonghong Song · 4 years, 8 months ago
- ac51d99 bpf: Create anonymous bpf iterator by Yonghong Song · 4 years, 8 months ago
- de4e05c bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE by Yonghong Song · 4 years, 8 months ago
- 15d83c4 bpf: Allow loading of a bpf_iter program by Yonghong Song · 4 years, 8 months ago
- 8086fba bpf: Allow any port in bpf_bind helper by Stanislav Fomichev · 4 years, 8 months ago
- beecf11 bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr by Stanislav Fomichev · 4 years, 8 months ago
- d46edd6 bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS by Song Liu · 4 years, 8 months ago
- f2e10bf bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link by Andrii Nakryiko · 4 years, 9 months ago
- 71d1921 bpf: add bpf_ktime_get_boot_ns() by Maciej Żenczykowski · 4 years, 9 months ago
- a33d314 bpf: Fix reStructuredText markup by Jakub Wilk · 4 years, 9 months ago
- cc4f864 libbpf: Add support for bpf_link-based cgroup attachment by Andrii Nakryiko · 4 years, 10 months ago
- af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 10 months ago
- cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 10 months ago
- fc611f4 bpf: Introduce BPF_PROG_TYPE_LSM by KP Singh · 4 years, 10 months ago
- 0f09abd bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id by Daniel Borkmann · 4 years, 10 months ago
- f318903 bpf: Add netns cookie and enable it for bpf cgroup hooks by Daniel Borkmann · 4 years, 10 months ago
- d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 10 months ago
- b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 10 months ago
- ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
- 1aae4bd bpf: Switch BPF UAPI #define constants used from BPF program side to enums by Andrii Nakryiko · 4 years, 10 months ago
- b0ac494 bpf: Sync uapi bpf.h to tools/ by Willem de Bruijn · 4 years, 10 months ago
- b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
- 67306f8 selftests/bpf: Add bpf_read_branch_records() selftest by Daniel Xu · 5 years ago
- f25975f bpf, uapi: Remove text about bpf_redirect_map() giving higher performance by Toke Høiland-Jørgensen · 5 years ago
- 0a49c1a bpf: Sync uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
- 2db6eab libbpf: Add support for program extensions by Alexei Starovoitov · 5 years ago
- a1e3a3b tools/bpf: Sync uapi header bpf.h by Yonghong Song · 5 years ago
- 8482941 bpf: Add bpf_send_signal_thread() helper by Yonghong Song · 5 years ago
- f5bfcd9 bpf: Document BPF_F_QUERY_EFFECTIVE flag by Andrey Ignatov · 5 years ago
- 17328d6 bpf: Synch uapi bpf.h to tools/ by Martin KaFai Lau · 5 years ago
- 7dd68b3 bpf: Support replacing cgroup-bpf program in MULTI mode by Andrey Ignatov · 5 years ago