summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+3
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-021-0/+16
* network: rename Link.sd_device -> Link.devYu Watanabe2022-07-231-2/+2
* network: refuse 169.254.0.0/24 and 169.254.255.0/24 for IPv4LLStartAddress=Yu Watanabe2022-07-151-2/+3
* network: Add support to select an IPv4 link-local start addressAndre Kalb2022-07-131-0/+41
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-1/+1
* network: set broadcast address on requestYu Watanabe2022-02-241-1/+1
* network: coding style fixesYu Watanabe2022-02-091-1/+1
* netif-util: move several functions from network-util.[ch] to shared/netif-uti...Yu Watanabe2021-11-091-1/+1
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-1/+12
* network: introduce callback fucntions to check the sender MAC address for IPv...Yu Watanabe2021-07-011-1/+16
* network: ipv4ll: reset MAC address without stopping sd-ipv4ll engineYu Watanabe2021-07-011-20/+5
* network: ipv4ll: make link enter failed state on failure of restarting ipv4ll...Yu Watanabe2021-07-011-1/+3
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-101-2/+2
* network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-191-1/+1
* network: introduce address_set_broadcast()Yu Watanabe2021-05-181-1/+1
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-31/+31
* network: split out common part of route or address handlersYu Watanabe2021-05-121-7/+3
* network: set metric for prefix route of IPv4 link-local addressYu Watanabe2021-04-211-0/+1
* network: refuse to configure engines such as DHCP client more than onceYu Watanabe2021-04-131-8/+9
* network: automatically set NLM_F_REPLACE flagYu Watanabe2021-02-121-1/+1
* networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-1/+1
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-68/+9
|\
| * network: do not serialize/deserialize ipv4ll addressYu Watanabe2020-10-281-68/+9
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | network: store full hardware address in Link structTimo Rothenpieler2020-10-281-2/+2
|/
* network: drop unnecessary conditionsYu Watanabe2020-10-151-5/+3
* network: introduce IPV4_ADDRESS_FMT_STR macroYu Watanabe2020-10-081-3/+3
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-071-2/+3
* network: introduce ipv4ll_update_mac()Yu Watanabe2020-10-071-0/+30
* network: introduce link_serialize_ipv4ll()Yu Watanabe2020-10-071-0/+22
* network: introduce link_deserialize_ipv4ll()Yu Watanabe2020-10-071-9/+46
* network: rename ipv4ll_address -> ipv4ll_address_configuredYu Watanabe2020-07-291-4/+4
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-1/+1
* network: do not re-attach sd-event objectYu Watanabe2020-03-171-4/+4
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-1/+1
* network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-151-58/+1
* network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-161-3/+3
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-1/+3
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-1/+45
* udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek2019-06-171-1/+1
* network: add missing error checkYu Watanabe2019-05-151-2/+6
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
* network: add error cause in the logYu Watanabe2019-05-071-1/+1
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-1/+1
* network: configure ipv4ll route after address is setYu Watanabe2019-02-151-23/+27
* network: honor VRF table or explicitly specified route tableYu Watanabe2019-02-151-0/+1
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-4/+2
* network: use route_remove_handler() as the default callback of route_remove()Yu Watanabe2018-12-021-1/+1