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-ipv4ll.c
Age
Commit message (
Expand
)
Author
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-17
sd-ipv4ll: fix error path if sd-ipv4acd allocation fails
Lennart Poettering
2015-11-16
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
siphash24: change result argument to uint64_t
Martin Pitt
2015-10-27
util-lib: split out allocation calls into alloc-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-10-11
sd-ipv4ll: allow initial address to be set explicitly
Tom Gundersen
2015-09-22
sd-ipv4ll: fix namespacing
David Herrmann
2015-09-22
sd-ipv4acd: fix namespacing
David Herrmann
2015-09-21
sd-ipv4ll: do not assert_return when seed == 0
Ronny Chevalier
2015-09-18
sd-ipv4acd: introduce new library split out from sd-ipv4ll
Tom Gundersen
2015-09-18
sd-ipv4ll: simplify conflict handling
Tom Gundersen
2015-09-18
sd-ipv4ll: rework callbacks
Tom Gundersen
2015-09-18
sd-ipv4ll: don't allow changing MAC address whilst running
Tom Gundersen
2015-09-18
sd-ipv4ll: code cleanups
Tom Gundersen
2015-09-18
sd-ipv4ll: remove duplicate packet verification
Tom Gundersen
2015-09-18
sd-ipv4ll: minor cleanups
Tom Gundersen
2015-09-18
sd-ipv4ll: split out on_conflict() from on_packet()
Tom Gundersen
2015-09-18
sd-ipv4ll: split run_state_machine() into on_packet() and on_timeout()
Tom Gundersen
2015-09-18
sd-ipv4ll: filter out unwanted ARP packets in the kernel
Tom Gundersen
2015-09-09
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-08-27
network: get rid of more RefCnt usage
Lennart Poettering
2015-08-06
tree-wide: do not return error codes as bool
Thomas Hindoe Paaboel Andersen
2015-08-03
sd-event: make sure sd_event_now() cannot fail
Lennart Poettering
2015-04-11
shared: add random-util.[ch]
Ronny Chevalier
2015-01-13
refcnt: refcnt is unsigned, fix comparisons
Tom Gundersen
2014-11-04
sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()
Lennart Poettering
2014-08-30
sd-ipv4ll: name the correct source
Tom Gundersen
2014-08-28
sd-event: name event sources used in libraries
Tom Gundersen
2014-07-24
libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible
Tom Gundersen
2014-04-27
libnetworkd: add link local tests
Umut Tezduyar Lindskog
2014-04-11
sd-ipv4ll: Add an explicit stop state for IPv4LL
Patrik Flykt
2014-04-11
sd-ipv4ll: Add reference counting for IPv4LL
Patrik Flykt
2014-04-03
networkd: smooth transition from ipv4ll to dhcp address
Umut Tezduyar Lindskog
2014-03-24
sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...
Lennart Poettering
2014-03-21
sd-ipv4ll/networkd: generate predictable addresses
Umut Tezduyar Lindskog
2014-03-21
sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any time
Tom Gundersen
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-03
sd-network: IPv4 link-local support [v2]
Umut Tezduyar Lindskog