index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
selftests: net: convert comma to semicolon
Chen Ni
1
-3
/
+3
2024-09-04
selftests: add selftest for UDP SO_PEEK_OFF support
Jason Xing
3
-37
/
+57
2024-09-03
selftests: mptcp: pm_nl_ctl: remove re-definition
Matthieu Baerts (NGI0)
1
-8
/
+2
2024-09-03
selftests: mptcp: join: simplify checksum_tests
Geliang Tang
1
-32
/
+11
2024-09-03
selftests: mptcp: join: mute errors when ran in the background
Matthieu Baerts (NGI0)
1
-18
/
+18
2024-09-03
selftests: mptcp: join: specify host being checked
Matthieu Baerts (NGI0)
1
-44
/
+45
2024-09-03
selftests: mptcp: join: more explicit check name
Matthieu Baerts (NGI0)
1
-32
/
+33
2024-09-03
selftests: mptcp: join: validate MPJ SYN TX MIB counters
Matthieu Baerts (NGI0)
1
-11
/
+78
2024-09-03
selftests: mptcp: join: one line for join check
Matthieu Baerts (NGI0)
1
-15
/
+30
2024-09-03
selftests: mptcp: join: reduce join_nr params
Matthieu Baerts (NGI0)
1
-9
/
+22
2024-09-03
selftests: netfilter: nft_queue.sh: fix spurious timeout on debug kernel
Florian Westphal
1
-22
/
+40
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+1
2024-08-29
selftests: add selftest for tcp SO_PEEK_OFF support
Jon Maloy
2
-0
/
+184
2024-08-29
tools: ynl: error check scanf() in a sample
Jakub Kicinski
1
-1
/
+5
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-37
/
+145
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-32
/
+143
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
1
-11
/
+21
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
2
-3
/
+75
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
1
-12
/
+15
2024-08-29
selftests: mptcp: join: no extra msg if no counter
Matthieu Baerts (NGI0)
1
-8
/
+8
2024-08-29
selftests: mptcp: join: check re-adding init endp with != id
Matthieu Baerts (NGI0)
1
-5
/
+16
2024-08-29
selftests: mptcp: join: check removing ID 0 endpoint
Matthieu Baerts (NGI0)
1
-7
/
+18
2024-08-29
selftests: netfilter: nft_queue.sh: reduce test file size for debug build
Florian Westphal
1
-1
/
+3
2024-08-27
selftests: mptcp: join: cannot rm sf if closed
Matthieu Baerts (NGI0)
1
-7
/
+4
2024-08-27
selftests/net: Add trace events matching to tcp_ao
Dmitry Safonov
19
-18
/
+1358
2024-08-27
selftests/net: Synchronize client/server before counters checks
Dmitry Safonov
4
-4
/
+14
2024-08-27
selftests/tcp_ao: Fix printing format for uint64_t
Mohammad Nassiri
7
-20
/
+20
2024-08-27
selftests/net: Don't forget to close nsfd after switch_save_ns()
Dmitry Safonov
1
-3
/
+10
2024-08-27
selftests/net: Open /proc/thread-self in open_netns()
Dmitry Safonov
1
-1
/
+1
2024-08-27
selftests/net: Be consistent in kconfig checks
Dmitry Safonov
1
-11
/
+12
2024-08-27
selftests/net: Provide test_snprintf() helper
Dmitry Safonov
1
-10
/
+51
2024-08-27
selftests/net: Clean-up double assignment
Dmitry Safonov
1
-1
/
+0
2024-08-27
selftests: forwarding: local_termination: Down ports on cleanup
Petr Machata
1
-0
/
+4
2024-08-27
selftests: forwarding: no_forwarding: Down ports on cleanup
Petr Machata
1
-0
/
+3
2024-08-28
Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+2
2024-08-27
selftests: tc_actions: test egress 2nd vlan push
Boris Sukholitko
1
-1
/
+24
2024-08-27
selftests: tc_actions: test ingress 2nd vlan push
Boris Sukholitko
1
-1
/
+22
2024-08-26
net: netconsole: selftests: Create a new netconsole selftest
Breno Leitao
3
-1
/
+242
2024-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
8
-189
/
+204
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-1
/
+86
2024-08-26
selftests/livepatch: wait for atomic replace to occur
Ryan Sullivan
1
-5
/
+2
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
35
-545
/
+1404
2024-08-22
selftests: net: Use XFAIL for operations not supported by the driver
Abhinav Jain
1
-3
/
+7
2024-08-22
selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
1
-1
/
+34
2024-08-22
selftests: net: Create veth pair for testing in networkless kernel
Abhinav Jain
1
-0
/
+15
2024-08-23
Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-110
/
+565
2024-08-22
selftests: net: add helper for checking if nettest is available
Jakub Kicinski
6
-59
/
+22
2024-08-21
selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.
Kuniyuki Iwashima
1
-9
/
+2
2024-08-21
tools: ynl: lift an assumption about spec file name
Paolo Abeni
1
-2
/
+4
2024-08-21
selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
Ido Schimmel
1
-1
/
+2
[next]