Age | Commit message (Expand) | Author |
2015-02-02 | test-dhcp-client: add a kludge to make valgrind happy | Zbigniew Jędrzejewski-Szmek |
2015-02-02 | test-dhcp-client: open a real udp socket for test execution | Zbigniew Jędrzejewski-Szmek |
2015-01-31 | test-dhcp-client: remove linebreak | Zbigniew Jędrzejewski-Szmek |
2015-01-28 | sd-dhcp: chop of trailing dot of DHCP supplied host and domain nams | Lennart Poettering |
2015-01-27 | sd-icmp6-nd: Add support for fetching the latest expired prefix | Patrik Flykt |
2015-01-27 | test-icmp6-nd: Add test cases for prefixes | Patrik Flykt |
2015-01-27 | sd-icmp6-nd: Parse ICMPv6 prefix information | Patrik Flykt |
2015-01-27 | test-icmp6-rs: Add trivial test case for an MTU that is not present | Patrik Flykt |
2015-01-27 | sd-icmp6-nd: Add helper function to get the IPv6 link MTU | Patrik Flykt |
2015-01-27 | sd-icmp6-nd: Add link and prefix structures for ICMPv6 | Patrik Flykt |
2015-01-27 | sd-icmp6-nd: Update Router Advertisement handling | Patrik Flykt |
2015-01-27 | sd-dhcp6-lease: Revise address iteration functions | Patrik Flykt |
2015-01-23 | #pragma once here and there | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | sd-dhcp-client: use RFC4361-complient ClientID by default | Tom Gundersen |
2015-01-22 | dhcp-identifier: create IAID even if no udev device can be found | Tom Gundersen |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-21 | network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client | Tom Gundersen |
2015-01-21 | network: dhcp - split out the duid structure into a new header file | Tom Gundersen |
2015-01-20 | sd-dhcp6-client: Remove unnecessary debug printout | Patrik Flykt |
2015-01-15 | LLDP: Support locally assigned port subtype | Susant Sahani |
2015-01-13 | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen |
2015-01-12 | network-intenal: user _cleanup_ macro in parse_ifname | Tom Gundersen |
2015-01-05 | libsystemd-network: fix typo in lldp | Torstein Husebø |
2015-01-01 | network: fix scanf/printf format | Zbigniew Jędrzejewski-Szmek |
2014-12-31 | lldp: fix sd_lldp_save() | David Herrmann |
2014-12-31 | lldp: fix uninitialized cleanup var #2 | David Herrmann |
2014-12-31 | lldp: fix uninitialized cleanup var | David Herrmann |
2014-12-31 | lldp: fix double free | David Herrmann |
2014-12-31 | network: add malloc-assertion in test | David Herrmann |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos |
2014-12-19 | sd-lldp: minor header cleanup | Tom Gundersen |
2014-12-19 | LLDP: Add support for networkctl | Susant Sahani |
2014-12-19 | networkd: Introduce Link Layer Discovery Protocol (LLDP) | Susant Sahani |
2014-12-11 | use correct format types | Thomas Hindoe Paaboel Andersen |
2014-12-11 | tree-wide: use our memset() macros instead of memset() itself | Lennart Poettering |
2014-12-11 | sd-dhcp-client: log if we fail to set up lease timers | Tom Gundersen |
2014-12-10 | test-dhcp6-client: Add a simple Information Request test case | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Implement Information Request message | Patrik Flykt |
2014-12-10 | sd-dhcp6-lease: Return only -EINVAL when a NULL lease is supplied | Patrik Flykt |
2014-12-10 | sd-dhcp6-client: Make end of successfull option parsing explicit | Patrik Flykt |
2014-12-09 | libsystemd-network: fix writing of routes in dhcp lease file | Dan Winship |
2014-12-05 | net_setup/networkd: warn if matching is done on possibly unstable ifname | Tom Gundersen |
2014-12-04 | udev: net_setup - allow matching on OriginalName= | Tom Gundersen |
2014-11-30 | tests: use assert_se instead of assert | Ronny Chevalier |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-27 | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering |
2014-11-20 | sd-dhcp-lease: fix copy-paste error asserting wrong function argument | Thomas Haller |