summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-11-26selftests/rtnetlink.sh: add mngtempaddr testHangbin Liu-0/+95
2024-11-24selftests: net: test extacks in netlink dumpsJakub Kicinski-2/+130
2024-11-24selftests: fix nested double quotes in f-stringDavid Wei-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3107/+9194
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1120/+4972
2024-11-20Merge tag 'hid-for-linus-2024111801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-113/+206
2024-11-20Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-2/+9
2024-11-20Merge tag 'linux_kselftest-next-6.13-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-569/+645
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+1
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-64/+159
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+75
2024-11-20Merge tag 'livepatching-for-6.13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-43/+152
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-11-19Merge tag 'objtool-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-53/+77
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-11-19Merge tag 'rcu.release.v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-21/+45
2024-11-19Merge tag 'thermal-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-40/+372
2024-11-19Merge tag 'pm-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-32/+1072
2024-11-19Merge tag 'nolibc.2024.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+11
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+61
2024-11-19mm: page_frag: fix a compile error when kernel is not compiledYunsheng Lin-1/+19
2024-11-19selftests: nic_performance: Add selftest for performance of NIC driverMohan Prasad J-1/+157
2024-11-19selftests: nic_link_layer: Add selftest case for speed and duplex statesMohan Prasad J-0/+22
2024-11-19selftests: nic_link_layer: Add link layer selftest for NIC driverMohan Prasad J-0/+315
2024-11-18selftests/bpf: Add some tests with sockmap SK_PASSJiayuan Chen-0/+54
2024-11-18wireguard: selftests: load nf_conntrack if not presentHangbin Liu-0/+1
2024-11-18selftests: net: add more info to error in bpf_offloadJakub Kicinski-2/+3
2024-11-18selftests: net: netlink-dumps: validation checksJakub Kicinski-2/+2
2024-11-18tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski-0/+1
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-164/+3512
2024-11-18Merge branch 'for-6.13/bpf' into for-linusJiri Kosina-113/+206
2024-11-18Merge tag 'vfs-6.13.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+81
2024-11-18Merge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-27/+267
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+196
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2024-11-16libbpf: Change hash_combine parameters from long to unsigned longSidong Yang-1/+1
2024-11-16selftests/bpf: Fix build error with llvm 19Alexei Starovoitov-1/+1
2024-11-15selftests: net: fdb_notify: Add a test for FDB notificationsPetr Machata-1/+114
2024-11-15selftests: net: lib: Add kill_processPetr Machata-34/+41
2024-11-15selftests: net: lib: Move checks from forwarding/lib.sh herePetr Machata-73/+73
2024-11-15selftests: net: lib: Move tests_run from forwarding/lib.sh herePetr Machata-10/+10
2024-11-15selftests: net: lib: Move logging from forwarding/lib.sh herePetr Machata-113/+115
2024-11-15Merge tag 'nf-24-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-0/+7
2024-11-15Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...Frederic Weisbecker-21/+45
2024-11-15libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa-6/+5
2024-11-15Merge branch 'pm-tools'Rafael J. Wysocki-32/+1072
2024-11-14tools/mm: fix compile errorMotiejus JakÅ`tys-1/+1
2024-11-14selftest: extend test_rss_context_queue_reconfigure for action additionEdward Cree-0/+26