summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2015-01-28sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering
2015-01-27sd-icmp6-nd: Add support for fetching the latest expired prefixPatrik Flykt
2015-01-27test-icmp6-nd: Add test cases for prefixesPatrik Flykt
2015-01-27sd-icmp6-nd: Parse ICMPv6 prefix informationPatrik Flykt
2015-01-27test-icmp6-rs: Add trivial test case for an MTU that is not presentPatrik Flykt
2015-01-27sd-icmp6-nd: Add helper function to get the IPv6 link MTUPatrik Flykt
2015-01-27sd-icmp6-nd: Add link and prefix structures for ICMPv6Patrik Flykt
2015-01-27sd-icmp6-nd: Update Router Advertisement handlingPatrik Flykt
2015-01-27sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek
2015-01-22sd-dhcp-client: use RFC4361-complient ClientID by defaultTom Gundersen
2015-01-22dhcp-identifier: create IAID even if no udev device can be foundTom Gundersen
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-21network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen
2015-01-21network: dhcp - split out the duid structure into a new header fileTom Gundersen
2015-01-20sd-dhcp6-client: Remove unnecessary debug printoutPatrik Flykt
2015-01-15LLDP: Support locally assigned port subtypeSusant Sahani
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen
2015-01-12network-intenal: user _cleanup_ macro in parse_ifnameTom Gundersen
2015-01-05libsystemd-network: fix typo in lldpTorstein Husebø
2015-01-01network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek
2014-12-31lldp: fix sd_lldp_save()David Herrmann
2014-12-31lldp: fix uninitialized cleanup var #2David Herrmann
2014-12-31lldp: fix uninitialized cleanup varDavid Herrmann
2014-12-31lldp: fix double freeDavid Herrmann
2014-12-31network: add malloc-assertion in testDavid Herrmann
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-19sd-lldp: minor header cleanupTom Gundersen
2014-12-19LLDP: Add support for networkctlSusant Sahani
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani
2014-12-11use correct format typesThomas Hindoe Paaboel Andersen
2014-12-11tree-wide: use our memset() macros instead of memset() itselfLennart Poettering
2014-12-11sd-dhcp-client: log if we fail to set up lease timersTom Gundersen
2014-12-10test-dhcp6-client: Add a simple Information Request test casePatrik Flykt
2014-12-10sd-dhcp6-client: Implement Information Request messagePatrik Flykt
2014-12-10sd-dhcp6-lease: Return only -EINVAL when a NULL lease is suppliedPatrik Flykt
2014-12-10sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt
2014-12-09libsystemd-network: fix writing of routes in dhcp lease fileDan Winship
2014-12-05net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen
2014-12-04udev: net_setup - allow matching on OriginalName=Tom Gundersen
2014-11-30tests: use assert_se instead of assertRonny Chevalier
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-20sd-dhcp-lease: fix copy-paste error asserting wrong function argumentThomas Haller
2014-11-19sd-dhcp-lease: load/save client IDDan Williams
2014-11-19sd-dhcp-client: allow getting/setting the client IDDan Williams
2014-11-18sd-dhcp-lease: expose load/save functionsTom Gundersen