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
*
test-network: Add dirs_exist_ok=True to cp_r()
Daan De Meyer
2024-05-30
1
-1
/
+1
*
test-network: update comment about status of kernel regression
Yu Watanabe
2024-05-29
1
-3
/
+2
*
test-network: tun/tap fd may be owned by tentative worker processes
Yu Watanabe
2024-05-28
1
-59
/
+51
*
test-network: also set custom altternative name for netdevsim interface
Yu Watanabe
2024-05-20
5
-14
/
+28
*
test-network: split out setup_netdevsim()
Yu Watanabe
2024-05-20
1
-11
/
+14
*
test-network: use different destination from gateway
Yu Watanabe
2024-05-17
2
-4
/
+4
*
test: Allow using TEST_MATCH_TESTCASE with systemd-networkd-tests.py
Daan De Meyer
2024-05-14
1
-2
/
+8
*
test-network: simplify and unify waiting loop
Yu Watanabe
2024-05-10
1
-48
/
+31
*
test-network: make link_exists() take multiple arguments
Yu Watanabe
2024-05-10
1
-20
/
+12
*
test-network: check existence of kernel bug
Yu Watanabe
2024-05-10
1
-0
/
+18
*
test-network: introduce --no-journal option
Yu Watanabe
2024-05-10
1
-0
/
+7
*
test-network: do not fail when /etc/protocols does not exist
Yu Watanabe
2024-05-10
1
-16
/
+19
*
test-network: do not fail test_macvlan() with old kernel or ip command
Yu Watanabe
2024-05-10
1
-1
/
+2
*
test-network: do not fail if macvlan module is not available
Yu Watanabe
2024-05-10
1
-0
/
+1
*
test-network: Make source directory optional
Daan De Meyer
2024-05-01
1
-4
/
+12
*
network: DHCP version logging typos
Sebastian Pucilowski
2024-04-28
1
-11
/
+11
*
test-network: add test for [IPv6SendRA] ReachableTimeSec= and RetransmitSec=
Yu Watanabe
2024-04-22
2
-0
/
+5
*
test-network: add test for global UseDomains= setting
Yu Watanabe
2024-04-20
1
-6
/
+10
*
test-network: add test case of RS sent by the same interface
Yu Watanabe
2024-04-18
1
-0
/
+6
*
test-network: introduce check_networkd_log() helper function
Yu Watanabe
2024-04-18
1
-47
/
+15
*
test-network: drop trailing spaces
Yu Watanabe
2024-04-18
1
-4
/
+4
*
Merge pull request #32258 from yuwata/network-tc-fix-stack-overflow
Luca Boccassi
2024-04-15
1
-0
/
+17
|
\
|
*
test-network: add test for stack overflow in qdisc_drop() and tclass_drop()
Yu Watanabe
2024-04-13
1
-0
/
+17
*
|
Merge pull request #32194 from henryli001/lihl/add-defaultUseDomains-config
Yu Watanabe
2024-04-14
1
-0
/
+44
|
\
\
|
|
/
|
/
|
|
*
network: add mechanism to configure default UseDomains= setting, update man p...
Henry Li
2024-04-14
1
-0
/
+44
*
|
network/ndisc: fix verification of sender of Redirect message
Yu Watanabe
2024-04-11
1
-10
/
+14
*
|
network/ndisc: do not set per-route MTU and hop limit
Yu Watanabe
2024-04-11
1
-12
/
+9
*
|
Merge pull request #32195 from yuwata/network-ndisc-mtu
Luca Boccassi
2024-04-11
2
-0
/
+48
|
\
\
|
*
|
test-network: add test case for ndisc MTU option
Yu Watanabe
2024-04-10
2
-0
/
+48
|
|
/
*
/
test-network: add test case for regenerating prefix stable address on conflict
Yu Watanabe
2024-04-09
2
-5
/
+44
|
/
*
test-network: add test cases for Redirect and Neighbor Advertisement message ...
Yu Watanabe
2024-04-04
1
-0
/
+48
*
netowrk/ndisc: drop NDisc configurations when received NA without Router flag
Yu Watanabe
2024-04-04
1
-0
/
+2
*
test-network: add test cases for PersistLeases=no
Yu Watanabe
2024-03-28
2
-5
/
+33
*
test-network: extend test case for DHCP server with null server address
Yu Watanabe
2024-03-18
1
-0
/
+22
*
test-network: add test case for DHCP server lease file
Yu Watanabe
2024-03-11
1
-0
/
+12
*
test-network: add support for systemd-networkd-persistent-storage.service
Yu Watanabe
2024-03-11
1
-5
/
+27
*
test-network: copy system unit files from build or source directory
Yu Watanabe
2024-03-11
1
-41
/
+68
*
test-network: drop unused options and variables
Yu Watanabe
2024-03-11
1
-45
/
+10
*
Merge pull request #31587 from yuwata/udev-rps-follow-ups
Luca Boccassi
2024-03-02
1
-83
/
+69
|
\
|
*
test-network: wait for the interface being processed by udevd
Yu Watanabe
2024-03-02
1
-67
/
+47
|
*
test-network: introduce udevadm() and friends
Yu Watanabe
2024-03-02
1
-16
/
+22
*
|
test-network: check enabled capabilities in LLDP neighbors
Yu Watanabe
2024-03-02
1
-3
/
+60
|
/
*
Merge pull request #31498 from ssahani/bond
Yu Watanabe
2024-03-01
2
-0
/
+2
|
\
|
*
test-network: Add test for bond peer_notif_delay
Susant Sahani
2024-02-28
2
-0
/
+2
*
|
test-network: add more test cases for LLDP
Yu Watanabe
2024-03-01
1
-0
/
+33
*
|
Merge pull request #31293 from ragazenta/netdev_rps
Luca Boccassi
2024-02-28
11
-0
/
+188
|
\
\
|
|
/
|
/
|
|
*
test-network: Add test for rps_cpu_mask option
Renjaya Raga Zenta
2024-02-28
11
-0
/
+188
*
|
test-network: fix typo
Yu Watanabe
2024-02-28
1
-1
/
+1
|
/
*
network: introduce per-interface IP forwarding settings
Yu Watanabe
2024-02-22
9
-8
/
+9
*
test-network: add test for macvlan BroadcastQueueMulticastLength= and Broadca...
Susant Sahani
2024-02-22
2
-0
/
+6
[next]