summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-1/+1
2015-04-21dhcp6: remove unnecessary if checkLennart Poettering1-2/+1
2015-04-14test-dhcp6-client: don't unref the event twiceThomas Hindoe Paaboel Andersen1-2/+0
2015-04-14sd-dhcp6-client: unref lease when freeing the clientThomas Hindoe Paaboel Andersen1-0/+2
2015-04-13test-ipv4ll: clean up the eventThomas Hindoe Paaboel Andersen1-1/+2
2015-04-12dhcp: yes, infiniband has the larger MAC address length, but let the compuler...Lennart Poettering1-1/+1
2015-04-11shared: add random-util.[ch]Ronny Chevalier4-0/+4
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10Revert "sd-dhcp-client: fix strict aliasing issue"Lennart Poettering1-7/+4
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer3-6/+6
2015-03-14sd-dhcp-client: fix strict aliasing issueShawn Landden1-4/+7
2015-03-13test-dhcp-option: conform to usual coding styleZbigniew Jędrzejewski-Szmek1-20/+11
2015-03-13test-dhcp-option: add assert to check index is nonnegativeZbigniew Jędrzejewski-Szmek1-0/+2
2015-03-13Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2-8/+8
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-2/+2
2015-03-12sd-pppoe: workaround for incomplete include in old kernelsZbigniew Jędrzejewski-Szmek1-0/+1
2015-03-04sd-dhcp6-client: delay setting the DUID and don't fail constructorThomas Haller1-6/+12
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen17-51/+0
2015-02-16Transpose args in strv_fnmatch() to be more ooZbigniew Jędrzejewski-Szmek1-4/+4
2015-02-16test-network: fix segfault with NULL dev_path/driver/type/nameZbigniew Jędrzejewski-Szmek1-4/+8
2015-02-16network-internal: chain matches with AND in net_match_config()Zbigniew Jędrzejewski-Szmek1-8/+8
2015-02-16Add helper for fnmatch over strvZbigniew Jędrzejewski-Szmek1-45/+8
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen1-0/+1
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering2-2/+2
2015-02-11network-internal: fix inverted matchingTom Gundersen1-4/+4
2015-02-10net: support globbing and disjunction in Match logicTom Gundersen2-15/+94
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez2-2/+2
2015-02-10test-lldp: fix minor OOMLennart Poettering1-3/+6
2015-02-10test-lldp: initialize structs when we define themLennart Poettering1-3/+3
2015-02-10test-lldp: use strndup() where possibleLennart Poettering1-6/+3
2015-02-10libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert1-0/+1
2015-02-09treewide: correct typos and use consistent "MAC" spellingTorstein Husebø3-3/+3
2015-02-02test-dhcp-client: add a kludge to make valgrind happyZbigniew Jędrzejewski-Szmek1-0/+7
2015-02-02test-dhcp-client: open a real udp socket for test executionZbigniew Jędrzejewski-Szmek1-1/+7
2015-01-31test-dhcp-client: remove linebreakZbigniew Jędrzejewski-Szmek1-2/+1
2015-01-28sd-dhcp: chop of trailing dot of DHCP supplied host and domain namsLennart Poettering1-0/+14
2015-01-27sd-icmp6-nd: Add support for fetching the latest expired prefixPatrik Flykt1-0/+20
2015-01-27test-icmp6-nd: Add test cases for prefixesPatrik Flykt1-7/+200
2015-01-27sd-icmp6-nd: Parse ICMPv6 prefix informationPatrik Flykt1-0/+202
2015-01-27test-icmp6-rs: Add trivial test case for an MTU that is not presentPatrik Flykt1-3/+9
2015-01-27sd-icmp6-nd: Add helper function to get the IPv6 link MTUPatrik Flykt1-0/+27
2015-01-27sd-icmp6-nd: Add link and prefix structures for ICMPv6Patrik Flykt1-0/+52
2015-01-27sd-icmp6-nd: Update Router Advertisement handlingPatrik Flykt1-12/+74
2015-01-27sd-dhcp6-lease: Revise address iteration functionsPatrik Flykt2-42/+29
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek1-0/+2
2015-01-22sd-dhcp-client: use RFC4361-complient ClientID by defaultTom Gundersen2-61/+74
2015-01-22dhcp-identifier: create IAID even if no udev device can be foundTom Gundersen1-7/+6
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-21network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-clientTom Gundersen3-50/+109
2015-01-21network: dhcp - split out the duid structure into a new header fileTom Gundersen2-38/+70