summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* sd-ipv4ll/networkd: Try to select an IPv4 link-local start addressAndre Kalb2022-07-141-2/+17
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* tree-wide: use C99 __func__ rather than obsolete __FUNCTION__Lennart Poettering2021-10-111-2/+2
* arp-util: split out logic of setting BPF code into a functionYu Watanabe2021-07-011-0/+4
* arp-util: use struct in_addrYu Watanabe2021-07-011-3/+3
* arp-util: make arp_send_{probe,announcement}() inlineYu Watanabe2021-07-011-25/+9
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-5/+5
* sd-ipv4acd,sd-ipv4ll: introduce _get_ifindex() and _get_ifname()Yu Watanabe2020-12-021-1/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* libsystemd-network: rename index -> ifindexYu Watanabe2020-07-021-1/+1
* network: return 1 on start and 0 if ipv4ll is already startedDan Streetman2020-05-261-2/+2
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-121-1/+1
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-ipv4ll: use assert_se consistentlyZbigniew Jędrzejewski-Szmek2017-05-131-8/+8
* tree-wide: drop assert.h includesZbigniew Jędrzejewski-Szmek2017-05-131-1/+0
* ipv4ll: change "seed" parameter to be uint64_tLennart Poettering2016-05-261-1/+1
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-6/+6
* ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM socketsLennart Poettering2016-05-221-4/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-1/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+6
* sd-ipv4ll: allow initial address to be set explicitlyTom Gundersen2015-10-111-0/+11
* sd-ipv4ll: fix namespacingDavid Herrmann2015-09-221-2/+2
* test-ipv4ll: use unsigned instead of an array for a seedRonny Chevalier2015-09-211-3/+3
* sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen2015-09-181-3/+8
* sd-ipv4ll: rework callbacksTom Gundersen2015-09-181-1/+1
* sd-ipv4ll: filter out unwanted ARP packets in the kernelTom Gundersen2015-09-181-45/+24
* network: s/user_data/userdata/Lennart Poettering2015-08-261-3/+3
* test-ipv4ll: clean up the eventThomas Hindoe Paaboel Andersen2015-04-131-1/+2
* libnetworkd: add link local testsUmut Tezduyar Lindskog2014-04-271-0/+225