summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE → EXTRAC...Zbigniew Jędrzejewski-Szmek2019-07-171-1/+1
* Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-118-9/+9
|\
| * tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-048-9/+9
* | dhcp: replace strerror() with %mYu Watanabe2019-07-052-13/+5
* | network,udev: add Property= setting in [Match] sectionYu Watanabe2019-07-012-0/+99
* | network,udev: make net_match_config() take sd_deviceYu Watanabe2019-07-012-6/+16
* | network,udev: fix multiple invert matching linesYu Watanabe2019-07-012-27/+102
|/
* dhcp: use memdup_suffix0() instead of strndup()Yu Watanabe2019-06-191-1/+1
* dhcp: fix comparison with previous leaseYu Watanabe2019-06-181-5/+20
* udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek2019-06-172-3/+3
* libsystemd-network: rename net_get_name() to net_get_name_persistent()Zbigniew Jędrzejewski-Szmek2019-06-173-6/+6
* dhcp4: use memdup_suffix0() instead of strndup() for binary dataYu Watanabe2019-05-301-1/+1
* networkd: DHCP client add support to send RELEASE packetSusant Sahani2019-05-141-3/+46
* networkd: Add support for blacklisting serversSusant Sahani2019-05-102-5/+12
* Merge pull request #12475 from yuwata/network-fix-12452Zbigniew Jędrzejewski-Szmek2019-05-071-0/+1
|\
| * sd-radv: fix memleakYu Watanabe2019-05-071-0/+1
* | networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani2019-05-071-11/+17
* | sd-dhcp: store number of trial in sd_dhcp_client::attemptYu Watanabe2019-05-071-10/+9
|/
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-4/+8
* Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-301-1/+1
|\
| * 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