index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
test-network.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/address: drop unused functions
Yu Watanabe
2023-07-31
1
-49
/
+0
*
network: refuse to override predefined route table name
Yu Watanabe
2023-07-14
1
-0
/
+1
*
network: do not append table number in TableString field in json output
Yu Watanabe
2023-07-14
1
-1
/
+6
*
network: manage addresses in the way the kernel does
Yu Watanabe
2022-12-07
1
-10
/
+0
*
network: drop unused timestamp
Yu Watanabe
2022-08-28
1
-2
/
+0
*
network: compare addresses more strictly
Yu Watanabe
2022-02-23
1
-2
/
+5
*
network: refuse empty or numeric route table names
Yu Watanabe
2021-12-09
1
-0
/
+6
*
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-1
/
+1
*
Merge pull request #20226 from yuwata/network-introduce-source-and-status
Yu Watanabe
2021-09-29
1
-0
/
+12
|
\
|
*
network: address_equal() is not used anymore, hence move it to test-network.c
Yu Watanabe
2021-09-24
1
-0
/
+10
|
*
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
1
-0
/
+2
*
|
network: do not update state files when running in test mode
Yu Watanabe
2021-09-29
1
-2
/
+2
*
|
network: split manager_new() into two part
Yu Watanabe
2021-09-29
1
-0
/
+1
|
/
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-5
/
+5
*
network: move and rename network_get() -> link_get_network()
Yu Watanabe
2021-05-14
1
-28
/
+4
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-6
/
+6
*
test: add tests for RouteTable= setting
Yu Watanabe
2021-02-03
1
-0
/
+50
*
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
2020-12-16
1
-1
/
+1
*
network: revert previous changes to address_compare_func()
Yu Watanabe
2020-12-08
1
-6
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
network: read peer address, label, broadcast from rtnl message
Yu Watanabe
2020-10-13
1
-1
/
+6
*
network: cleanup networkd-fdb.h
Yu Watanabe
2020-10-06
1
-0
/
+1
*
network: introduce helper function to enumerate information using netlink
Yu Watanabe
2020-10-06
1
-1
/
+1
*
network: read driver name from ethtool
Yu Watanabe
2020-06-03
1
-1
/
+1
*
test: Add return 0 to main() function (even it is not strictly necessary)
Benjamin Robin
2020-05-13
1
-0
/
+1
*
network: make Type=ether match based on iftype
Yu Watanabe
2020-03-02
1
-1
/
+1
*
test-network: do not fail if lo has a .network file
Zbigniew Jędrzejewski-Szmek
2020-02-04
1
-4
/
+11
*
network, udev: introduce PermanentMACAddress= setting in [Match] section
Yu Watanabe
2020-01-08
1
-1
/
+1
*
network: make Name= in [Match] support alternative names of interfaces
Yu Watanabe
2019-12-16
1
-1
/
+1
*
network: support matching based on wifi interfece type
Yu Watanabe
2019-10-25
1
-1
/
+1
*
network: add support matching based on BSSID=
Yu Watanabe
2019-10-14
1
-1
/
+1
*
network: support matching based on wifi SSID
Yu Watanabe
2019-10-14
1
-1
/
+1
*
network: drop arpa/inet.h from networkd-manager.h
Yu Watanabe
2019-05-09
1
-0
/
+1
*
network: replace inet_pton() with in_addr_from_string()
Yu Watanabe
2019-05-09
1
-23
/
+22
*
network: use IN_ADDR_NULL and ETHER_ADDR_NULL
Yu Watanabe
2019-05-07
1
-1
/
+1
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-0
/
+2
*
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-4
/
+4
*
test: log when skipping tests in more cases
Yu Watanabe
2018-09-13
1
-1
/
+3
*
network: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-10
/
+8
*
network: move sd_event initialization to manager_new()
Yu Watanabe
2018-07-18
1
-4
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-4
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
networkd/dhcp: shorten overlong hostname (#7616)
Luca Bruno
2017-12-13
1
-0
/
+50
*
test-network: use automatic cleanup
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-12
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
networkd: move event loop handling out of the manager (#4723)
Tom Gundersen
2016-11-28
1
-2
/
+9
*
networkd: clean up main header file a bit
Tom Gundersen
2016-11-14
1
-1
/
+1
[next]