summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: rename KeepConfiguration=dhcp -> dynamicYu Watanabe2024-11-141-1/+1
* network: drop unnecessary size specifierYu Watanabe2024-11-111-1/+1
* network: introduce LINK_RECONFIGURE_CLEANLY flagYu Watanabe2024-11-051-0/+1
* network: several cleanups for link_reconfigure()Yu Watanabe2024-11-051-3/+9
* network: check if interface is initialized after enumeration completedYu Watanabe2024-11-041-0/+2
* network: free DHCP client and friends in link_free()Yu Watanabe2024-11-031-1/+0
* network: update tunnel or vxlan interface if the local address is changedYu Watanabe2024-10-311-0/+3
* network: several cleanups for reloading .network files (#34933)Yu Watanabe2024-10-301-2/+2
|\
| * network: swap asterisk and spaceYu Watanabe2024-10-301-2/+2
* | network: process queued remove requests before networkd is stoppedYu Watanabe2024-10-301-0/+1
|/
* Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-221-0/+1
|\
| * ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott2024-10-211-0/+1
* | network: wait for IPv6 MTU being synced to link MTUYu Watanabe2024-10-141-0/+3
|/
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* network/ndisc: use router lifetime as one for redirect routeYu Watanabe2024-06-061-1/+1
* network/ndisc: set IPv6 MTU through sysctlYu Watanabe2024-04-101-0/+1
* network/ndisc: add basic support for Redirect messageYu Watanabe2024-04-041-0/+1
* network/ndisc: remember the latest RA from the default routerYu Watanabe2024-04-041-0/+1
* network/lldp: do not save LLDP neighbors under /run/systemdYu Watanabe2024-03-011-1/+0
* network: make Reload bus method synchronousYu Watanabe2024-02-091-0/+1
* network: adjust default RequiredForOnline= and RequiredFamilyForOnline= settingYu Watanabe2024-02-021-0/+1
* network/route: manage all routes by Manager objectYu Watanabe2024-01-241-1/+0
* network: several cleanups for LinkOperationalStateYu Watanabe2024-01-161-0/+2
* network/link: automatically reconfigure interface on failureYu Watanabe2024-01-151-0/+2
* network/nexthop: manage all nexthops by managerYu Watanabe2023-12-141-1/+0
* network/brvlan: remove unnecessary bridge vlan IDsYu Watanabe2023-11-121-0/+1
* network/brvlan: read bridge vlan IDs through netlink and save themYu Watanabe2023-11-121-0/+6
* network/dhcp-pd: use correct flag when DHCPv4 6rd is enabledYu Watanabe2023-11-101-1/+1
* network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe2023-10-111-0/+1
* network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-041-0/+1
* network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe2023-07-301-0/+2
* network: handle captive portal with multiple routersYu Watanabe2023-07-061-1/+1
* ndisc: parse RFC8910 captive portal ipv6ra optionRonan Pigott2023-07-021-0/+1
* network: wifi: try to reconfigure when connectedYu Watanabe2022-11-221-0/+1
* network: drop unnecessary prototypeYu Watanabe2022-11-221-1/+0
* network: simplify the logic of reading driver and permanent HW addressYu Watanabe2022-10-311-0/+4
* network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-031-0/+1
* network: manage SR-IOV PF and VF portsYu Watanabe2022-08-051-0/+3
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-011-2/+0
* network: introduce a tiny wrapper for manager_udev_process_link()Yu Watanabe2022-07-231-1/+1
* network: rename Link.sd_device -> Link.devYu Watanabe2022-07-231-1/+1
* network: drop support for old kernels which cannot set prefix route with non-...Yu Watanabe2022-05-211-2/+0
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-311-1/+1
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-261-1/+2
* network: drop unused flag and counterYu Watanabe2022-02-251-2/+0
* network: assign corresponding NetDev object to LinkYu Watanabe2022-02-251-0/+2
* Merge pull request #22452 from yuwata/network-ipv6llYu Watanabe2022-02-101-2/+4
|\
| * network: monitor current IPv6LL address generation modeYu Watanabe2022-02-101-0/+3
| * network: move ipv6ll related functions to networkd-ipv6ll.[ch]Yu Watanabe2022-02-081-2/+1
* | network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-0/+1
|/