summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* xdp: Add VLAN tag hintLarysa Zaremba2023-12-131-0/+3
* 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
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-303-8/+77
|\
| * xsk: Add option to calculate TX checksum in SWStanislav Fomichev2023-11-291-1/+7
| * xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-292-5/+63
| * xsk: Support tx_metadata_lenStanislav Fomichev2023-11-291-0/+1
| * bpf: Add link_info support for uprobe multi linkJiri Olsa2023-11-281-0/+10
* | tools: ynl: add sample for getting page-pool informationJakub Kicinski2023-11-281-0/+36
|/
* 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
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-022-1/+61
|\
| * tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum2023-10-181-0/+59
| * mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-061-0/+1
| * mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned longFlorent Revest2023-10-061-1/+1
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
* | | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+757
|\ \ \
| * | | tools headers: Grab copy of io_uring.hBreno Leitao2023-10-191-0/+757
| |/ /
* | | tools: Sync if_link uapi headerDaniel Borkmann2023-10-241-0/+141
* | | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+14
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-161-4/+25
|\ \ \
| * | | 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/netJakub Kicinski2023-10-053-16/+230
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds2023-09-263-16/+230
| |\ \
| | * | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2023-09-131-15/+69
| | * | tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo2023-09-131-0/+157
| | * | tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-131-1/+4
| | |/
* | | 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: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-151-0/+16
* | 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
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-3/+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