summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao
2025-09-23bpf: bpf task work plumbingMykyta Yatsenko
2025-09-22bpf: Implement signature verification for BPF programsKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-10bpf: adjust path to trace_output sample eBPF programTobias Klauser
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen
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-05bpf: Add comment about helper freezeLevi Zim
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: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
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-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky
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-23bpf: add support for bpf_wq user typeBenjamin 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