summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+4
* bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+10
* bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-061-0/+5
* bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-1/+18
* bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly2024-02-221-1/+5
* bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-241-0/+5
* bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-241-0/+5
* bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-241-0/+8
* bpf: Introduce BPF token objectAndrii Nakryiko2024-01-241-0/+37
* bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-231-0/+8
* bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-231-1/+1
* bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-231-0/+1
* bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-231-0/+6
* bpf, docs: Fix bpf_redirect_peer header docVictor Stewart2024-01-231-3/+3
* Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-42/+0
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-1/+45
|\
| * bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko2023-12-061-1/+3
| * bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2023-12-061-0/+2
| * bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2023-12-061-0/+1
| * bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2023-12-061-0/+2
| * bpf: introduce BPF token objectAndrii Nakryiko2023-12-061-0/+37
* | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-041-0/+1
|/
* bpf: Add link_info support for uprobe multi linkJiri Olsa2023-11-281-0/+10
* bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko2023-11-171-1/+1
* bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko2023-11-151-0/+3
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2023-11-101-0/+3
* bpf: Use named fields for certain bpf uapi structsYonghong Song2023-11-091-16/+7
* netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+14
* bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-111-4/+9
* bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-091-0/+10
* bpf: Add ability to pin bpf timer to calling CPUDavid Vernet2023-10-091-0/+4
* bpf: Add missed value to kprobe perf link infoJiri Olsa2023-09-251-0/+1
* bpf: Add missed value to kprobe_multi link infoJiri Olsa2023-09-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-1/+3
|\
| * bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-09-111-1/+3
* | bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song2023-09-081-1/+8
|/
* bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
* bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-211-0/+1
* bpf: Add multi uprobe linkJiri Olsa2023-08-211-0/+16
* bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2023-08-211-1/+3
* bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-071-1/+6
* netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-281-0/+5
* bpf: Support new sign-extension load insnsYonghong Song2023-07-271-0/+1
* bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-3/+0
* bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-191-4/+30
* bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann2023-07-191-8/+28
* bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-181-0/+2
* bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-111-0/+35
* bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-111-0/+5
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-3/+18
|\