| Commit message (Expand) | Author | Age | Files | Lines |
* | network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client | Tom Gundersen | 2015-01-21 | 3 | -50/+109 |
* | network: dhcp - split out the duid structure into a new header file | Tom Gundersen | 2015-01-21 | 2 | -38/+70 |
* | sd-dhcp6-client: Remove unnecessary debug printout | Patrik Flykt | 2015-01-20 | 1 | -1/+0 |
* | LLDP: Support locally assigned port subtype | Susant Sahani | 2015-01-15 | 1 | -0/+1 |
* | refcnt: refcnt is unsigned, fix comparisons | Tom Gundersen | 2015-01-13 | 6 | -6/+6 |
* | network-intenal: user _cleanup_ macro in parse_ifname | Tom Gundersen | 2015-01-12 | 1 | -6/+4 |
* | libsystemd-network: fix typo in lldp | Torstein Husebø | 2015-01-05 | 2 | -7/+7 |
* | network: fix scanf/printf format | Zbigniew Jędrzejewski-Szmek | 2015-01-01 | 1 | -1/+1 |
* | lldp: fix sd_lldp_save() | David Herrmann | 2014-12-31 | 1 | -36/+16 |
* | lldp: fix uninitialized cleanup var #2 | David Herrmann | 2014-12-31 | 1 | -1/+1 |
* | lldp: fix uninitialized cleanup var | David Herrmann | 2014-12-31 | 1 | -1/+1 |
* | lldp: fix double free | David Herrmann | 2014-12-31 | 1 | -0/+1 |
* | network: add malloc-assertion in test | David Herrmann | 2014-12-31 | 1 | -0/+2 |
* | tree-wide: spelling fixes | Veres Lajos | 2014-12-30 | 2 | -3/+3 |
* | sd-lldp: minor header cleanup | Tom Gundersen | 2014-12-19 | 7 | -65/+37 |
* | LLDP: Add support for networkctl | Susant Sahani | 2014-12-19 | 4 | -2/+322 |
* | networkd: Introduce Link Layer Discovery Protocol (LLDP) | Susant Sahani | 2014-12-19 | 12 | -0/+2146 |
* | use correct format types | Thomas Hindoe Paaboel Andersen | 2014-12-11 | 1 | -2/+2 |
* | tree-wide: use our memset() macros instead of memset() itself | Lennart Poettering | 2014-12-11 | 1 | -1/+1 |
* | sd-dhcp-client: log if we fail to set up lease timers | Tom Gundersen | 2014-12-11 | 1 | -1/+3 |
* | test-dhcp6-client: Add a simple Information Request test case | Patrik Flykt | 2014-12-10 | 2 | -19/+108 |
* | sd-dhcp6-client: Implement Information Request message | Patrik Flykt | 2014-12-10 | 2 | -35/+112 |
* | sd-dhcp6-lease: Return only -EINVAL when a NULL lease is supplied | Patrik Flykt | 2014-12-10 | 1 | -1/+3 |
* | sd-dhcp6-client: Make end of successfull option parsing explicit | Patrik Flykt | 2014-12-10 | 1 | -1/+4 |
* | libsystemd-network: fix writing of routes in dhcp lease file | Dan Winship | 2014-12-09 | 1 | -3/+5 |
* | net_setup/networkd: warn if matching is done on possibly unstable ifname | Tom Gundersen | 2014-12-05 | 2 | -11/+3 |
* | udev: net_setup - allow matching on OriginalName= | Tom Gundersen | 2014-12-04 | 2 | -15/+23 |
* | tests: use assert_se instead of assert | Ronny Chevalier | 2014-11-30 | 1 | -18/+18 |
* | treewide: more log_*_errno + return simplifications | Michal Schmidt | 2014-11-28 | 1 | -2/+1 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -6/+6 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 2 | -6/+6 |
* | log: rearrange log function naming | Lennart Poettering | 2014-11-27 | 5 | -5/+5 |
* | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering | 2014-11-27 | 5 | -5/+5 |
* | sd-dhcp-lease: fix copy-paste error asserting wrong function argument | Thomas Haller | 2014-11-20 | 1 | -1/+1 |
* | sd-dhcp-lease: load/save client ID | Dan Williams | 2014-11-19 | 3 | -1/+78 |
* | sd-dhcp-client: allow getting/setting the client ID | Dan Williams | 2014-11-19 | 1 | -12/+105 |
* | sd-dhcp-lease: expose load/save functions | Tom Gundersen | 2014-11-18 | 2 | -5/+2 |
* | sd-dhcp-client: fix REBOOT state handling | Dan Williams | 2014-11-18 | 1 | -18/+13 |
* | shared: rename condition-util.[ch] to condition.[ch] | Lennart Poettering | 2014-11-06 | 2 | -2/+2 |
* | core: get rid of condition.c and move the remaining call into util.c | Lennart Poettering | 2014-11-06 | 1 | -1/+1 |
* | condition: internalize condition test functions | Lennart Poettering | 2014-11-06 | 1 | -4/+4 |
* | sd-pppoe: spelling | Tom Gundersen | 2014-11-05 | 1 | -1/+1 |
* | libsystemd-network: don't use unaligned helpers in _packed_ structs | Tom Gundersen | 2014-11-05 | 2 | -22/+15 |
* | sd-pppoe: whitespace | Tom Gundersen | 2014-11-05 | 1 | -6/+3 |
* | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering | 2014-11-04 | 4 | -32/+19 |
* | sd-pppoe: include ppp_defs.h | Lukas Nykryn | 2014-11-03 | 1 | -0/+1 |
* | sd-pppoe: fix some leaks | Tom Gundersen | 2014-11-01 | 1 | -0/+2 |
* | libsystemd-networkd: introduce sd-pppoe library | Tom Gundersen | 2014-11-01 | 2 | -0/+989 |
* | sd-dhcp6-client: fix off-by-two error in DUID length | Dan Williams | 2014-11-01 | 1 | -5/+5 |
* | sd-dhcp-lease: use shared default prefixlen function | Tom Gundersen | 2014-11-01 | 2 | -19/+4 |