summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-22bpf: Add pid filter support for uprobe_multi linkJiri Olsa1-0/+1
2023-08-22bpf: Add cookies support for uprobe_multi linkJiri Olsa1-0/+1
2023-08-22bpf: Add multi uprobe linkJiri Olsa1-0/+16
2023-08-22bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa1-1/+3
2023-08-08bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa1-1/+6
2023-07-29netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu1-0/+5
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-0/+1
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-3/+0
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-4/+30
2023-07-19bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann1-8/+28
2023-07-19bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky1-0/+2
2023-07-12bpf: Support ->fill_link_info for perf_eventYafang Shao1-0/+35
2023-07-12bpf: Support ->fill_link_info for kprobe_multiYafang Shao1-0/+5
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+18
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-06-06bpf: 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-24bpf: 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-16bpf: 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-23bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee1-5/+16
2023-03-23bpf: Create links for BPF struct_ops maps.Kui-Feng Lee1-1/+11
2023-03-14bpf: 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-09bpf: implement numbers iteratorAndrii Nakryiko1-0/+8
2023-03-03bpf: 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-18bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-0/+6
2023-02-14bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky1-0/+11
2023-02-04bpf: 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-20bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig1-0/+4
2022-12-09bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi1-4/+4
2022-11-24bpf: 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-15bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi1-0/+10
2022-11-12bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-0/+1
2022-10-26bpf: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-09-29bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee1-0/+4
2022-09-29bpf: Parameterize task iterators.Kui-Feng Lee1-0/+6
2022-09-27bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-0/+1
2022-09-22bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet1-0/+38
2022-09-22bpf: 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