Age | Commit message (Expand) | Author |
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 |
2014-11-19 | sd-dhcp-lease: load/save client ID | Dan Williams |
2014-11-19 | sd-dhcp-client: allow getting/setting the client ID | Dan Williams |
2014-11-18 | sd-dhcp-lease: expose load/save functions | Tom Gundersen |
2014-11-18 | sd-dhcp-client: fix REBOOT state handling | Dan Williams |
2014-11-06 | shared: rename condition-util.[ch] to condition.[ch] | Lennart Poettering |
2014-11-06 | core: get rid of condition.c and move the remaining call into util.c | Lennart Poettering |
2014-11-06 | condition: internalize condition test functions | Lennart Poettering |
2014-11-05 | sd-pppoe: spelling | Tom Gundersen |
2014-11-05 | libsystemd-network: don't use unaligned helpers in _packed_ structs | Tom Gundersen |
2014-11-05 | sd-pppoe: whitespace | Tom Gundersen |
2014-11-04 | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering |
2014-11-03 | sd-pppoe: include ppp_defs.h | Lukas Nykryn |
2014-11-01 | sd-pppoe: fix some leaks | Tom Gundersen |
2014-11-01 | libsystemd-networkd: introduce sd-pppoe library | Tom Gundersen |
2014-11-01 | sd-dhcp6-client: fix off-by-two error in DUID length | Dan Williams |
2014-11-01 | sd-dhcp-lease: use shared default prefixlen function | Tom Gundersen |
2014-11-01 | sd-dhcp-lease: use unaligned read helpers | Tom Gundersen |
2014-11-01 | dhcp6: use unaligned read/write helpers | Tom Gundersen |
2014-10-31 | sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socket | Dan Williams |
2014-10-27 | shared: in-addr-utils - add default_subnet_mask and default_prefixlen methods | Tom Gundersen |
2014-10-13 | test-dhcp-client: add more asserts | Tom Gundersen |
2014-10-11 | sd-dhcp-client: support non-Ethernet hardware addresses | Dan Williams |