summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-1011-91/+206
|\
| * selftests/bpf: relax expected log messages to allow emitting BPF_STEduard Zingerman2023-08-082-6/+33
| * selftests/bpf: remove duplicated functionsKui-Feng Lee2023-08-081-76/+17
| * selftests/bpf: Add bpf_get_func_ip test for uprobe inside functionJiri Olsa2023-08-072-4/+60
| * selftests/bpf: Add bpf_get_func_ip tests for uprobe on function entryJiri Olsa2023-08-072-2/+34
| * bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-071-1/+6
| * selftests/bpf: Add a movsx selftest for sign-extension of R10Yonghong Song2023-08-071-0/+22
| * libbpf: Use local includes inside the librarySergey Kacheev2023-08-042-3/+3
| * selftests/bpf: fix the incorrect verification of port numbers.Kui-Feng Lee2023-08-041-3/+4
| * selftests/bpf: Add test for detachment on empty mprog entryDaniel Borkmann2023-08-041-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-1035-100/+344
|\ \
| * \ Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1018-52/+245
| |\ \
| | * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-102-1/+87
| | |\ \
| | | * | selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai2023-08-092-0/+86
| | | * | selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai2023-08-091-1/+1
| | * | | selftests: forwarding: bridge_mdb: Make test more robustIdo Schimmel2023-08-091-4/+4
| | * | | selftests: forwarding: bridge_mdb_max: Fix failing test with old libnetIdo Schimmel2023-08-091-4/+10
| | * | | selftests: forwarding: bridge_mdb: Fix failing test with old libnetIdo Schimmel2023-08-091-22/+24
| | * | | selftests: forwarding: tc_flower_l2_miss: Fix failing test with old libnetIdo Schimmel2023-08-091-5/+8
| | * | | selftests: forwarding: tc_tunnel_key: Make filters more specificIdo Schimmel2023-08-091-3/+6
| | * | | selftests: forwarding: tc_flower: Relax success criterionIdo Schimmel2023-08-091-4/+4
| | * | | selftests: forwarding: tc_actions: Use ncat instead of ncIdo Schimmel2023-08-091-2/+4
| | * | | selftests: forwarding: ethtool_mm: Skip when MAC Merge is not supportedIdo Schimmel2023-08-091-5/+13
| | * | | selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| | * | | selftests: forwarding: ethtool_extended_state: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| | * | | selftests: forwarding: ethtool: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| | * | | selftests: forwarding: Add a helper to skip test when using veth pairsIdo Schimmel2023-08-091-0/+11
| | * | | selftests: forwarding: Set default IPv6 traceroute utilityIdo Schimmel2023-08-092-0/+3
| | * | | selftests: forwarding: bridge_mdb_max: Check iproute2 versionIdo Schimmel2023-08-091-0/+5
| | * | | selftests: forwarding: bridge_mdb: Check iproute2 versionIdo Schimmel2023-08-091-0/+5
| | * | | selftests: forwarding: Switch off timeoutIdo Schimmel2023-08-091-0/+1
| | * | | selftests: forwarding: Skip test when no interfaces are specifiedIdo Schimmel2023-08-091-0/+5
| | * | | nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel2023-08-091-0/+5
| | * | | nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel2023-08-091-0/+5
| | * | | selftests: mptcp: join: fix 'implicit EP' testAndrea Claudi2023-08-041-2/+3
| | * | | selftests: mptcp: join: fix 'delete and re-add' testAndrea Claudi2023-08-041-0/+1
| | * | | selftests: net: test vxlan pmtu exceptions with tcpFlorian Westphal2023-08-041-0/+35
| | |/ /
| * | | Merge tag 'perf-tools-fixes-for-v6.5-3-2023-08-09' of git://git.kernel.org/pu...Linus Torvalds2023-08-093-5/+6
| |\ \ \
| | * | | perf stat: Don't display zero tool countsIan Rogers2023-08-081-0/+5
| | * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-08-081-0/+1
| | * | | Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo2023-08-081-5/+0
| * | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-072-2/+5
| |\ \ \ \
| | * | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-1/+4
| | * | | | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-072-1/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | selftests/rseq: Fix build with undefined __weakMark Brown2023-08-042-1/+5
| * | | | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-041-2/+2
| |\ \ \ \ \
| | * | | | | vmbus_testing: fix wrong python syntax for integer value comparisonAni Sinha2023-07-231-2/+2
| * | | | | | Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-041-2/+0
| |\ \ \ \ \ \
| | * | | | | | selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti2023-08-021-2/+0