summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* dhcp6: remove unnecessary if checkLennart Poettering2015-04-211-2/+1
* test-dhcp6-client: don't unref the event twiceThomas Hindoe Paaboel Andersen2015-04-141-2/+0
* sd-dhcp6-client: unref lease when freeing the clientThomas Hindoe Paaboel Andersen2015-04-141-0/+2
* test-ipv4ll: clean up the eventThomas Hindoe Paaboel Andersen2015-04-131-1/+2
* dhcp: yes, infiniband has the larger MAC address length, but let the compuler...Lennart Poettering2015-04-121-1/+1
* shared: add random-util.[ch]Ronny Chevalier2015-04-114-0/+4
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* Revert "sd-dhcp-client: fix strict aliasing issue"Lennart Poettering2015-04-101-7/+4
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-273-6/+6
* sd-dhcp-client: fix strict aliasing issueShawn Landden2015-03-141-4/+7
* test-dhcp-option: conform to usual coding styleZbigniew Jędrzejewski-Szmek2015-03-131-20/+11
* test-dhcp-option: add assert to check index is nonnegativeZbigniew Jędrzejewski-Szmek2015-03-131-0/+2
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-132-8/+8
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* sd-pppoe: workaround for incomplete include in old kernelsZbigniew Jędrzejewski-Szmek2015-03-121-0/+1
* 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