index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftest/net/Makefile: Specify output with $(OUTPUT)
SeongJae Park
2017-06-23
1
-2
/
+1
*
selftests/net: Fix broken test case in psock_fanout
Mike Maloney
2017-04-25
1
-1
/
+1
*
selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEID
Mike Maloney
2017-04-24
1
-11
/
+84
*
selftests/net: cleanup unused parameter in psock_fanout
Mike Maloney
2017-04-24
1
-9
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-21
2
-12
/
+23
|
\
|
*
selftests/net: Fixes psock_fanout CBPF test case
Mike Maloney
2017-04-20
2
-12
/
+23
*
|
selftests: add a generic testsuite for ethernet device
LABBE Corentin
2017-04-05
2
-1
/
+201
|
/
*
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-02-25
1
-11
/
+4
|
\
|
*
selftests: add default rules for c source file
bamvor.zhangjian@huawei.com
2017-01-05
1
-2
/
+0
|
*
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
2017-01-05
1
-9
/
+4
*
|
tools: psock_lib: harden socket filter used by psock tests
Sowmini Varadhan
2017-01-12
1
-7
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
1
-1
/
+1
|
\
\
|
*
|
selftests: do not require bash to run netsocktests testcase
Rolf Eike Beer
2017-01-05
1
-1
/
+1
|
|
/
*
|
tools: psock_tpacket: block Rx until socket filter has been added and socket ...
Sowmini Varadhan
2017-01-05
1
-3
/
+3
*
|
tools: test case for TPACKET_V3/TX_RING support
Sowmini Varadhan
2017-01-03
1
-17
/
+74
|
/
*
reuseport, bpf: add test case for bpf_get_numa_node_id
Daniel Borkmann
2016-10-22
3
-4
/
+263
*
soreuseport: Fix reuseport_bpf testcase on 32bit architectures
Helge Deller
2016-06-06
1
-5
/
+5
*
soreuseport: test mixed v4/v6 sockets
Craig Gallek
2016-04-14
3
-1
/
+210
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
4
-8
/
+370
|
\
|
*
soreuseport: BPF selection functional test for TCP
Craig Gallek
2016-02-11
4
-8
/
+370
*
|
selftests: create test-specific kconfig fragments
Bamvor Jian Zhang
2016-02-25
1
-0
/
+3
|
/
*
soreuseport: pass skb to secondary UDP socket lookup
Craig Gallek
2016-01-06
1
-0
/
+47
*
soreuseport: BPF selection functional test
Craig Gallek
2016-01-04
3
-1
/
+469
*
selftests/net: test extended BPF fanout mode
Willem de Bruijn
2015-08-17
1
-0
/
+53
*
selftests/net: test classic bpf fanout mode
Willem de Bruijn
2015-08-17
2
-12
/
+33
*
selftests/net: expect headroom in psock_fanout rollover
Willem de Bruijn
2015-05-18
1
-1
/
+1
*
selftests: Set CC using CROSS_COMPILE once in lib.mk
Michael Ellerman
2015-03-19
1
-1
/
+0
*
selftests: Add install target
Michael Ellerman
2015-03-13
1
-0
/
+1
*
selftests: Introduce minimal shared logic for running tests
Michael Ellerman
2015-03-13
3
-4
/
+4
*
Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-16
2
-7
/
+11
|
\
|
*
selftests/net: move test out of Makefile into a shell script
Shuah Khan
2014-11-05
2
-7
/
+11
*
|
selftests/net: psock_fanout seg faults in sock_fanout_read_ring()
Shuah Khan
2014-11-11
1
-1
/
+1
|
/
*
net: filter: BPF testsuite
Alexei Starovoitov
2014-05-12
1
-1
/
+7
*
tools: selftests: psock_tpacket: get rid of macro wrappers
Daniel Borkmann
2013-07-02
1
-39
/
+20
*
selftests: psock_tpacket: fix status check
Daniel Borkmann
2013-04-29
1
-2
/
+2
*
net: Add .gitignore to networking selftests directory.
David S. Miller
2013-04-19
1
-0
/
+3
*
selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftests
Daniel Borkmann
2013-04-07
5
-87
/
+966
*
net: fix psock_fanout on sparc64
Willem de Bruijn
2013-03-21
1
-1
/
+7
*
net: Move selftests to common net/ subdirectory.
David S. Miller
2013-03-20
5
-0
/
+527