summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-078-12/+67
|\
| * tools: Disable __packed attribute compiler warning due to -Werror=attributesArnaldo Carvalho de Melo2023-11-221-0/+1
| * tools headers UAPI: Update tools's copy of unistd.h headerNamhyung Kim2023-11-221-3/+9
| * tools headers UAPI: Update tools's copy of vhost.h headerNamhyung Kim2023-11-221-0/+8
| * tools headers UAPI: Update tools's copy of mount.h headerNamhyung Kim2023-11-221-1/+2
| * tools headers UAPI: Update tools's copy of kvm.h headerNamhyung Kim2023-11-221-3/+21
| * tools headers UAPI: Update tools's copy of fscrypt.h headerNamhyung Kim2023-11-221-1/+2
| * tools headers UAPI: Update tools's copy of drm headersNamhyung Kim2023-11-222-4/+24
* | netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar2023-12-041-0/+1
* | netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar2023-12-041-0/+1
* | netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2023-12-041-0/+9
* | netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar2023-12-041-0/+16
* | 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 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-6/+139
|\
| * perf tools: Add get_unaligned_leNN()Adrian Hunter2023-10-171-6/+139
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-022-8/+8
|\ \
| * | compiler.h: move __is_constexpr() to compiler.hDavid Laight2023-10-182-8/+8
* | | 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
| * | | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-0/+40
| |\ \ \
| * | | | 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-021-0/+308
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-0/+308
| |\ \ \ \
| | * | | | tools: Import arm_pmuv3.hRaghavendra Rao Ananta2023-10-241-0/+308
* | | | | | 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-012-0/+1039
|\ \ \ \ \ \ \
| * | | | | | | selftests/net: Extract uring helpers to be reusableBreno Leitao2023-10-191-0/+282
| * | | | | | | tools headers: Grab copy of io_uring.hBreno Leitao2023-10-191-0/+757
| |/ / / / / /
* | | | | | | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-313-5/+204
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-262-0/+155
| |\ \ \ \ \ \ \
| | * | | | | | | tools: Sync if_link uapi headerDaniel Borkmann2023-10-241-0/+141
| | * | | | | | | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+14
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-263-1/+44
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| * | | | | | | 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