summaryrefslogtreecommitdiff
path: root/src/network/test-network.c
Commit message (Expand)AuthorAgeFilesLines
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-071-10/+0
* network: drop unused timestampYu Watanabe2022-08-281-2/+0
* network: compare addresses more strictlyYu Watanabe2022-02-241-2/+5
* network: refuse empty or numeric route table namesYu Watanabe2021-12-091-0/+6
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-1/+1
* Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-301-0/+12
|\
| * network: address_equal() is not used anymore, hence move it to test-network.cYu Watanabe2021-09-241-0/+10
| * network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-0/+2
* | network: do not update state files when running in test modeYu Watanabe2021-09-291-2/+2
* | network: split manager_new() into two partYu Watanabe2021-09-291-0/+1
|/
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-5/+5
* network: move and rename network_get() -> link_get_network()Yu Watanabe2021-05-141-28/+4
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-6/+6
* test: add tests for RouteTable= settingYu Watanabe2021-02-031-0/+50
* Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-161-1/+1
* network: revert previous changes to address_compare_func()Yu Watanabe2020-12-081-6/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: read peer address, label, broadcast from rtnl messageYu Watanabe2020-10-131-1/+6
* network: cleanup networkd-fdb.hYu Watanabe2020-10-071-0/+1
* network: introduce helper function to enumerate information using netlinkYu Watanabe2020-10-071-1/+1
* network: read driver name from ethtoolYu Watanabe2020-06-031-1/+1
* test: Add return 0 to main() function (even it is not strictly necessary)Benjamin Robin2020-05-131-0/+1
* network: make Type=ether match based on iftypeYu Watanabe2020-03-021-1/+1
* test-network: do not fail if lo has a .network fileZbigniew Jędrzejewski-Szmek2020-02-041-4/+11
* network, udev: introduce PermanentMACAddress= setting in [Match] sectionYu Watanabe2020-01-081-1/+1
* network: make Name= in [Match] support alternative names of interfacesYu Watanabe2019-12-161-1/+1
* network: support matching based on wifi interfece typeYu Watanabe2019-10-251-1/+1
* network: add support matching based on BSSID=Yu Watanabe2019-10-151-1/+1
* network: support matching based on wifi SSIDYu Watanabe2019-10-151-1/+1
* network: drop arpa/inet.h from networkd-manager.hYu Watanabe2019-05-091-0/+1
* network: replace inet_pton() with in_addr_from_string()Yu Watanabe2019-05-091-23/+22
* network: use IN_ADDR_NULL and ETHER_ADDR_NULLYu Watanabe2019-05-071-1/+1
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-0/+2
* tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek2018-09-141-4/+4
* test: log when skipping tests in more casesYu Watanabe2018-09-131-1/+3
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-10/+8
* network: move sd_event initialization to manager_new()Yu Watanabe2018-07-181-4/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-4/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd/dhcp: shorten overlong hostname (#7616)Luca Bruno2017-12-131-0/+50
* test-network: use automatic cleanupZbigniew Jędrzejewski-Szmek2017-11-281-12/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: move event loop handling out of the manager (#4723)Tom Gundersen2016-11-281-2/+9
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1