summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller2015-03-041-6/+12
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-2317-51/+0
* Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek2015-02-161-4/+4
* test-network: fix segfault with NULL dev_path/driver/type/nameZbigniew Jędrzejewski-Szmek2015-02-161-4/+8
* network-internal: chain matches with AND in net_match_config()Zbigniew Jędrzejewski-Szmek2015-02-161-8/+8
* Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek2015-02-161-45/+8
* Add missing includes in header filesThomas Hindoe Paaboel Andersen2015-02-121-0/+1
* Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering2015-02-122-2/+2
* network-internal: fix inverted matchingTom Gundersen2015-02-111-4/+4
* net: support globbing and disjunction in Match logicTom Gundersen2015-02-102-15/+94
* tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez2015-02-102-2/+2
* test-lldp: fix minor OOMLennart Poettering2015-02-101-3/+6
* test-lldp: initialize structs when we define themLennart Poettering2015-02-101-3/+3
* test-lldp: use strndup() where possibleLennart Poettering2015-02-101-6/+3
* libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert2015-02-101-0/+1
* treewide: correct typos and use consistent "MAC" spellingTorstein Husebø2015-02-093-3/+3
* test-dhcp-client: add a kludge to make valgrind happyZbigniew Jędrzejewski-Szmek2015-02-021-0/+7
* test-dhcp-client: open a real udp socket for test executionZbigniew Jędrzejewski-Szmek2015-02-021-1/+7
* test-dhcp-client: remove linebreakZbigniew Jędrzejewski-Szmek2015-01-311-2/+1
* sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering2015-01-281-0/+14
* 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