summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-ipv4ll.c
AgeCommit message (Expand)Author
2016-05-26ipv4ll: shorten some checks by using IN_SET a bitLennart Poettering
2016-05-26sd-ipv4ll: add a bit of logging to IPv4LL tooLennart Poettering
2016-05-26ipv4acd: rework how we pick ipv4ll addressesLennart Poettering
2016-05-26ipv4ll: change "seed" parameter to be uint64_tLennart Poettering
2016-05-26ipv4l-{acd,ll}: make sure ipv4 addresses are unsignedLennart Poettering
2016-05-26sd-ipv4{acl,ll}: don't make use of RefCnt objectsLennart Poettering
2016-05-26sd-network: don't needlessly abbreviate "callback" as "cb" in struct membersLennart Poettering
2016-05-26sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17sd-ipv4ll: fix error path if sd-ipv4acd allocation failsLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24sd-*.h: clean up exported (or to-be-exported) header filesLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-11sd-ipv4ll: allow initial address to be set explicitlyTom Gundersen
2015-09-22sd-ipv4ll: fix namespacingDavid Herrmann
2015-09-22sd-ipv4acd: fix namespacingDavid Herrmann
2015-09-21sd-ipv4ll: do not assert_return when seed == 0Ronny Chevalier
2015-09-18sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen
2015-09-18sd-ipv4ll: simplify conflict handlingTom Gundersen
2015-09-18sd-ipv4ll: rework callbacksTom Gundersen
2015-09-18sd-ipv4ll: don't allow changing MAC address whilst runningTom Gundersen
2015-09-18sd-ipv4ll: code cleanupsTom Gundersen
2015-09-18sd-ipv4ll: remove duplicate packet verificationTom Gundersen
2015-09-18sd-ipv4ll: minor cleanupsTom Gundersen
2015-09-18sd-ipv4ll: split out on_conflict() from on_packet()Tom Gundersen
2015-09-18sd-ipv4ll: split run_state_machine() into on_packet() and on_timeout()Tom Gundersen
2015-09-18sd-ipv4ll: filter out unwanted ARP packets in the kernelTom Gundersen
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-08-27network: get rid of more RefCnt usageLennart Poettering
2015-08-06tree-wide: do not return error codes as boolThomas Hindoe Paaboel Andersen
2015-08-03sd-event: make sure sd_event_now() cannot failLennart Poettering
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-08-30sd-ipv4ll: name the correct sourceTom Gundersen
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-07-24libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen
2014-04-27libnetworkd: add link local testsUmut Tezduyar Lindskog
2014-04-11sd-ipv4ll: Add an explicit stop state for IPv4LLPatrik Flykt
2014-04-11sd-ipv4ll: Add reference counting for IPv4LLPatrik Flykt
2014-04-03networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-21sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog
2014-03-21sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any timeTom Gundersen
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering