summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa
2025-05-07bpf: Clarify handling of mark and tstamp by redirect_peerPaul Chaignon
2025-04-09bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon
2025-04-09bpf: Clarify role of BPF_F_RECOMPUTE_CSUMPaul Chaignon
2025-04-04bpf: Fix a comment describing bpf_attrAnton Protopopov
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing
2025-02-20bpf: Add networking timestamping support to bpf_get/setsockopt()Jason Xing
2025-02-12bpf: Sync uapi bpf.h header for the tooling infraYonghong Song
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao
2024-10-10bpf: Update bpf_override_return() commentMartin Kelly
2024-10-10bpf: fix argument type in bpf_loop documentationMatteo Croce
2024-10-03bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapiEduard Zingerman
2024-10-01bpf: Sync uapi bpf.h header to tools directoryDaniel Borkmann
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-08-23bpf: Add bpf_copy_from_user_str kfuncJordan Rome
2024-08-08bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan
2024-04-30bpf: Add support for kprobe session attachJiri Olsa
2024-04-25bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu
2024-04-23tools: sync include/uapi/linux/bpf.hBenjamin Tissoires
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-04bpf: Pack struct bpf_fib_lookupAnton Protopopov
2024-04-02bpf: Fix typo in uapi doc commentsDavid Lechner
2024-03-28bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov
2024-03-25bpf: Sync uapi bpf.h to tools directoryYonghong Song
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24bpf: Introduce BPF token objectAndrii Nakryiko
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee