summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: use address_remove_handler() as the default callback of address_remo...Yu Watanabe2018-12-021-1/+1
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-2/+2
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-7/+5
* tree-wide: use returned value from log_*_errno()Yu Watanabe2018-08-071-8/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-6/+6
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: trivial style cleanupZbigniew Jędrzejewski-Szmek2017-07-081-1/+1
* libsystemd-network: sd-ipv4ll: acquire new address after claimed address conf...Jason Reeder2017-03-311-0/+10
* networkd: clean up main header file a bitTom Gundersen2016-11-141-2/+3
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-1/+1
* ipv4ll: change "seed" parameter to be uint64_tLennart Poettering2016-05-261-3/+1
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-1/+1
* tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek2016-05-151-2/+2
* networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek2016-04-291-1/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3