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-ndisc.c
Age
Commit message (
Expand
)
Author
2016-10-16
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-06-14
sd-ndisc: add missing cast
Lennart Poettering
2016-06-06
network: beef up ipv6 RA support considerably
Lennart Poettering
2016-05-26
sd-ndisc: small coding style fixes
Lennart Poettering
2016-05-26
sd-ndisc: add more whitespace
Lennart Poettering
2016-05-26
sd-ndisc: stop discovery properly when something fails
Lennart Poettering
2016-05-26
sd-ndisc: rework size checking in ndisc_ra_parse()
Lennart Poettering
2016-05-26
sd-ndisc: simplify clamping of router "pref" parameter
Lennart Poettering
2016-05-26
sd-ndisc: append "event_source" to event source objects stored in structures
Lennart Poettering
2016-05-26
sd-ndisc: add log_ndisc_errno() macro, to complement log_ndisc() like elsewhere
Lennart Poettering
2016-05-26
sd-ndisc: use the right object to pass to log_ndisc()
Lennart Poettering
2016-05-26
sd-ndisc: Typo fix: s/advertisment/advertisement/
Lennart Poettering
2016-05-26
sd-ndisc: make the _stop() call idempotent
Lennart Poettering
2016-05-26
sd-network: fix up assertion chaos
Lennart Poettering
2016-05-26
sd-ndisc: rename sd_ndisc_init() to sd_ndisc_reset()
Lennart Poettering
2016-05-26
sd-network: rename "index" field of the various clients to "ifindex"
Lennart Poettering
2016-05-26
sd-ndisc: properly make various parameters unsigned
Lennart Poettering
2016-05-26
sd-network: unify packet processing logic a bit
Lennart Poettering
2016-02-20
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...
Lennart Poettering
2016-02-16
networkd: FIONREAD is not reliable on some sockets
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-18
sd-ndisc: simplify if stmt and reindent log messages
Zbigniew Jędrzejewski-Szmek
2016-01-18
sd-ndisc: simplify ndisc_prefix_new
Zbigniew Jędrzejewski-Szmek
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-25
sd-ndisc: better validate RA packets
Tom Gundersen
2015-11-25
sd-ndisc: always send the link-layer address
Tom Gundersen
2015-11-25
libsystemd-network: clean up recv functions
Tom Gundersen
2015-11-19
nd-ndisc: don't fail if src address is unset
Tom Gundersen
2015-11-19
sd-ndisc: drop RA packets from non-link-local addresses
Tom Gundersen
2015-11-16
networkd: ndisc/dhcpv6 - handle starting running clients
Tom Gundersen
2015-11-12
sd-ndisc: add missing parens
Tom Gundersen
2015-11-11
networkd: ndisc - handle router advertisement in userspace
Tom Gundersen
2015-11-11
sd-ndisc: introduce separate callbacks
Tom Gundersen
2015-11-11
sd-ndisc: notify user on STOP
Tom Gundersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-22
sd-ndisc: reduce callbacks
Tom Gundersen
2015-10-22
sd-ndisc: drop sd_ndisc_get_prefixlen()
Tom Gundersen
2015-10-22
sd-ndisc: drop sd_ndisc_prefix_match()
Tom Gundersen
2015-10-22
sd-ndisc: don't trigger timeout on prefix expiry
Tom Gundersen
2015-10-22
sd-ndisc: remove a prefix from the ndisc object when freeing it
Tom Gundersen
2015-10-22
sd-ndisc: don't inform the caller of expired prefixes
Tom Gundersen
2015-10-22
sd-ndisc: clean up state enum
Tom Gundersen
2015-10-22
sd-ndisc: rename icmp6 to ndisc throughout the code
Tom Gundersen
2015-10-22
libsystemd-network: split icm6-util.[ch] out of dhcp6 code
Tom Gundersen
2015-10-22
sd-ndisc: rename API from sd-icmp6-nd
Tom Gundersen
2015-10-22
sd-icmp6-nd: rename files to sd-ndisc
Tom Gundersen