index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
ynl: samples: Fix spelling mistake "failedq" -> "failed"
Colin Ian King
1
-1
/
+1
2025-11-28
Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-14
/
+112
2025-11-28
tools: ynl: add a lint makefile target
Donald Hunter
1
-1
/
+3
2025-11-28
tools: ynl: add schema checking
Donald Hunter
2
-6
/
+35
2025-11-28
selftests: netfilter: nft_flowtable.sh: Add the capability to send IPv6 TCP t...
Lorenzo Bianconi
1
-14
/
+43
2025-11-28
selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftest
Lorenzo Bianconi
1
-0
/
+69
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+10
2025-11-27
selftests: af_unix: remove unused stdlib.h include
Sunday Adelodun
1
-1
/
+0
2025-11-26
tools: ynl: add YNL test framework
Hangbin Liu
5
-2
/
+593
2025-11-26
selftests/net: packetdrill: pass send_omit_free to MSG_ZEROCOPY tests
Willem de Bruijn
12
-0
/
+29
2025-11-26
selftests/net: initialize char variable to null
Ankit Khushwaha
2
-2
/
+2
2025-11-26
Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-8
/
+7
2025-11-25
selftest: af_unix: Extend recv() timeout in so_peek_off.c.
Kuniyuki Iwashima
1
-2
/
+2
2025-11-25
selftest: af_unix: Create its own .gitignore.
Kuniyuki Iwashima
2
-8
/
+8
2025-11-25
tcp: remove icsk->icsk_retransmit_timer
Eric Dumazet
2
-4
/
+4
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
2
-4
/
+4
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-11-25
tools: ynl-gen: add function prefix argument
Asbjørn Sloth Tønnesen
1
-9
/
+16
2025-11-25
vsock/test: Extend transport change null-ptr-deref test
Michal Luczaj
1
-1
/
+6
2025-11-24
selftests: af_unix: don't use SKIP for expected failures
Jakub Kicinski
1
-2
/
+6
2025-11-24
selftests: netconsole: ensure required log level is set on netcons_basic
Andre Carvalho
1
-2
/
+3
2025-11-24
selftests: hw-net: toeplitz: give the test up to 4 seconds
Jakub Kicinski
1
-1
/
+1
2025-11-24
selftests: hw-net: toeplitz: read indirection table from the device
Jakub Kicinski
1
-1
/
+23
2025-11-24
selftests: hw-net: toeplitz: read the RSS key directly from C
Jakub Kicinski
3
-8
/
+44
2025-11-24
selftests: hw-net: toeplitz: make sure NICs have pure Toeplitz configured
Jakub Kicinski
1
-11
/
+18
2025-11-24
selftests: hw-net: auto-disable building the iouring C code
Jakub Kicinski
1
-1
/
+16
2025-11-24
selftests/mm: fix division-by-zero in uffd-unit-tests
Carlos Llamas
1
-8
/
+7
2025-11-22
Merge tag 'riscv-for-linus-6.18-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+3
2025-11-20
selftest: netdevsim: test devlink default params
Daniel Zahka
1
-6
/
+110
2025-11-20
netconsole: Increase MAX_USERDATA_ITEMS
Gustavo Luiz Duarte
1
-1
/
+1
2025-11-20
ynl: samples: add tc filter example
Zahari Doychev
3
-0
/
+337
2025-11-20
selftests: net: remove old setup_* scripts
Jakub Kicinski
4
-167
/
+112
2025-11-20
selftests: drv-net: hw: convert the Toeplitz test to Python
Jakub Kicinski
5
-229
/
+215
2025-11-20
selftests: drv-net: add a Python version of the GRO test
Jakub Kicinski
4
-106
/
+168
2025-11-20
selftests: net: py: read ip link info about remote dev
Jakub Kicinski
2
-1
/
+3
2025-11-20
selftests: net: py: support ksft ready without wait
Jakub Kicinski
1
-8
/
+12
2025-11-20
selftests: net: relocate gro and toeplitz tests to drivers/net
Jakub Kicinski
14
-15
/
+17
2025-11-20
selftests: drv-net: xdp: use variants for qstat tests
Jakub Kicinski
1
-28
/
+14
2025-11-20
selftests: net: py: add test variants
Jakub Kicinski
4
-7
/
+61
2025-11-20
selftests: net: py: extract the case generation logic
Jakub Kicinski
1
-8
/
+21
2025-11-20
selftests: net: py: coding style improvements
Jakub Kicinski
1
-4
/
+3
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
36
-71
/
+1177
2025-11-20
Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-12
/
+188
2025-11-20
tools: ynl: cli: Display enum values in --list-attrs output
Gal Pressman
1
-1
/
+7
2025-11-20
tools: ynl: cli: Parse nested attributes in --list-attrs output
Gal Pressman
1
-9
/
+26
2025-11-20
tools: ynl: cli: Add --list-attrs option to show operation attributes
Gal Pressman
1
-0
/
+56
2025-11-19
selftests: mptcp: add a check for 'add_addr_accepted'
Gang Yan
1
-0
/
+7
2025-11-19
selftests: mptcp: join: userspace: longer timeout
Matthieu Baerts (NGI0)
1
-5
/
+5
2025-11-19
selftests: mptcp: join: endpoints: longer timeout
Matthieu Baerts (NGI0)
1
-4
/
+4
2025-11-19
selftests: mptcp: join: fastclose: remove flaky marks
Matthieu Baerts (NGI0)
1
-2
/
+0
[next]