summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
Commit message (Expand)AuthorAgeFilesLines
* network: make route_get() or friends take Route objectYu Watanabe2019-09-171-14/+13
* network: drop IPv6LL address when LinkLocalAddressing=no|ipv4Yu Watanabe2019-09-171-2/+2
* network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-151-2/+2
* Merge pull request #13412 from yuwata/network-check-and-warn-moreYu Watanabe2019-08-281-1/+7
|\
| * network: enable ipv6 when the network has static ipv6 configurationsYu Watanabe2019-08-271-1/+7
* | network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-39/+5
* | network: Do not disable IPv6 by writing to sysctlSusant Sahani2019-08-221-12/+13
|/
* network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-161-3/+3
* Merge pull request #13302 from yuwata/network-set-put-fixesLennart Poettering2019-08-141-0/+6
|\
| * network: add missing link_ref()Yu Watanabe2019-08-111-0/+4
| * network: fix potential memleaks related to set_put()Yu Watanabe2019-08-111-0/+2
* | networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-121-0/+39
|/
* networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-071-2/+2
* network: drop redundant Link::kind checkYu Watanabe2019-07-251-14/+7
* network: support slcanYu Watanabe2019-07-241-7/+20
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* network: do not touch kernel-created multicast routeYu Watanabe2019-07-231-0/+9
* network: store routes provided by DHCPv4 in SetYu Watanabe2019-07-191-0/+1
* network: drop fallback mechanism to assign DHCPv6 addresses with IFA_F_NOPREF...Yu Watanabe2019-07-171-1/+0
* network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-171-25/+79
* network: do not configure routes when dropping addressesYu Watanabe2019-07-171-0/+5
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-48/+47
* network: honor IPv6AcceptRA.UseDomains= settingYu Watanabe2019-07-141-4/+8
* network: do not change to configuring state needlesslyYu Watanabe2019-07-141-9/+14
* Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering2019-07-111-2/+2
|\
| * networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani2019-07-101-2/+2
* | Merge pull request #13005 from keszybz/fix-gcc-warningLennart Poettering2019-07-101-2/+3
|\ \
| * | networkd: silence bogus gcc warning about %sZbigniew Jędrzejewski-Szmek2019-07-101-2/+3
| |/
* | Fixed condition checked twice18482019-07-101-3/+0
* | Added support for xfrm interfaces18482019-07-101-1/+3
|/
* network: read sysctl value only once (#12990)Yu Watanabe2019-07-091-0/+6
* network: move DHCP server related functions to networkd-dhcp-server.cYu Watanabe2019-06-301-238/+3
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-0/+3
* Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...Lennart Poettering2019-06-201-43/+94
|\
| * sd-network: introduce functions for new link and manager statesYu Watanabe2019-06-161-3/+11
| * network: expose carrier and address states over dbusYu Watanabe2019-06-161-4/+23
| * network: split operational states into carrier and address statesYu Watanabe2019-06-161-39/+61
| * network: split out DBus related prototypes to networkd-link-bus.hYu Watanabe2019-06-161-0/+2
* | network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-191-3/+1
* | network: do not configure routing policy rule if it is already configuredYu Watanabe2019-06-181-2/+3
|/
* network: read link specific sysctl valueYu Watanabe2019-06-151-4/+19
* network: skip to check dynamic addresses when ConfigureWithoutCarrier=yesYu Watanabe2019-06-141-14/+17
* network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...Yu Watanabe2019-06-121-2/+2
* network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe2019-06-121-2/+2
* network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe2019-06-121-2/+2
* network: assign new DHCP address before removing old lease addressYu Watanabe2019-06-071-0/+2
* Merge pull request #12738 from yuwata/network-routing-policy-cleanupZbigniew Jędrzejewski-Szmek2019-06-061-1/+1
|\
| * network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-041-1/+1
* | network: make KeepConfiguration=static drop DHCP addresses and routesYu Watanabe2019-06-061-1/+42
* | network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-061-5/+6