Age | Commit message (Expand) | Author |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-13 | networkd: dhcp6 - don't log about losing a lease we never had | 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-11-11 | sd-dhcp6-client: add is_running() method | Tom Gundersen |
2015-11-10 | Merge pull request #1735 from thom311/master | Tom Gundersen |
2015-11-09 | Merge pull request #1820 from michich/errno-v2 | Daniel Mack |
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt |
2015-11-05 | libsystemd-network: inet_pton does not set errno on parsing error | Michal Schmidt |
2015-11-03 | util-lib: move character class definitions to string-util.h | Lennart Poettering |
2015-11-03 | sd-pppoe: drop | Tom Gundersen |
2015-10-31 | lldp: avoid compiler warnings in lldp_tfl_package_read* functions | Thomas Haller |
2015-10-30 | sd-dhcp6-client: fix assert in options parsing | Tom Gundersen |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-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-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 |
2015-10-11 | sd-ipv4ll: allow initial address to be set explicitly | Tom Gundersen |
2015-10-11 | libsystemd-network: limit accuracy of timestamps in logging | Tom Gundersen |
2015-10-08 | lldp: rename publicly visible structure | Beniamino Galvani |
2015-10-06 | siphash24: unify API | Tom Gundersen |
2015-10-06 | Merge pull request #1465 from teg/siphash24 | Lennart Poettering |
2015-10-05 | hashmap: hash_funcs - make inputs unambiguous | Tom Gundersen |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-10-02 | lldp: add reception tests | Beniamino Galvani |
2015-10-02 | lldp: fix parsing of TLV length | Beniamino Galvani |
2015-10-02 | lldp: move lldp_receive_packet() to lldp-internal.c | Beniamino Galvani |
2015-10-02 | lldp: check return value of lldp_tlv_packet_exit_container() | Beniamino Galvani |
2015-10-02 | lldp: add support for organizationally specific TLVs | Beniamino Galvani |
2015-10-02 | lldp: factor out common code in lldp-tlv.c | Beniamino Galvani |
2015-10-02 | lldp: add sd_lldp_tlv_packet_get_destination_type() | Beniamino Galvani |
2015-10-02 | lldp: add public function to export LLDP TLV packets | Beniamino Galvani |
2015-10-02 | lldp: move TLV related functions to lldp-tlv.c | Beniamino Galvani |