summaryrefslogtreecommitdiff
path: root/src/network/test-network.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* networkd: add bridge supportTom Gundersen2013-11-261-4/+4
* networkd: make sure Links and Networks are freedTom Gundersen2013-11-191-1/+1
* networkd: make all calls asyncTom Gundersen2013-11-171-1/+2
* network: fix testsTom Gundersen2013-11-101-1/+6
* networkd: add a basic network daemonTom Gundersen2013-11-091-0/+74