Age | Commit message (Expand) | Author |
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 |
2015-10-02 | lldp: export opaque TLV type and accessor functions | Beniamino Galvani |
2015-10-02 | lldp: change order of arguments of lldp_read_*() functions | Beniamino Galvani |
2015-10-02 | lldp: add reference counter to struct tlv_packet | Beniamino Galvani |
2015-10-01 | Merge pull request #1429 from poettering/dhcp-hostname | Daniel Mack |
2015-10-01 | Merge pull request #1427 from dbuch/master | Daniel Mack |
2015-09-30 | dhcp: make sure we can deal with a single trailing NUL byte in the hostname | Lennart Poettering |
2015-09-30 | sd-pppoe: use strna() instead of strempty() | Daniel Buch |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-30 | tree-wide: use strempty() where possible | Daniel Mack |
2015-09-24 | Merge pull request #1332 from thom311/master | Tom Gundersen |
2015-09-23 | test-dhcp6-client: Update test case due to changed semantics | Patrik Flykt |
2015-09-23 | sd-dhcp6-client: Prevent setting and restarting of DHCPv6 client | Patrik Flykt |
2015-09-22 | sd-lldp: hide internal details | David Herrmann |
2015-09-22 | sd-lldp: hide internal information | David Herrmann |
2015-09-22 | sd-pppoe: fix namespacing | David Herrmann |
2015-09-22 | sd-ipv4ll: fix namespacing | David Herrmann |
2015-09-22 | sd-ipv4acd: fix namespacing | David Herrmann |
2015-09-22 | sd-icmp6-nd: fix namespacing | David Herrmann |
2015-09-22 | sd-dhcp6: fix namespacing | David Herrmann |
2015-09-22 | sd-dhcp: fix namespacing | David Herrmann |
2015-09-22 | sd-dhcp6: ensure canceling lease timers and refactor setting lease | Thomas Haller |