aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/uapi/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+18
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-0/+1
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-3/+18
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko1-0/+10
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+14
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-0/+4
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko1-0/+10
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee1-5/+16
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee1-1/+11
2023-03-13bpf: use canonical ftrace pathRoss Zwisler1-4/+4
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß1-1/+1
2023-03-08bpf: implement numbers iteratorAndrii Nakryiko1-0/+8
2023-03-02bpf: Add support for absolute value BPF timersTero Kristo1-0/+15
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-0/+5
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-1/+1
2023-03-01bpf: Add skb dynptrsJoanne Koong1-2/+11
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-0/+6
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky1-0/+11
2023-02-03bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner1-1/+1
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev1-0/+5
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan1-0/+7
2022-12-19bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig1-0/+4
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi1-4/+4
2022-11-23bpf: Update bpf_{g,s}etsockopt() documentationJi Rongfeng1-9/+12
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-1/+1
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi1-0/+10
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-0/+1
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-1/+49
2022-10-06bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko1-213/+219
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee1-0/+4
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee1-0/+6
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-0/+1
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet1-0/+38
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet1-0/+1
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui1-2/+5
2022-09-06bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song1-4/+5
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-14/+69
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani1-1/+9
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-08-26bpf: Fix a few typos in BPF helpers documentationQuentin Monnet1-8/+8
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo1-5/+5
2022-08-25bpf: Introduce cgroup iterHao Luo1-0/+30
2022-08-23bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev1-5/+17
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani1-0/+5
2022-08-17bpf: Partially revert flexible-array member replacementDaniel Borkmann1-1/+1
2022-08-15bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet1-2/+4
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer1-0/+13
2022-08-08bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky1-2/+12