summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)AuthorFilesLines
2019-07-04tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek8-9/+9
2019-07-01network,udev: add Property= setting in [Match] sectionYu Watanabe2-0/+99
2019-07-01network,udev: make net_match_config() take sd_deviceYu Watanabe2-6/+16
2019-07-01network,udev: fix multiple invert matching linesYu Watanabe2-27/+102
2019-06-19dhcp: use memdup_suffix0() instead of strndup()Yu Watanabe1-1/+1
2019-06-18dhcp: fix comparison with previous leaseYu Watanabe1-5/+20
2019-06-17udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek2-3/+3
2019-06-17libsystemd-network: rename net_get_name() to net_get_name_persistent()Zbigniew Jędrzejewski-Szmek3-6/+6
2019-05-30dhcp4: use memdup_suffix0() instead of strndup() for binary dataYu Watanabe1-1/+1
2019-05-14networkd: DHCP client add support to send RELEASE packetSusant Sahani1-3/+46
2019-05-10networkd: Add support for blacklisting serversSusant Sahani2-5/+12
2019-05-07Merge pull request #12475 from yuwata/network-fix-12452Zbigniew Jędrzejewski-Szmek1-0/+1
2019-05-07networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani1-11/+17
2019-05-07sd-radv: fix memleakYu Watanabe1-0/+1
2019-05-07sd-dhcp: store number of trial in sd_dhcp_client::attemptYu Watanabe1-10/+9
2019-05-04networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani1-4/+8
2019-04-30Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering1-1/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-2/+2
2019-04-28tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal1-1/+1
2019-04-13arp-util: use net/ethernet.h instead of netinet/if_ether.hYu Watanabe1-1/+1
2019-04-12Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek1-2/+0
2019-04-02ipv4ll: do not reset seed generation counter on restartYu Watanabe1-15/+17
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek6-2/+8
2019-03-21network,udev: split static condition tests from net_match_config()Yu Watanabe2-31/+9
2019-03-21network: drop unnecessary strdup()Yu Watanabe1-6/+1
2019-03-18tree-wide: port various users over to socket_bind_to_ifindex()Lennart Poettering2-14/+6
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-0/+1
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering10-10/+13
2019-03-05dhcp: refuse to configure DHCP IAID if the interface is under renamingYu Watanabe1-0/+8
2019-03-04tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek1-1/+2
2019-02-19dhcp: don't stop receiving packets when the link goes downBeniamino Galvani2-3/+19
2019-02-18Merge pull request #10408 from keszybz/analyze-cat-presetsLennart Poettering1-0/+4
2019-02-18Merge pull request #11729 from yuwata/fix-11721Lennart Poettering2-2/+0
2019-02-18network: avoid inet_ntoa() in favor of inet_ntop()Thomas Haller2-8/+12
2019-02-18dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller3-34/+33
2019-02-18dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller3-27/+34
2019-02-18network: don't return allocated buffer of zero length from deserialize_in_add...Thomas Haller1-1/+1
2019-02-18udev,network: use standard paths for .network and .link filesZbigniew Jędrzejewski-Szmek1-0/+4
2019-02-17udev,network: drop unused parent_driver argument from net_match_config()Yu Watanabe2-2/+0
2019-02-15dhcp: ignore padding of 'chaddr' in DHCP server responseThomas Haller2-11/+11
2019-02-15Merge pull request #11382 from keszybz/udev-predictable-macsLennart Poettering1-7/+12
2019-02-07Merge pull request #11578 from keszybz/gcc-9-fixesLennart Poettering1-10/+25
2019-02-04libsystemd-network: remove _packed_ attribute to appease the compilerZbigniew Jędrzejewski-Szmek1-10/+25
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2019-01-25dhcp/trivial: fix spelling error in commentThomas Haller1-1/+1
2019-01-21udev,networkd: use the interface name as fallback basis for MAC and IPv4LL seedZbigniew Jędrzejewski-Szmek1-7/+12
2019-01-16libsystemd-network: use xsprintf in one more placeZbigniew Jędrzejewski-Szmek1-2/+3
2019-01-12Delete duplicate linesTopi Miettinen1-1/+0
2019-01-06Merge pull request #11241 from bengal/lldp-802-3-subtypesLennart Poettering1-0/+4
2019-01-04Use c99 static array size declarations in exported functions tooZbigniew Jędrzejewski-Szmek1-2/+2