Age | Commit message (Expand) | Author | Files | Lines |
2024-12-19 | selftests: net: remove redundant ncdevmem print |  Jamal Hadi Salim | 1 | -3/+0 |
2024-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 51 | -123/+582 |
2024-12-19 | Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 5 | -24/+46 |
2024-12-19 | selftests: fib_rule_tests: Add flow label selector match tests |  Ido Schimmel | 1 | -0/+31 |
2024-12-18 | selftests: openvswitch: fix tcpdump execution |  Adrian Moreno | 1 | -2/+4 |
2024-12-18 | selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_arg |  Soham Chakradeo | 9 | -0/+319 |
2024-12-18 | selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blocking |  Soham Chakradeo | 12 | -0/+400 |
2024-12-18 | selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestamping |  Soham Chakradeo | 10 | -0/+683 |
2024-12-18 | selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_info |  Soham Chakradeo | 11 | -0/+442 |
2024-12-18 | Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux |  Linus Torvalds | 5 | -13/+17 |
2024-12-17 | Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -3/+6 |
2024-12-16 | sock: Introduce SO_RCVPRIORITY socket option |  Anna Emese Nyiri | 1 | -0/+2 |
2024-12-16 | selftests: net: test SO_PRIORITY ancillary data with cmsg_sender |  Anna Emese Nyiri | 3 | -1/+162 |
2024-12-16 | selftests: net-drv: stats: sanity check netlink dumps |  Jakub Kicinski | 1 | -1/+18 |
2024-12-16 | selftests: net-drv: queues: sanity check netlink dumps |  Jakub Kicinski | 1 | -10/+13 |
2024-12-16 | selftests: net: support setting recv_size in YNL |  Jakub Kicinski | 1 | -8/+8 |
2024-12-16 | selftests: tls: add rekey tests |  Sabrina Dubroca | 1 | -0/+458 |
2024-12-16 | selftests: tls: add key_generation argument to tls_crypto_info_init |  Sabrina Dubroca | 1 | -9/+11 |
2024-12-15 | tools/net/ynl: fix sub-message key lookup for nested attributes |  Donald Hunter | 1 | -3/+3 |
2024-12-14 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  Linus Torvalds | 12 | -22/+304 |
2024-12-13 | selftests/bpf: Add tests for raw_tp NULL args |  Kumar Kartikeya Dwivedi | 2 | -0/+27 |
2024-12-13 | bpf: Augment raw_tp arguments with PTR_MAYBE_NULL |  Kumar Kartikeya Dwivedi | 1 | -10/+9 |
2024-12-13 | bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL" |  Kumar Kartikeya Dwivedi | 1 | -5/+1 |
2024-12-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -17/+15 |
2024-12-13 | kselftest/arm64: abi: fix SVCR detection |  Weizhao Ouyang | 1 | -17/+15 |
2024-12-13 | objtool/x86: allow syscall instruction |  Juergen Gross | 1 | -3/+6 |
2024-12-12 | Merge tag 'perf-tools-fixes-for-v6.13-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools |  Linus Torvalds | 27 | -44/+194 |
2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 28 | -96/+727 |
2024-12-12 | selftests/bpf: Add test for narrow ctx load for pointer args |  Kumar Kartikeya Dwivedi | 1 | -0/+36 |
2024-12-12 | bpf: Check size for BTF-based ctx access of pointer members |  Kumar Kartikeya Dwivedi | 2 | -4/+4 |
2024-12-12 | selftests/bpf: extend changes_pkt_data with cases w/o subprograms |  Eduard Zingerman | 3 | -22/+66 |
2024-12-12 | Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 2 | -17/+56 |
2024-12-12 | Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf |  Paolo Abeni | 1 | -2/+16 |
2024-12-12 | selftests: forwarding: add a pvid_change test to bridge_vlan_unaware |  Vladimir Oltean | 1 | -3/+22 |
2024-12-11 | perf probe: Fix uninitialized variable |  James Clark | 1 | -1/+1 |
2024-12-11 | selftests: netfilter: Stabilize rpath.sh |  Phil Sutter | 1 | -2/+16 |
2024-12-11 | Merge tag 'linux_kselftest-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest |  Linus Torvalds | 1 | -1/+1 |
2024-12-11 | libperf: evlist: Fix --cpu argument on hybrid platform |  James Clark | 1 | -2/+16 |
2024-12-11 | perf test expr: Fix system_tsc_freq for only x86 |  Ian Rogers | 1 | -7/+12 |
2024-12-11 | selftests/ftrace: adjust offset for kprobe syntax error test |  Hari Bathini | 1 | -1/+1 |
2024-12-10 | selftests/bpf: validate that tail call invalidates packet pointers |  Eduard Zingerman | 1 | -0/+28 |
2024-12-10 | bpf: consider that tail calls invalidate packet pointers |  Eduard Zingerman | 1 | -0/+2 |
2024-12-10 | selftests/bpf: freplace tests for tracking of changes_packet_data |  Eduard Zingerman | 3 | -0/+120 |
2024-12-10 | selftests/bpf: test for changing packet data from global functions |  Eduard Zingerman | 1 | -0/+28 |
2024-12-10 | selftests/bpf: Extend test for sockmap update with same |  Michal Luczaj | 1 | -3/+5 |
2024-12-09 | perf test hwmon_pmu: Fix event file location |  Ian Rogers | 1 | -11/+18 |
2024-12-09 | perf hwmon_pmu: Use openat rather than dup to refresh directory |  Ian Rogers | 1 | -4/+11 |
2024-12-09 | selftests: forwarding: Add a selftest for the new reserved_bits UAPI |  Petr Machata | 2 | -0/+353 |
2024-12-09 | selftests: net: lib: Add several autodefer helpers |  Petr Machata | 2 | -7/+39 |
2024-12-09 | selftests: net: lib: Rename ip_link_master() to ip_link_set_master() |  Petr Machata | 2 | -4/+4 |