summaryrefslogtreecommitdiff
path: root/src/network/test-network.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* networkd: address - add hash helpers for Address objectsTom Gundersen2015-10-111-4/+5
* networkd: route/address - simplify and unify creatorsTom Gundersen2015-10-111-2/+2
* networkd: refactor socket activation a bitTom Gundersen2015-02-031-2/+0
* network-address,test-network: avoid undefined behaviourZbigniew Jędrzejewski-Szmek2015-02-021-2/+1
* test-network: fix off-by-one error in testTom Gundersen2014-08-311-3/+3
* sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering2014-07-171-3/+3
* test: network - skip if we don't have permissions to create netdevsTom Gundersen2014-07-141-3/+14
* Add support for DHCP static route optionsEugene Yakubovich2014-06-291-0/+59
* sd-dhcp-lease: move in_addr (de)serialization to shared network codeTom Gundersen2014-05-191-1/+34
* networkd: IP address equalityTom Gundersen2014-05-171-0/+47
* networkd: tie links to rtnl rather than udevTom Gundersen2014-04-191-11/+3
* networkd: handle SIGINT and SIGTERMTom Gundersen2014-02-221-5/+2
* test: always use assert_se in testsTom Gundersen2014-02-221-14/+14