summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ipv4acd.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* libsystemd-network: ipv4ll probe conflict counter (#5361)Jason Reeder2017-02-161-2/+0
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* ipv4acd: rename "ll" parameter to "acd" everywhereLennart Poettering2016-05-261-152/+152
* sd-ipv4acd: drop IPV4ACD_NETWORK definitionLennart Poettering2016-05-261-6/+3
* ipv4acd: make sure our event handler callbacks never check uninitialized "r" ...Lennart Poettering2016-05-261-18/+18
* ipv4acd: normalize time types to usec_tLennart Poettering2016-05-261-27/+24
* ipv4acd: in case the state engine is reused, reset n_conflict timer to 0Lennart Poettering2016-05-261-0/+1
* ipv4acd: no need to memcpy() where assignment sufficesLennart Poettering2016-05-261-1/+1
* ipv4acd: introduce new "started" stateLennart Poettering2016-05-261-1/+3
* ipv4acd: rename ipv4acd_stop() → ipv4acd_reset()Lennart Poettering2016-05-261-51/+43
* ipv4acd: add "_event_source" suffix to event source objectsLennart Poettering2016-05-261-24/+21
* ipv4acd: make the iteration and conflict fields unsignedLennart Poettering2016-05-261-12/+17
* ipv4l-{acd,ll}: make sure ipv4 addresses are unsignedLennart Poettering2016-05-261-2/+2
* ipv4acd: library code should never logLennart Poettering2016-05-261-24/+14
* sd-ipv4{acl,ll}: don't make use of RefCnt objectsLennart Poettering2016-05-261-6/+14
* sd-network: don't needlessly abbreviate "callback" as "cb" in struct membersLennart Poettering2016-05-261-4/+4
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-10/+10
* sd-network: unify packet processing logic a bitLennart Poettering2016-05-261-0/+3
* ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM socketsLennart Poettering2016-05-221-8/+24
* sd-ipv4acd: do not define ether_addr_is_nul() redundantlyLennart Poettering2016-05-221-9/+2
* sd-ipv4acd: drop HASH_KEY definition, as it is unusedLennart Poettering2016-05-221-2/+0
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering2016-02-201-1/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-201-2/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-6/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering2015-10-241-1/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+4
* sd-ipv4acd: fix namespacingDavid Herrmann2015-09-221-3/+3
* sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen2015-09-181-0/+529