index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add .pylintrc to globally suppress warnings we don't really care about
Frantisek Sumsal
2023-08-10
1
-3
/
+0
*
test-network: add more tests for address properties
Yu Watanabe
2023-07-31
4
-130
/
+451
*
test-network: add testcase for overriding Address.RouteMetric=
Yu Watanabe
2023-07-30
4
-282
/
+321
*
test-network: add tests for several invalid neighbor settings, and overriding...
Yu Watanabe
2023-07-30
5
-13
/
+63
*
Merge pull request #28508 from yuwata/network-next-dhcp4
Luca Boccassi
2023-07-29
1
-6
/
+12
|
\
|
*
network/dhcp4: always honor specified gateway address
Yu Watanabe
2023-07-27
1
-3
/
+5
|
*
network/dhcp4: always find suitable gateway for destination address
Yu Watanabe
2023-07-27
1
-3
/
+7
*
|
CI: network - Add test for rp_filter
Susant Sahani
2023-07-28
2
-0
/
+2
|
/
*
network: fix fetching link properties
Frantisek Sumsal
2023-07-18
1
-0
/
+3
*
test-network: probe a couple of uncovered networkctl codepaths
Frantisek Sumsal
2023-07-18
1
-0
/
+44
*
test-network: validate JSON where applicable
Frantisek Sumsal
2023-07-18
1
-30
/
+39
*
test-network: check for captive portals received via NDISC
Frantisek Sumsal
2023-07-18
6
-18
/
+149
*
test-network: correctly support running systemd-udevd from the build dir
Frantisek Sumsal
2023-07-17
1
-2
/
+2
*
test-network: add tests for null addresses
Yu Watanabe
2023-07-07
2
-0
/
+42
*
test-network: add one more testcase for DHCPv4 classless route
Yu Watanabe
2023-07-06
1
-1
/
+2
*
test-network: drop ExecReload= in networkd.service and udevd.service
Yu Watanabe
2023-07-06
1
-9
/
+1
*
test-network: add test for an invalid captive portal uri
Ronan Pigott
2023-07-03
1
-0
/
+38
*
test-network: add test for static route with preferred source
Yu Watanabe
2023-07-03
2
-0
/
+27
*
test-network: check route more strictly
Yu Watanabe
2023-07-03
1
-3
/
+1
*
Merge pull request #28132 from rpigott/dhcp-captive-portal
Yu Watanabe
2023-07-03
1
-0
/
+39
|
\
|
*
test-network: add tests for captive portal dhcp options
Ronan Pigott
2023-07-02
1
-0
/
+39
*
|
test: fix test_vxlan with the latest iproute2
Frantisek Sumsal
2023-06-30
1
-6
/
+10
*
|
test-network: add test for global IPv6PrivacyExtensions= setting
Yu Watanabe
2023-06-29
4
-6
/
+18
*
|
network: Add `IgnoreDdontFragment=` option for Fragmentation control (#28131)
Yuxiang Zhu
2023-06-29
3
-0
/
+6
|
/
*
network: make degraded-carrier bond/bridge as routable (#27776)
Henrik Holst
2023-06-15
1
-2
/
+2
*
Merge pull request #27826 from yuwata/network-link-ready-without-ndisc-when-h...
Yu Watanabe
2023-05-31
1
-0
/
+1
|
\
|
*
network: do not request dynamic addressing protocols finished when at least o...
Yu Watanabe
2023-05-30
1
-0
/
+1
*
|
wait-online: request that at least one managed online interface exists
Yu Watanabe
2023-05-31
1
-4
/
+0
|
/
*
test-network: add tests for vlan QoS mapping
Yu Watanabe
2023-05-24
2
-10
/
+14
*
test-network: add tests for static lease matching with chaddr
Yu Watanabe
2023-05-11
1
-0
/
+11
*
test-network: add workaround for bug in iproute2 v6.2.0
Yu Watanabe
2023-05-01
1
-4
/
+8
*
test: Install systemd-networkd-tests.py when install_tests is enabled
Daan De Meyer
2023-03-29
1
-1
/
+1
*
treewide: fix a few typos in NEWS, docs and comments
Dmitry V. Levin
2023-02-15
1
-1
/
+1
*
network: assume prefix length is full address size
Yu Watanabe
2023-01-19
1
-1
/
+1
*
test-network: drop unused file
Yu Watanabe
2023-01-19
1
-8
/
+0
*
test-network: reprocess the loopback network interface
Yu Watanabe
2023-01-18
1
-0
/
+4
*
test-network: add testcase for no managed interface
Yu Watanabe
2022-12-22
1
-1
/
+5
*
test-network: split out wait-online related test case
Yu Watanabe
2022-12-22
1
-9
/
+17
*
test-network: move one test case
Yu Watanabe
2022-12-22
1
-9
/
+9
*
test-network: add a test for renaming device to current altname
Nick Rosbrook
2022-12-15
2
-0
/
+18
*
test-network: try to change MAC address more
Yu Watanabe
2022-12-07
2
-6
/
+15
*
test-network: add test for bond mac address config
Jian Zhang
2022-12-06
2
-0
/
+4
*
test-network: add tests for RTT and ACK filter for CAKE
Yu Watanabe
2022-11-18
2
-0
/
+4
*
test-network: skip test_match if alternative name is not supported by kernel
Yu Watanabe
2022-11-10
1
-0
/
+1
*
test-network: wait for bound interface to be processed by udevd
Yu Watanabe
2022-11-02
1
-0
/
+1
*
Merge pull request #25192 from yuwata/wait-online-altname
Luca Boccassi
2022-11-01
2
-26
/
+17
|
\
|
*
test-network: explicitly prepare default.link
Yu Watanabe
2022-11-01
2
-20
/
+6
|
*
test-network: resolve interface name from alternative name
Yu Watanabe
2022-11-01
1
-4
/
+10
|
*
test-network: fix use of undeclared variable
Yu Watanabe
2022-11-01
1
-1
/
+0
|
*
test-network: make link_exists() support alternative names
Yu Watanabe
2022-11-01
1
-1
/
+1
[next]