summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet2022-05-161-0/+2
* selftests: fib_nexthops: Make the test more robustAmit Cohen2022-05-131-24/+24
* net: selftests: Stress reuseport listenMartin KaFai Lau2022-05-133-0/+132
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-135-0/+415
|\
| * selftests net: add UDP GRO fraglist + bpf self-testsLina Wang2022-05-094-0/+403
| * selftests: add ping test with ping_group_range tunedNicolas Dichtel2022-05-061-0/+12
* | selftests: forwarding: tc_actions: allow mirred egress test to run on non-off...Vladimir Oltean2022-05-121-1/+1
* | selftests: forwarding: Add a tunnel-based test for L3 HW statsPetr Machata2022-05-082-0/+110
* | selftests: lib: Add a generic helper for obtaining HW statsPetr Machata2022-05-082-12/+15
* | Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-061-61/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-0544-259/+548
|\|
| * Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-0526-103/+269
| |\
| | * selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean2022-05-051-1/+1
| | * wireguard: selftests: set panic_on_warn=1 from cmdlineJason A. Donenfeld2022-05-0518-23/+17
| | * wireguard: selftests: bump package depsJason A. Donenfeld2022-05-051-9/+9
| | * wireguard: selftests: restore support for ccacheJason A. Donenfeld2022-05-052-1/+18
| | * wireguard: selftests: use newer toolchains to fill out architecturesJason A. Donenfeld2022-05-059-63/+169
| | * wireguard: selftests: limit parallelism to $(nproc) tests at onceJason A. Donenfeld2022-05-051-10/+10
| | * wireguard: selftests: make routing loop test non-fatalJason A. Donenfeld2022-05-051-1/+13
| | * selftests/net: so_txtime: usage(): fix documentation of default clockMarc Kleine-Budde2022-05-031-1/+1
| | * selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systemsMarc Kleine-Budde2022-05-031-1/+1
| | * selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...Ido Schimmel2022-05-031-0/+3
| | * selftests/net/forwarding: add missing tests to MakefileHangbin Liu2022-04-301-0/+33
| | * selftests/net: add missing tests to MakefileHangbin Liu2022-04-301-1/+2
| * | Merge tag 'seccomp-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-041-5/+5
| |\ \
| | * | selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn2022-04-291-5/+5
| * | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-011-8/+5
| |\ \ \
| | * | | objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf2022-04-191-3/+2
| | * | | objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf2022-04-191-5/+2
| | * | | x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-191-0/+1
| * | | | Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-015-64/+213
| |\ \ \ \
| | * | | | objtool: Fix code relocs vs weak symbolsPeter Zijlstra2022-04-221-22/+165
| | * | | | objtool: Fix type of reloc::addendPeter Zijlstra2022-04-223-7/+7
| | * | | | objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf2022-04-193-3/+2
| | * | | | objtool: Fix sibling call detection in alternativesJosh Poimboeuf2022-04-191-19/+17
| | * | | | objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf2022-04-191-13/+22
| | |/ / /
| * | | | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub...Linus Torvalds2022-04-2912-79/+56
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-04-286-69/+0
| | * | | perf symbol: Update symbols__fixup_end()Namhyung Kim2022-04-281-4/+25
| | * | | perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-04-283-5/+6
| | * | | perf test: Add perf_event_attr test for Arm SPETimothy Hayes2022-04-282-0/+13
| | * | | perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2022-04-282-1/+12
| | * | | perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes2022-04-281-1/+1
| | * | | perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter2022-04-281-1/+1
* | | | | selftests: router.sh: Add a diagramPetr Machata2022-05-041-0/+18
* | | | | selftests: router_vid_1: Add a diagram, fix coding stylePetr Machata2022-05-041-1/+26
* | | | | selftests: mlxsw: bail_on_lldpad before installing the cleanup trapPetr Machata2022-05-044-10/+8
* | | | | selftests: mptcp: functional tests for the userspace PM typeKishen Maloor2022-05-041-0/+779
* | | | | selftests: mptcp: create listeners to receive MPJsKishen Maloor2022-05-041-0/+54
* | | | | selftests: mptcp: capture netlink eventsKishen Maloor2022-05-041-7/+157