index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
10
-12
/
+993
2019-11-25
Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-8
/
+10
2019-11-18
selftests: forwarding: Add speed and auto-negotiation test
Amit Cohen
1
-0
/
+318
2019-11-18
selftests: forwarding: lib.sh: Add wait for dev with timeout
Amit Cohen
1
-3
/
+26
2019-11-18
selftests: forwarding: Add ethtool_lib.sh
Amit Cohen
1
-0
/
+69
2019-11-16
selftests: net: avoid ptl lock contention in tcp_mmap
Eric Dumazet
1
-5
/
+53
2019-11-15
selftests: net: tcp_mmap should create detached threads
Eric Dumazet
1
-1
/
+6
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+108
2019-11-08
selftest: net: add alternative names test
Jiri Pirko
1
-0
/
+75
2019-11-07
selftests: forwarding: tc_common: Add hitting check
Amit Cohen
1
-0
/
+11
2019-11-07
selftests: forwarding: devlink: Add functionality for trap exceptions test
Amit Cohen
1
-0
/
+12
2019-11-07
selftests: devlink: Make devlink_trap_cleanup() more generic
Amit Cohen
1
-1
/
+2
2019-11-07
selftests: devlink: Export functions to devlink library
Amit Cohen
1
-0
/
+42
2019-11-07
selftests: Add source route tests to fib_tests
David Ahern
1
-1
/
+51
2019-11-07
selftests: net: Fix printf format warnings on arm
Masami Hiramatsu
3
-4
/
+6
2019-11-07
selftests: net: Use size_t and ssize_t for counting file size
Masami Hiramatsu
1
-4
/
+4
2019-11-06
selftest: net: add some traceroute tests
Francesco Ruggeri
2
-1
/
+323
2019-11-06
selftests/tls: add test for concurrent recv and send
Jakub Kicinski
1
-0
/
+108
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-1
/
+23
2019-11-01
selftests: net: reuseport_dualstack: fix uninitalized parameter
Wei Wang
1
-1
/
+2
2019-10-26
selftests: fib_tests: add more tests for metric update
Paolo Abeni
1
-0
/
+21
2019-10-22
selftests: Make l2tp.sh executable
David Ahern
1
-0
/
+0
2019-10-05
selftests: test creating netdevsim inside network namespace
Jiri Pirko
1
-1
/
+6
2019-10-04
selftests/net: add nettest to .gitignore
Jakub Kicinski
1
-0
/
+1
2019-10-03
udp: only do GSO if # of segs > 1
Josh Hunt
1
-12
/
+4
2019-09-26
ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule
Jason A. Donenfeld
1
-1
/
+16
2019-09-20
selftests: Update fib_nexthop_multiprefix to handle missing ping6
David Ahern
1
-2
/
+4
2019-09-20
selftests: Update fib_tests to handle missing ping6
David Ahern
1
-1
/
+3
2019-09-19
selftests: Add test cases for `ip nexthop flush proto XX`
Donald Sharp
1
-0
/
+14
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-11
/
+20
2019-09-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+7
2019-09-05
selftest: A few cleanups for fib_nexthops.sh
David Ahern
1
-11
/
+13
2019-08-20
xfrm: policy: avoid warning splat when merging nodes
Florian Westphal
1
-0
/
+7
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-08-17
selftests: forwarding: devlink_lib: Add devlink-trap helpers
Ido Schimmel
1
-0
/
+163
2019-08-17
selftests: forwarding: devlink_lib: Allow tests to define devlink device
Ido Schimmel
1
-12
/
+14
2019-08-16
selftests: Fix get_ifidx and callers in nettest.c
David Ahern
1
-12
/
+13
2019-08-15
selftests: net: push jq workaround into separate helper
Jiri Pirko
2
-13
/
+23
2019-08-15
selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue
Anders Roxell
1
-1
/
+1
2019-08-09
selftests: Fix detection of nettest command in fcnal-test
David Ahern
1
-32
/
+6
2019-08-08
selftests: Add l2tp tests
David Ahern
2
-1
/
+383
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-14
/
+241
2019-08-05
selftests/tls: add a litmus test for the socket reuse through shutdown
Jakub Kicinski
1
-0
/
+24
2019-08-05
][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol"
Colin Ian King
1
-1
/
+1
2019-08-03
selftests: Add use case section to fcnal-test
David Ahern
1
-0
/
+124
2019-08-03
selftests: Add ipv6 netfilter tests to fcnal-test
David Ahern
1
-1
/
+64
2019-08-03
selftests: Add ipv4 netfilter tests to fcnal-test
David Ahern
1
-1
/
+68
2019-08-03
selftests: Add ipv6 runtime tests to fcnal-test
David Ahern
1
-1
/
+187
2019-08-03
selftests: Add ipv4 runtime tests to fcnal-test
David Ahern
1
-1
/
+184
2019-08-03
selftests: Add ipv6 address bind tests to fcnal-test
David Ahern
1
-1
/
+109
[next]