Age | Commit message (Expand) | Author | Files | Lines |
2025-06-03 | selftests: net: build net/lib dependency in all target | Bui Quang Minh | 1 | -1/+1 |
2025-06-03 | Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests" | Jakub Kicinski | 1 | -1/+0 |
2025-05-30 | bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE | Paul Chaignon | 1 | -0/+2 |
2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 73 | -762/+3936 |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 145 | -1453/+9804 |
2025-05-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -38/+40 |
2025-05-28 | Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 3 | -0/+6 |
2025-05-28 | Merge tag 'seccomp-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -9/+6 |
2025-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+35 |
2025-05-28 | selftests/bpf: Fix bpf selftest build warning | Saket Kumar Bhaskar | 1 | -3/+3 |
2025-05-28 | selftests: netfilter: Fix skip of wildcard interface test | Phil Sutter | 1 | -2/+5 |
2025-05-28 | selftests/tc-testing: Add a test for HFSC eltree double add with reentrant en... | Pedro Tammela | 1 | -0/+35 |
2025-05-27 | Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -120/+420 |
2025-05-27 | Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -10/+17 |
2025-05-27 | Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+30 |
2025-05-27 | net: devmem: ncdevmem: remove unused variable | Mina Almasry | 1 | -1/+0 |
2025-05-27 | net: devmem: ksft: upgrade rx test to send 1K data | Mina Almasry | 1 | -3/+5 |
2025-05-27 | net: devmem: ksft: add 5 tuple FS support | Mina Almasry | 2 | -4/+15 |
2025-05-27 | net: devmem: ksft: add exit_wait to make rx test pass | Mina Almasry | 1 | -1/+1 |
2025-05-27 | net: devmem: ksft: add ipv4 support | Mina Almasry | 1 | -9/+7 |
2025-05-27 | selftests: netfilter: nft_queue.sh: include file transfer duration in log mes... | Florian Westphal | 1 | -7/+31 |
2025-05-27 | selftests: net: move wait_local_port_listen to lib.sh | Hangbin Liu | 15 | -38/+29 |
2025-05-27 | tools: ynl: parse extack for sub-messages | Donald Hunter | 1 | -14/+25 |
2025-05-27 | Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 8 | -11/+128 |
2025-05-27 | Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 10 | -12/+12 |
2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -1/+729 |
2025-05-27 | selftests/bpf: Add tests with stack ptr register in conditional jmp | Yonghong Song | 1 | -0/+53 |
2025-05-27 | Merge tag 'nolibc-20250526-for-6.16-1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 61 | -662/+2628 |
2025-05-27 | Merge tag 'docs-6.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -0/+7 |
2025-05-27 | Merge tag 'lkmm.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -18/+29 |
2025-05-27 | selftests/bpf: enable many-args tests for arm64 | Alexis Lothoré (eBPF Foundation) | 1 | -2/+0 |
2025-05-27 | bpftool: Add support for custom BTF path in prog load/loadall | Jiayuan Chen | 3 | -5/+21 |
2025-05-27 | selftests/bpf: Add unit tests with __bpf_trap() kfunc | Yonghong Song | 2 | -0/+73 |
2025-05-27 | selftests/bpf: Add test for open coded dmabuf_iter | T.J. Mercier | 3 | -0/+94 |
2025-05-27 | selftests/bpf: Add test for dmabuf_iter | T.J. Mercier | 3 | -0/+300 |
2025-05-27 | vsock/test: Add test for an unexpectedly lingering close() | Michal Luczaj | 1 | -0/+52 |
2025-05-27 | vsock/test: Introduce enable_so_linger() helper | Michal Luczaj | 3 | -9/+15 |
2025-05-27 | vsock/test: Introduce vsock_wait_sent() helper | Michal Luczaj | 3 | -17/+32 |
2025-05-27 | wireguard: selftests: specify -std=gnu17 for bash | Jason A. Donenfeld | 1 | -0/+1 |
2025-05-27 | wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flag | Jordan Rife | 2 | -1/+30 |
2025-05-27 | wireguard: selftests: cleanup CONFIG_UBSAN_SANITIZE_ALL | WangYuli | 1 | -1/+0 |
2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -582/+844 |
2025-05-26 | Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -324/+389 |
2025-05-26 | Merge tag 'objtool-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+38 |
2025-05-26 | Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 16 | -6/+1018 |
2025-05-26 | Merge tag 'linux_kselftest-kunit-6.16-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 9 | -0/+86 |
2025-05-26 | Merge tag 'linux_kselftest-next-6.16-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 14 | -12/+46 |
2025-05-26 | Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -15/+126 |
2025-05-26 | Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -5/+5 |
2025-05-26 | Merge branch 'pm-tools' | Rafael J. Wysocki | 7 | -10/+126 |
2025-05-26 | Merge branches 'pm-runtime' and 'pm-sleep' | Rafael J. Wysocki | 1 | -1/+2 |
2025-05-26 | Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux | Linus Torvalds | 19 | -45/+456 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 19 | -250/+1317 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+488 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -8/+15 |
2025-05-26 | Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 5 | -48/+915 |
2025-05-26 | Merge branch 'acpica' | Rafael J. Wysocki | 10 | -12/+12 |
2025-05-26 | Merge tag 'linux-can-next-for-6.16-20250522' of git://git.kernel.org/pub/scm/... | Paolo Abeni | 5 | -0/+464 |
2025-05-26 | Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -3/+71 |
2025-05-26 | selftests: ncdevmem: add tx test with multiple IOVs | Stanislav Fomichev | 1 | -1/+16 |
2025-05-26 | selftests: ncdevmem: make chunking optional | Stanislav Fomichev | 1 | -20/+29 |
2025-05-25 | Merge branch 'locking/futex' into locking/core, to pick up pending futex changes | Ingo Molnar | 16 | -6/+1018 |
2025-05-23 | libbpf: Use mmap to parse vmlinux BTF from sysfs | Lorenz Bauer | 1 | -18/+71 |
2025-05-23 | selftests: bpf: Add a test for mmapable vmlinux BTF | Lorenz Bauer | 1 | -0/+81 |
2025-05-23 | selftests: ublk: add test for UBLK_F_QUIESCE | Ming Lei | 6 | -5/+115 |
2025-05-23 | selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZE | Ming Lei | 5 | -1/+93 |
2025-05-23 | selftests: netfilter: Torture nftables netdev hooks | Phil Sutter | 2 | -0/+152 |
2025-05-23 | selftests: netfilter: nft_fib.sh: add type and oif tests with and without VRFs | Florian Westphal | 1 | -27/+365 |
2025-05-23 | selftest: af_unix: Test SO_PASSRIGHTS. | Kuniyuki Iwashima | 1 | -2/+78 |
2025-05-23 | af_unix: Introduce SO_PASSRIGHTS. | Kuniyuki Iwashima | 1 | -0/+2 |
2025-05-23 | tcp: Restrict SO_TXREHASH to TCP socket. | Kuniyuki Iwashima | 1 | -0/+11 |
2025-05-22 | selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir tests | Michal Luczaj | 1 | -126/+0 |
2025-05-22 | selftests/bpf: sockmap_listen cleanup: Drop af_unix redir tests | Michal Luczaj | 1 | -219/+0 |
2025-05-22 | selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests | Michal Luczaj | 1 | -112/+0 |
2025-05-22 | selftests/bpf: Add selftest for sockmap/hashmap redirection | Michal Luczaj | 1 | -0/+465 |
2025-05-22 | selftests/bpf: Introduce verdict programs for sockmap_redir | Michal Luczaj | 1 | -0/+68 |
2025-05-22 | selftests/bpf: Add u32()/u64() to sockmap_helpers | Michal Luczaj | 1 | -14/+11 |
2025-05-22 | selftests/bpf: Add socket_kind_to_str() to socket_helpers | Michal Luczaj | 1 | -0/+55 |
2025-05-22 | selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation | Michal Luczaj | 1 | -5/+24 |
2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+27 |
2025-05-22 | selftests/bpf: Add SKIP_LLVM makefile variable | Mykyta Yatsenko | 1 | -0/+5 |
2025-05-22 | selftests: netfilter: move fib vrf test to nft_fib.sh | Florian Westphal | 2 | -34/+90 |
2025-05-22 | selftests: netfilter: nft_fib.sh: add 'type' mode tests | Florian Westphal | 1 | -10/+174 |
2025-05-22 | selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group repres... | Florian Westphal | 1 | -4/+161 |
2025-05-22 | selftests/tc-testing: Add an HFSC qlen accounting test | Cong Wang | 1 | -0/+27 |
2025-05-22 | perf/uapi: Clean up <uapi/linux/perf_event.h> a bit | Ingo Molnar | 1 | -321/+331 |
2025-05-22 | perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h> | Ian Rogers | 1 | -2/+3 |
2025-05-21 | tools: ynl: add a sample for TC | Jakub Kicinski | 2 | -0/+81 |
2025-05-21 | tools: ynl: enable codegen for TC | Jakub Kicinski | 2 | -1/+8 |
2025-05-21 | tools: ynl-gen: support weird sub-message formats | Jakub Kicinski | 2 | -13/+43 |
2025-05-21 | tools: ynl-gen: support local attrs in _multi_parse | Jakub Kicinski | 1 | -4/+8 |
2025-05-21 | tools: ynl-gen: move fixed header info from RenderInfo to Struct | Jakub Kicinski | 1 | -18/+27 |
2025-05-21 | tools: ynl-gen: support passing selector to a nest | Jakub Kicinski | 1 | -5/+60 |
2025-05-21 | tools: ynl-gen: add makefile deps for neigh | Jakub Kicinski | 1 | -1/+2 |
2025-05-21 | selftests/sched_ext: Update test enq_select_cpu_fails | Andrea Righi | 5 | -105/+163 |
2025-05-21 | selftests: can: test_raw_filter.sh: add support of physical interfaces | Vincent Mailhol | 1 | -2/+10 |
2025-05-21 | selftests: can: Import tst-filter from can-tests | Felix Maurer | 5 | -0/+456 |
2025-05-21 | selftests: harness: Stop using setjmp()/longjmp() | Thomas Weißschuh | 1 | -30/+15 |
2025-05-21 | selftests: harness: Add "variant" and "self" to test metadata | Thomas Weißschuh | 1 | -0/+4 |
2025-05-21 | selftests: harness: Add teardown callback to test metadata | Thomas Weißschuh | 1 | -6/+13 |
2025-05-21 | selftests: harness: Move teardown conditional into test metadata | Thomas Weißschuh | 1 | -10/+11 |
2025-05-21 | selftests: harness: Don't set setup_completed for fixtureless tests | Thomas Weißschuh | 1 | -1/+0 |
2025-05-21 | selftests: harness: Implement test timeouts through pidfd | Thomas Weißschuh | 1 | -47/+25 |
2025-05-21 | selftests: harness: Remove dependency on libatomic | Thomas Weißschuh | 1 | -2/+2 |
2025-05-21 | selftests: harness: Remove inline qualifier for wrappers | Thomas Weißschuh | 1 | -2/+2 |
2025-05-21 | selftests: harness: Mark functions without prototypes static | Thomas Weißschuh | 1 | -6/+6 |
2025-05-21 | selftests: harness: Ignore unused variant argument warning | Thomas Weißschuh | 1 | -1/+1 |
2025-05-21 | selftests: harness: Use C89 comment style | Thomas Weißschuh | 1 | -1/+1 |
2025-05-21 | selftests: harness: Add kselftest harness selftest | Thomas Weißschuh | 6 | -0/+223 |
2025-05-21 | selftests/nolibc: drop include guards around standard headers | Thomas Weißschuh | 2 | -7/+0 |
2025-05-21 | tools/nolibc: move NULL and offsetof() to sys/stddef.h | Thomas Weißschuh | 4 | -9/+26 |
2025-05-21 | tools/nolibc: move uname() and friends to sys/utsname.h | Thomas Weißschuh | 4 | -27/+44 |
2025-05-21 | tools/nolibc: move makedev() and friends to sys/sysmacros.h | Thomas Weißschuh | 4 | -5/+22 |
2025-05-21 | tools/nolibc: move getrlimit() and friends to sys/resource.h | Thomas Weißschuh | 5 | -39/+55 |
2025-05-21 | tools/nolibc: move reboot() to sys/reboot.h | Thomas Weißschuh | 5 | -19/+36 |
2025-05-21 | tools/nolibc: move prctl() to sys/prctl.h | Thomas Weißschuh | 4 | -21/+38 |
2025-05-21 | tools/nolibc: move mount() to sys/mount.h | Thomas Weißschuh | 4 | -20/+39 |
2025-05-21 | tools/nolibc: move ioctl() to sys/ioctl.h | Thomas Weißschuh | 4 | -12/+31 |
2025-05-21 | tools/nolibc: implement wait() in terms of waitpid() | Thomas Weißschuh | 1 | -6/+6 |
2025-05-21 | tools/nolibc: fall back to sys_clock_gettime() in gettimeofday() | Thomas Weißschuh | 1 | -1/+14 |
2025-05-21 | tools/nolibc: add fopen() | Thomas Weißschuh | 2 | -0/+51 |
2025-05-21 | tools/nolibc: add namespace functionality | Thomas Weißschuh | 5 | -0/+121 |
2025-05-21 | tools/nolibc: add difftime() | Thomas Weißschuh | 2 | -0/+19 |
2025-05-21 | tools/nolibc: add timerfd functionality | Thomas Weißschuh | 4 | -0/+137 |
2025-05-21 | tools/nolibc: add timer functions | Thomas Weißschuh | 3 | -0/+138 |
2025-05-21 | tools/nolibc: add clock_getres(), clock_gettime() and clock_settime() | Thomas Weißschuh | 3 | -0/+99 |
2025-05-21 | tools/nolibc: add support for access() and faccessat() | Thomas Weißschuh | 2 | -0/+30 |
2025-05-21 | tools/nolibc: add abs() and friends | Thomas Weißschuh | 5 | -0/+53 |
2025-05-21 | tools/nolibc: add getrandom() | Thomas Weißschuh | 4 | -0/+58 |
2025-05-21 | tools/nolibc: add mremap() | Thomas Weißschuh | 2 | -3/+30 |
2025-05-21 | tools/nolibc: add more stat() variants | Thomas Weißschuh | 1 | -2/+23 |
2025-05-21 | tools/nolibc: add %m printf format | Thomas Weißschuh | 2 | -0/+25 |
2025-05-21 | tools/nolibc: add strstr() | Thomas Weißschuh | 2 | -0/+23 |
2025-05-21 | tools/nolibc: use poll-related definitions from UAPI headers | Thomas Weißschuh | 2 | -15/+1 |
2025-05-21 | tools/nolibc: move poll() to poll.h | Thomas Weißschuh | 4 | -37/+57 |
2025-05-21 | tools/nolibc: Add m68k support | Daniel Palmer | 4 | -0/+153 |
2025-05-21 | selftests/nolibc: always run nolibc header check | Thomas Weißschuh | 1 | -1/+1 |
2025-05-21 | tools/nolibc: include nolibc.h early from all header files | Thomas Weißschuh | 20 | -63/+60 |
2025-05-21 | tools/nolibc: add target to check header usability | Thomas Weißschuh | 1 | -0/+9 |
2025-05-21 | selftests/coredump: add tests for AF_UNIX coredumps | Christian Brauner | 1 | -1/+466 |
2025-05-21 | selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure | Christian Brauner | 1 | -0/+22 |
2025-05-21 | selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized" | Colin Ian King | 1 | -1/+1 |
2025-05-21 | tools headers: Synchronize prctl.h ABI header | Sebastian Andrzej Siewior | 3 | -11/+15 |
2025-05-21 | selftests/futex: Use TAP output in futex_numa_mpol | Sebastian Andrzej Siewior | 1 | -33/+32 |
2025-05-21 | selftests/futex: Use TAP output in futex_priv_hash | Sebastian Andrzej Siewior | 1 | -86/+62 |
2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes | Ingo Molnar | 10 | -56/+192 |
2025-05-20 | selftests: net: Fix spellings | Sumanth Gavini | 1 | -2/+2 |
2025-05-20 | selftests: nci: Fix "Electrnoics" to "Electronics" | Sumanth Gavini | 1 | -1/+1 |
2025-05-20 | selftests: net: validate team flags propagation | Stanislav Fomichev | 3 | -1/+82 |
2025-05-20 | selftests/bpf: Test multi-split BTF | Alan Maguire | 1 | -6/+52 |
2025-05-20 | libbpf/btf: Fix string handling to support multi-split BTF | Alan Maguire | 1 | -1/+1 |
2025-05-20 | selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_run | Andrea Righi | 2 | -0/+50 |
2025-05-20 | selftests: seccomp: Fix "performace" to "performance" | Sumanth Gavini | 1 | -1/+1 |
2025-05-20 | selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK | Ming Lei | 11 | -13/+108 |
2025-05-20 | selftests: ublk: support UBLK_F_AUTO_BUF_REG | Ming Lei | 10 | -29/+138 |
2025-05-20 | selftests: ublk: make IO & device removal test more stressful | Ming Lei | 2 | -5/+7 |
2025-05-19 | selftests: drv-net: Fix "envirnoments" to "environments" | Sumanth Gavini | 1 | -1/+1 |
2025-05-19 | cgroup: use separate rstat trees for each subsystem | JP Kobryn | 1 | -6/+12 |
2025-05-19 | kunit: tool: add test counts to JSON output | Rae Moar | 1 | -0/+10 |
2025-05-19 | selftests/bpf: Remove unnecessary link dependencies | Mykyta Yatsenko | 1 | -5/+2 |
2025-05-19 | Merge tag 'ovpn-net-next-20250515' of https://github.com/OpenVPN/ovpn-net-next | David S. Miller | 5 | -13/+42 |
2025-05-16 | vsock/test: check also expected errno on sigpipe test | Stefano Garzarella | 1 | -2/+10 |
2025-05-16 | vsock/test: retry send() to avoid occasional failure in sigpipe test | Stefano Garzarella | 1 | -8/+30 |
2025-05-16 | vsock/test: add timeout_usleep() to allow sleeping in timeout sections | Stefano Garzarella | 2 | -0/+19 |
2025-05-16 | tools: ynl: add a sample for rt-link | Jakub Kicinski | 2 | -0/+185 |
2025-05-16 | tools: ynl: enable codegen for all rt- families | Jakub Kicinski | 2 | -4/+7 |
2025-05-16 | tools: ynl: submsg: reverse parse / error reporting | Jakub Kicinski | 3 | -11/+107 |
2025-05-16 | tools: ynl-gen: submsg: support parsing and rendering sub-messages | Jakub Kicinski | 4 | -4/+89 |
2025-05-16 | tools: ynl-gen: submsg: render the structs | Jakub Kicinski | 1 | -3/+43 |
2025-05-16 | tools: ynl-gen: submsg: plumb thru an empty type | Jakub Kicinski | 2 | -2/+23 |
2025-05-16 | tools: ynl-gen: prepare for submsg structs | Jakub Kicinski | 1 | -23/+39 |
2025-05-16 | tools: ynl-gen: factor out the annotation of pure nested struct | Jakub Kicinski | 1 | -17/+22 |
2025-05-16 | Merge tag 'linux-cpupower-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 7 | -10/+126 |
2025-05-16 | rcutorture: Fix issue with re-using old images on ARM64 | Joel Fernandes | 1 | -1/+1 |
2025-05-16 | rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01 | Paul E. McKenney | 1 | -2/+0 |
2025-05-16 | rcutorture: Reduce TREE01 CPU overcommit | Paul E. McKenney | 1 | -1/+1 |
2025-05-16 | torture: Check for "Call trace:" as well as "Call Trace:" | Paul E. McKenney | 2 | -2/+2 |
2025-05-16 | torture: Add testing of RCU's Rust bindings to torture.sh | Paul E. McKenney | 1 | -0/+45 |
2025-05-16 | torture: Add --do-{,no-}normal to torture.sh | Paul E. McKenney | 1 | -3/+27 |
2025-05-16 | xdrgen: Fix code generated for counted arrays | Chuck Lever | 3 | -0/+6 |
2025-05-16 | kselftest/arm64: Set default OUTPUT path when undefined | tanze | 1 | -0/+2 |
2025-05-15 | selftests/run_kselftest.sh: Use readlink if realpath is not available | Yosry Ahmed | 1 | -1/+8 |
2025-05-15 | tools: ynl-gen: array-nest: support arrays of nests | Jakub Kicinski | 1 | -0/+3 |
2025-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 24 | -72/+875 |
2025-05-15 | Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 10 | -56/+192 |
2025-05-15 | selftest/net/ovpn: extend coverage with more test cases | Antonio Quartulli | 5 | -11/+34 |
2025-05-15 | selftest/net/ovpn: fix crash in case of getaddrinfo() failure | Antonio Quartulli | 1 | -2/+8 |
2025-05-14 | selftests/bpf: Relax TCPOPT_WINDOW validation in test_tcp_custom_syncookie.c. | Kuniyuki Iwashima | 1 | -1/+3 |
2025-05-14 | libbpf: Check bpf_map_skeleton link for NULL | Mykyta Yatsenko | 1 | -0/+6 |
2025-05-14 | objtool: Speed up SHT_GROUP reindexing | Josh Poimboeuf | 2 | -18/+30 |
2025-05-13 | cpupower: do not install files to /etc/default/ | Francesco Poli (wintermute) | 4 | -11/+15 |
2025-05-13 | cpupower: do not call systemctl at install time | Francesco Poli (wintermute) | 2 | -7/+14 |
2025-05-13 | cpupower: do not write DESTDIR to cpupower.service | Francesco Poli (wintermute) | 1 | -1/+1 |
2025-05-13 | vsock/test: Fix occasional failure in SIOCOUTQ tests | Konstantin Shkolnyy | 1 | -12/+16 |
2025-05-13 | tools: ynl-gen: Allow multi-attr without nested-attributes again | Lukas Wunner | 1 | -4/+3 |
2025-05-13 | tools: ynl-gen: support struct for binary attributes | Jakub Kicinski | 1 | -1/+20 |
2025-05-13 | tools: ynl-gen: auto-indent else | Jakub Kicinski | 1 | -0/+1 |
2025-05-13 | tools: ynl-gen: support sub-type for binary attributes | Jakub Kicinski | 1 | -3/+40 |
2025-05-13 | selftests: ncdevmem: Implement devmem TCP TX | Mina Almasry | 2 | -15/+311 |
2025-05-13 | net: devmem: TCP tx netlink api | Stanislav Fomichev | 1 | -0/+1 |