summaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-171-4/+25
|\
| * bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-121-4/+9
| * bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-101-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-261-0/+1
| * bpf: Add missed value to kprobe_multi link infoJiri Olsa2023-09-261-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-214-5/+7
|\| |
| * | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-212-2/+4
| |\ \
| | * | bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers2023-09-151-1/+1
| | * | bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-09-111-1/+3
| | |/
| * | memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-09-141-0/+2
| * | memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)2023-09-141-2/+0
| * | memblock tests: Fix compilation errors.Rong Tao2023-09-141-1/+1
| |/
* | 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
|/
* Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-293-18/+145
|\
| * bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-221-0/+1
| * bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-221-0/+1
| * bpf: Add multi uprobe linkJiri Olsa2023-08-221-0/+16
| * bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2023-08-221-1/+3
| * bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-081-1/+6
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-041-3/+6
| |\
| | * netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu2023-07-291-0/+5
| | * bpf: Support new sign-extension load insnsYonghong Song2023-07-281-0/+1
| | * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-3/+0
| * | ynl: regenerate all headersStanislav Fomichev2023-07-281-1/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-219-7/+244
| |\
| * | bpf: sync tools/ uapi header withAlan Maguire2023-07-191-0/+2
| * | 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
| * | selftests/xsk: add basic multi-buffer testMagnus Karlsson2023-07-191-0/+6
| * | selftests/xsk: transmit and receive multi-buffer packetsMagnus Karlsson2023-07-191-0/+3
| * | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-191-0/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-141-0/+40
| |\ \
| | * | bpf: Support ->fill_link_info for perf_eventYafang Shao2023-07-121-0/+35
| | * | bpf: Support ->fill_link_info for kprobe_multiYafang Shao2023-07-121-0/+5
* | | | Merge tag 'linux-kselftest-nolibc-6.6-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2023-08-2920-994/+673
|\ \ \ \
| * | | | tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau2023-08-231-14/+13
| * | | | tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau2023-08-231-3/+16
| * | | | tools/nolibc: silence ppc64 compile warningsZhangjin Wu2023-08-231-3/+11
| * | | | tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu2023-08-232-4/+3
| * | | | tools/nolibc: add support for powerpc64Zhangjin Wu2023-08-231-0/+16
| * | | | tools/nolibc: add support for powerpcZhangjin Wu2023-08-232-0/+199
| * | | | tools/nolibc: stdint: use __SIZE_TYPE__ for size_tThomas Weißschuh2023-08-231-1/+1
| * | | | tools/nolibc: sys: avoid implicit sign castThomas Weißschuh2023-08-231-1/+1