aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-19selftests: net: remove redundant ncdevmem printJamal Hadi Salim1-3/+0
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski51-123/+582
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-24/+46
2024-12-19selftests: fib_rule_tests: Add flow label selector match testsIdo Schimmel1-0/+31
2024-12-18selftests: openvswitch: fix tcpdump executionAdrian Moreno1-2/+4
2024-12-18selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_argSoham Chakradeo9-0/+319
2024-12-18selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blockingSoham Chakradeo12-0/+400
2024-12-18selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestampingSoham Chakradeo10-0/+683
2024-12-18selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_infoSoham Chakradeo11-0/+442
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds5-13/+17
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+6
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-12-16selftests: net: test SO_PRIORITY ancillary data with cmsg_senderAnna Emese Nyiri3-1/+162
2024-12-16selftests: net-drv: stats: sanity check netlink dumpsJakub Kicinski1-1/+18
2024-12-16selftests: net-drv: queues: sanity check netlink dumpsJakub Kicinski1-10/+13
2024-12-16selftests: net: support setting recv_size in YNLJakub Kicinski1-8/+8
2024-12-16selftests: tls: add rekey testsSabrina Dubroca1-0/+458
2024-12-16selftests: tls: add key_generation argument to tls_crypto_info_initSabrina Dubroca1-9/+11
2024-12-15tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter1-3/+3
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds12-22/+304
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-10/+9
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-5/+1
2024-12-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-17/+15
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang1-17/+15
2024-12-13objtool/x86: allow syscall instructionJuergen Gross1-3/+6
2024-12-12Merge tag 'perf-tools-fixes-for-v6.13-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds27-44/+194
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-96/+727
2024-12-12selftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi1-0/+36
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi2-4/+4
2024-12-12selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman3-22/+66
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-17/+56
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni1-2/+16
2024-12-12selftests: forwarding: add a pvid_change test to bridge_vlan_unawareVladimir Oltean1-3/+22
2024-12-11perf probe: Fix uninitialized variableJames Clark1-1/+1
2024-12-11selftests: netfilter: Stabilize rpath.shPhil Sutter1-2/+16
2024-12-11Merge tag 'linux_kselftest-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark1-2/+16
2024-12-11perf test expr: Fix system_tsc_freq for only x86Ian Rogers1-7/+12
2024-12-11selftests/ftrace: adjust offset for kprobe syntax error testHari Bathini1-1/+1
2024-12-10selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman1-0/+28
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2024-12-10selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman3-0/+120
2024-12-10selftests/bpf: test for changing packet data from global functionsEduard Zingerman1-0/+28
2024-12-10selftests/bpf: Extend test for sockmap update with sameMichal Luczaj1-3/+5
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09selftests: forwarding: Add a selftest for the new reserved_bits UAPIPetr Machata2-0/+353
2024-12-09selftests: net: lib: Add several autodefer helpersPetr Machata2-7/+39
2024-12-09selftests: net: lib: Rename ip_link_master() to ip_link_set_master()Petr Machata2-4/+4