summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2015-11-17Merge pull request #1920 from teg/networkd-fixesMartin Pitt
2015-11-17sd-dhcp6-client: bind to link-local addressTom Gundersen
2015-11-17sd-dhcp6-client: allow multiple clients on hostTom Gundersen
2015-11-17Merge pull request #1926 from phomes/include-order-libudevDaniel Mack
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-17sd-ipv4ll: fix error path if sd-ipv4acd allocation failsLennart Poettering
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16networkd: ndisc/dhcpv6 - handle starting running clientsTom Gundersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-11-13networkd: dhcp6 - don't log about losing a lease we never hadTom Gundersen
2015-11-12sd-ndisc: add missing parensTom Gundersen
2015-11-11networkd: ndisc - handle router advertisement in userspaceTom Gundersen
2015-11-11sd-ndisc: introduce separate callbacksTom Gundersen
2015-11-11sd-ndisc: notify user on STOPTom Gundersen
2015-11-11sd-dhcp6-client: add is_running() methodTom Gundersen
2015-11-10Merge pull request #1735 from thom311/masterTom Gundersen
2015-11-09Merge pull request #1820 from michich/errno-v2Daniel Mack
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-11-05libsystemd-network: inet_pton does not set errno on parsing errorMichal Schmidt
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering
2015-11-03sd-pppoe: dropTom Gundersen
2015-10-31lldp: avoid compiler warnings in lldp_tfl_package_read* functionsThomas Haller
2015-10-30sd-dhcp6-client: fix assert in options parsingTom Gundersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-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-22sd-ndisc: reduce callbacksTom Gundersen
2015-10-22sd-ndisc: drop sd_ndisc_get_prefixlen()Tom Gundersen
2015-10-22sd-ndisc: drop sd_ndisc_prefix_match()Tom Gundersen
2015-10-22sd-ndisc: don't trigger timeout on prefix expiryTom Gundersen
2015-10-22sd-ndisc: remove a prefix from the ndisc object when freeing itTom Gundersen
2015-10-22sd-ndisc: don't inform the caller of expired prefixesTom Gundersen
2015-10-22sd-ndisc: clean up state enumTom Gundersen
2015-10-22sd-ndisc: rename icmp6 to ndisc throughout the codeTom Gundersen
2015-10-22libsystemd-network: split icm6-util.[ch] out of dhcp6 codeTom Gundersen
2015-10-22sd-ndisc: rename API from sd-icmp6-ndTom Gundersen
2015-10-22sd-icmp6-nd: rename files to sd-ndiscTom Gundersen
2015-10-11sd-ipv4ll: allow initial address to be set explicitlyTom Gundersen
2015-10-11libsystemd-network: limit accuracy of timestamps in loggingTom Gundersen
2015-10-08lldp: rename publicly visible structureBeniamino Galvani
2015-10-06siphash24: unify APITom Gundersen
2015-10-06Merge pull request #1465 from teg/siphash24Lennart Poettering
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen