summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* network: assume prefix length is full address sizeYu Watanabe2023-01-191-6/+5
* network: fix memleakYu Watanabe2023-01-161-1/+5
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-071-22/+71
* network: address: use ASSERT_PTR()Yu Watanabe2022-11-301-15/+5
* network: address: always update link state when an address is removedYu Watanabe2022-11-301-7/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-041-2/+8
* network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-041-0/+12
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-5/+1
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+52
* Merge pull request #24356 from keszybz/sd-netlink-apiYu Watanabe2022-08-201-1/+1
|\
| * sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-191-1/+1
* | network: update setting for IPv4ACD or IPv6DAD in existing Address objectsYu Watanabe2022-08-181-0/+1
* | network: fix DHCPv4 address renewal with IPv4ACDYu Watanabe2022-08-181-4/+4
|/
* network: make link_may_have_ipv6ll() optionally check Multicast= settingYu Watanabe2022-08-021-1/+1
* network: refuse to configure address or route with 0 valid lifetimeYu Watanabe2022-07-141-7/+15
* network: fix infinite lifetime handlingYu Watanabe2022-07-141-11/+4
* network: use sd_event_now()Yu Watanabe2022-07-141-8/+10
* Revert "networkd: NetLabel integration"Yu Watanabe2022-06-221-41/+0
* Revert NFTSet featureYu Watanabe2022-06-221-159/+0
* Resolve conflicts between #23616 and the recent NFT additionsZbigniew Jędrzejewski-Szmek2022-06-091-19/+8
* Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-091-13/+10
|\
| * basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-8/+4
| * basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-5/+6
* | network: firewall integration with NFT setsTopi Miettinen2022-06-081-0/+170
* | networkd: NetLabel integrationTopi Miettinen2022-06-061-0/+41
|/
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-3/+3
* network: do not enable IPv4 ACD for IPv4 link-local address if ACD is disable...Yu Watanabe2022-03-231-8/+18
* network: re-design request queueYu Watanabe2022-03-111-5/+11
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-15/+4
* network: make Request object take Manager*Yu Watanabe2022-03-111-1/+1
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+3
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-8/+4
* network: address: introduce manager_get_address()Yu Watanabe2022-02-271-6/+22
* network: move more functionsYu Watanabe2022-02-251-40/+40
* network: move functionsYu Watanabe2022-02-251-39/+39
* network: address: drop unnecessary call of address_get()Yu Watanabe2022-02-251-12/+6
* network: drop detailed log messagesYu Watanabe2022-02-251-36/+35
* network: also hash address label and broadcast addressYu Watanabe2022-02-241-20/+50
* network: set broadcast address on requestYu Watanabe2022-02-241-29/+33
* network: compare addresses more strictlyYu Watanabe2022-02-241-49/+63
* network: drop redundant conditionYu Watanabe2022-02-131-4/+0
* network: update operational state when we remove an addressYu Watanabe2022-02-021-0/+4
* network: do not remove localhost addressYu Watanabe2022-02-011-0/+4
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-8/+5
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-4/+4
* networkd: check the existence of the routeYu Watanabe2021-12-171-0/+4
* network: address: minor optimization for link_drop_foreign_addresses()Yu Watanabe2021-12-161-4/+7
* network: drop IPv6LL addresses manually configured in .network fileYu Watanabe2021-12-161-2/+5
* network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...Yu Watanabe2021-12-091-1/+1