summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* 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
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libsystemd-network: sd-ipv4ll: Wrapper to restart address aquisition after co...Jason Reeder2017-03-311-0/+6
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* ipv4ll: shorten some checks by using IN_SET a bitLennart Poettering2016-05-261-11/+2
* sd-ipv4ll: add a bit of logging to IPv4LL tooLennart Poettering2016-05-261-0/+8
* ipv4acd: rework how we pick ipv4ll addressesLennart Poettering2016-05-261-70/+61
* ipv4ll: change "seed" parameter to be uint64_tLennart Poettering2016-05-261-5/+3
* ipv4l-{acd,ll}: make sure ipv4 addresses are unsignedLennart Poettering2016-05-261-13/+7
* sd-ipv4{acl,ll}: don't make use of RefCnt objectsLennart Poettering2016-05-261-1/+0
* 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-2/+3
* 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
* sd-ipv4ll: fix error path if sd-ipv4acd allocation failsLennart Poettering2015-11-171-2/+2
* siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-3/+2
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-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-6/+6
* sd-ipv4ll: allow initial address to be set explicitlyTom Gundersen2015-10-111-4/+35
* sd-ipv4ll: fix namespacingDavid Herrmann2015-09-221-4/+4
* sd-ipv4acd: fix namespacingDavid Herrmann2015-09-221-3/+3
* sd-ipv4ll: do not assert_return when seed == 0Ronny Chevalier2015-09-211-1/+0
* sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen2015-09-181-423/+145
* sd-ipv4ll: simplify conflict handlingTom Gundersen2015-09-181-19/+16
* sd-ipv4ll: rework callbacksTom Gundersen2015-09-181-105/+92
* sd-ipv4ll: don't allow changing MAC address whilst runningTom Gundersen2015-09-181-15/+2
* sd-ipv4ll: code cleanupsTom Gundersen2015-09-181-60/+58
* sd-ipv4ll: remove duplicate packet verificationTom Gundersen2015-09-181-19/+7
* sd-ipv4ll: minor cleanupsTom Gundersen2015-09-181-20/+26
* sd-ipv4ll: split out on_conflict() from on_packet()Tom Gundersen2015-09-181-42/+54
* sd-ipv4ll: split run_state_machine() into on_packet() and on_timeout()Tom Gundersen2015-09-181-106/+82
* sd-ipv4ll: filter out unwanted ARP packets in the kernelTom Gundersen2015-09-181-35/+45
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* network: get rid of more RefCnt usageLennart Poettering2015-08-271-17/+25
* tree-wide: do not return error codes as boolThomas Hindoe Paaboel Andersen2015-08-061-1/+1
* sd-event: make sure sd_event_now() cannot failLennart Poettering2015-08-031-2/+1
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-131-1/+1
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-041-3/+3
* sd-ipv4ll: name the correct sourceTom Gundersen2014-08-301-1/+1
* sd-event: name event sources used in librariesTom Gundersen2014-08-281-0/+11
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-241-6/+6