summaryrefslogtreecommitdiffstats
path: root/tools/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: add queue statsXuan Zhuo2024-04-301-0/+19
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-293-36/+2248
|\
| * bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu2024-04-251-0/+2
| * tools: sync include/uapi/linux/bpf.hBenjamin Tissoires2024-04-241-0/+4
| * bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song2024-04-111-0/+5
| * selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko2024-04-051-0/+18
| * bpf: Pack struct bpf_fib_lookupAnton Protopopov2024-04-051-1/+1
| * tools: Add ethtool.h header to tooling infraTushar Vyavahare2024-04-031-31/+2198
| * bpf: Fix typo in uapi doc commentsDavid Lechner2024-04-021-2/+2
| * bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov2024-03-291-2/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-256-691/+64
|\ \
| * \ Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds2024-04-206-691/+64
| |\ \
| | * | tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesNamhyung Kim2024-04-112-4/+12
| | * | tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim2024-04-111-2/+2
| | * | tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim2024-04-111-684/+5
| | * | tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim2024-04-111-1/+29
| | * | tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim2024-04-111-0/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-113-0/+25
|\| | |
| * | | Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-04-083-0/+25
| |\ \ \ | | |/ / | |/| |
| | * | memblock tests: fix undefined reference to `panic'Wei Yang2024-04-042-0/+20
| | * | memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang2024-04-041-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-0/+2
|\| | |
| * | | tools/resolve_btfids: fix build with musl libcNatanael Copa2024-03-291-0/+2
| |/ /
* | | bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2024-04-011-3/+4
* | | tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin2024-04-013-5/+14
* | | bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin2024-04-011-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-291-0/+11
|\|
| * Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-221-0/+11
| |\
| | * objtool/LoongArch: Implement instruction decoderTiezhu Yang2024-03-111-0/+11
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-272-2/+8
|\ \ \ | |/ / |/| |
| * | bpf: Sync uapi bpf.h to tools directoryYonghong Song2024-03-251-3/+4
| * | selftests/bpf: Mark uprobe trigger functions with nocf_check attributeJiri Olsa2024-03-221-0/+4
| * | bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko2024-03-201-0/+1
* | | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-131-1/+0
|\ \ \ | |/ / |/| |
| * | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-051-1/+0
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-121-0/+19
|\ \ \
| * | | 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-071-0/+5
* | | | netdev: add queue stat for alloc failuresJakub Kicinski2024-03-081-0/+1
* | | | netdev: add per-queue statisticsJakub Kicinski2024-03-081-0/+19
|/ / /
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-032-2/+32
|\ \ \
| * | | 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
| * | | tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik2024-02-081-0/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-161-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-101-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-098-110/+227
|\| | |
| * | | perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo2024-01-311-12/+12
| * | | tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-01-301-0/+70