index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-ipv4acd.c
Age
Commit message (
Expand
)
Author
2016-10-16
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-05-26
ipv4acd: rename "ll" parameter to "acd" everywhere
Lennart Poettering
2016-05-26
sd-ipv4acd: drop IPV4ACD_NETWORK definition
Lennart Poettering
2016-05-26
ipv4acd: make sure our event handler callbacks never check uninitialized "r" ...
Lennart Poettering
2016-05-26
ipv4acd: normalize time types to usec_t
Lennart Poettering
2016-05-26
ipv4acd: in case the state engine is reused, reset n_conflict timer to 0
Lennart Poettering
2016-05-26
ipv4acd: no need to memcpy() where assignment suffices
Lennart Poettering
2016-05-26
ipv4acd: introduce new "started" state
Lennart Poettering
2016-05-26
ipv4acd: rename ipv4acd_stop() → ipv4acd_reset()
Lennart Poettering
2016-05-26
ipv4acd: add "_event_source" suffix to event source objects
Lennart Poettering
2016-05-26
ipv4acd: make the iteration and conflict fields unsigned
Lennart Poettering
2016-05-26
ipv4l-{acd,ll}: make sure ipv4 addresses are unsigned
Lennart Poettering
2016-05-26
ipv4acd: library code should never log
Lennart Poettering
2016-05-26
sd-ipv4{acl,ll}: don't make use of RefCnt objects
Lennart Poettering
2016-05-26
sd-network: don't needlessly abbreviate "callback" as "cb" in struct members
Lennart Poettering
2016-05-26
sd-network: rename "index" field of the various clients to "ifindex"
Lennart Poettering
2016-05-26
sd-network: unify packet processing logic a bit
Lennart Poettering
2016-05-22
ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM sockets
Lennart Poettering
2016-05-22
sd-ipv4acd: do not define ether_addr_is_nul() redundantly
Lennart Poettering
2016-05-22
sd-ipv4acd: drop HASH_KEY definition, as it is unused
Lennart Poettering
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-20
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...
Lennart Poettering
2016-02-20
libsystemd-network: don't abbreviate "callback" as "cb" needlessly
Lennart Poettering
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-22
sd-ipv4acd: fix namespacing
David Herrmann
2015-09-18
sd-ipv4acd: introduce new library split out from sd-ipv4ll
Tom Gundersen