summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
...
| * tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
|/
* arp-util: use net/ethernet.h instead of netinet/if_ether.hYu Watanabe2019-04-131-1/+1
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* ipv4ll: do not reset seed generation counter on restartYu Watanabe2019-04-021-15/+17
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-276-2/+8
* network,udev: split static condition tests from net_match_config()Yu Watanabe2019-03-212-31/+9
* network: drop unnecessary strdup()Yu Watanabe2019-03-211-6/+1
* tree-wide: port various users over to socket_bind_to_ifindex()Lennart Poettering2019-03-182-14/+6
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-1310-10/+13
* dhcp: refuse to configure DHCP IAID if the interface is under renamingYu Watanabe2019-03-051-0/+8
* tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek2019-03-041-1/+2
* dhcp: don't stop receiving packets when the link goes downBeniamino Galvani2019-02-192-3/+19
* Merge pull request #10408 from keszybz/analyze-cat-presetsLennart Poettering2019-02-181-0/+4
|\
| * udev,network: use standard paths for .network and .link filesZbigniew Jędrzejewski-Szmek2019-02-181-0/+4
* | Merge pull request #11729 from yuwata/fix-11721Lennart Poettering2019-02-182-2/+0
|\ \
| * | udev,network: drop unused parent_driver argument from net_match_config()Yu Watanabe2019-02-172-2/+0
| |/
* | network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller2019-02-182-8/+12
* | dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-183-34/+33
* | dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-183-27/+34
* | network: don't return allocated buffer of zero length from deserialize_in_add...Thomas Haller2019-02-181-1/+1
|/
* dhcp: ignore padding of 'chaddr' in DHCP server responseThomas Haller2019-02-152-11/+11
* Merge pull request #11382 from keszybz/udev-predictable-macsLennart Poettering2019-02-151-7/+12
|\
| * udev,networkd: use the interface name as fallback basis for MAC and IPv4LL seedZbigniew Jędrzejewski-Szmek2019-01-211-7/+12
* | Merge pull request #11578 from keszybz/gcc-9-fixesLennart Poettering2019-02-071-10/+25
|\ \
| * | libsystemd-network: remove _packed_ attribute to appease the compilerZbigniew Jędrzejewski-Szmek2019-02-041-10/+25
* | | tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
|/ /
* | dhcp/trivial: fix spelling error in commentThomas Haller2019-01-251-1/+1
|/
* libsystemd-network: use xsprintf in one more placeZbigniew Jędrzejewski-Szmek2019-01-161-2/+3
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* Merge pull request #11241 from bengal/lldp-802-3-subtypesLennart Poettering2019-01-061-0/+4
|\
| * lldp: add 802.3 OUI subtype definitionsBeniamino Galvani2018-12-211-0/+4
* | Use c99 static array size declarations in exported functions tooZbigniew Jędrzejewski-Szmek2019-01-041-2/+2
* | dhcp: drop unnecessary bracketsYu Watanabe2018-12-231-2/+1
* | dhcp: use cast-to-bool for pointersYu Watanabe2018-12-231-3/+3
* | dhcp: fix indentationYu Watanabe2018-12-231-13/+13
* | dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()Thomas Haller2018-12-204-6/+16
* | dhcp: don't enforce hardware address length for sd_dhcp_client_set_client_id()Thomas Haller2018-12-201-18/+11
* | dhcp: fix sd_dhcp_client_set_client_id() for infiniband addressesThomas Haller2018-12-201-1/+3
|/
* lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-181-0/+130
* sd-lldp: accept if a neighbor is already removed from the hashtableLennart Poettering2018-12-181-1/+6
* Revert "lldp: add test coverage for sd_lldp_get_neighbors() with multiple nei...Filipe Brandenburger2018-12-151-130/+0
* lldp: simplify compare_func, using ?: to chain comparisonsFilipe Brandenburger2018-12-141-15/+3
* lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-141-0/+130
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-104-47/+19
* Merge pull request #10897 from keszybz/etc-fstab-parsingLennart Poettering2018-12-102-2/+2
|\
| * resolve: reject host names with leading or trailing dashes in /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-102-2/+2
* | util: drop missing.h from socket-util.hYu Watanabe2018-12-062-0/+2
|/
* util: drop missing.h from util.hYu Watanabe2018-12-042-0/+2