summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* sd-icmp6-nd: Add support for fetching the latest expired prefixPatrik Flykt2015-01-271-0/+20
* test-icmp6-nd: Add test cases for prefixesPatrik Flykt2015-01-271-7/+200
* sd-icmp6-nd: Parse ICMPv6 prefix informationPatrik Flykt2015-01-271-0/+202
* test-icmp6-rs: Add trivial test case for an MTU that is not presentPatrik Flykt2015-01-271-3/+9
* sd-icmp6-nd: Add helper function to get the IPv6 link MTUPatrik Flykt2015-01-271-0/+27
* sd-icmp6-nd: Add link and prefix structures for ICMPv6Patrik Flykt2015-01-271-0/+52
* sd-icmp6-nd: Update Router Advertisement handlingPatrik Flykt2015-01-271-12/+74
* sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt2015-01-272-42/+29
* #pragma once here and thereZbigniew Jędrzejewski-Szmek2015-01-231-0/+2
* sd-dhcp-client: use RFC4361-complient ClientID by defaultTom Gundersen2015-01-222-61/+74
* dhcp-identifier: create IAID even if no udev device can be foundTom Gundersen2015-01-221-7/+6
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen2015-01-213-50/+109
* network: dhcp - split out the duid structure into a new header fileTom Gundersen2015-01-212-38/+70
* sd-dhcp6-client: Remove unnecessary debug printoutPatrik Flykt2015-01-201-1/+0
* LLDP: Support locally assigned port subtypeSusant Sahani2015-01-151-0/+1
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-136-6/+6
* network-intenal: user _cleanup_ macro in parse_ifnameTom Gundersen2015-01-121-6/+4
* libsystemd-network: fix typo in lldpTorstein Husebø2015-01-052-7/+7
* network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek2015-01-011-1/+1
* lldp: fix sd_lldp_save()David Herrmann2014-12-311-36/+16
* lldp: fix uninitialized cleanup var #2David Herrmann2014-12-311-1/+1
* lldp: fix uninitialized cleanup varDavid Herrmann2014-12-311-1/+1
* lldp: fix double freeDavid Herrmann2014-12-311-0/+1
* network: add malloc-assertion in testDavid Herrmann2014-12-311-0/+2
* tree-wide: spelling fixesVeres Lajos2014-12-302-3/+3
* sd-lldp: minor header cleanupTom Gundersen2014-12-197-65/+37
* LLDP: Add support for networkctlSusant Sahani2014-12-194-2/+322
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-1912-0/+2146
* use correct format typesThomas Hindoe Paaboel Andersen2014-12-111-2/+2
* tree-wide: use our memset() macros instead of memset() itselfLennart Poettering2014-12-111-1/+1
* sd-dhcp-client: log if we fail to set up lease timersTom Gundersen2014-12-111-1/+3
* test-dhcp6-client: Add a simple Information Request test casePatrik Flykt2014-12-102-19/+108
* sd-dhcp6-client: Implement Information Request messagePatrik Flykt2014-12-102-35/+112
* sd-dhcp6-lease: Return only -EINVAL when a NULL lease is suppliedPatrik Flykt2014-12-101-1/+3
* sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt2014-12-101-1/+4
* libsystemd-network: fix writing of routes in dhcp lease fileDan Winship2014-12-091-3/+5
* net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen2014-12-052-11/+3
* udev: net_setup - allow matching on OriginalName=Tom Gundersen2014-12-042-15/+23
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-18/+18
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-282-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-282-6/+6
* log: rearrange log function namingLennart Poettering2014-11-275-5/+5
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-275-5/+5
* sd-dhcp-lease: fix copy-paste error asserting wrong function argumentThomas Haller2014-11-201-1/+1
* sd-dhcp-lease: load/save client IDDan Williams2014-11-193-1/+78
* sd-dhcp-client: allow getting/setting the client IDDan Williams2014-11-191-12/+105
* sd-dhcp-lease: expose load/save functionsTom Gundersen2014-11-182-5/+2
* sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-181-18/+13