Age | Commit message (Expand) | Author |
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 |
2015-09-21 | test-ipv4ll: use unsigned instead of an array for a seed | Ronny Chevalier |
2015-09-21 | sd-ipv4ll: do not assert_return when seed == 0 | Ronny Chevalier |
2015-09-18 | sd-ipv4{acd,ll}: add simple test programs | Tom Gundersen |
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 |