summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | networkd: add support to keep configurationSusant Sahani2019-06-061-1/+2
|/
* networkd: rewrite condition to make it easier to understandZbigniew Jędrzejewski-Szmek2019-05-301-1/+2
* network: add nlmon supportYu Watanabe2019-05-281-2/+5
* network: make VXCAN devices go through LINK_STATE_CONFIGURINGYu Watanabe2019-05-241-7/+7
* network: unify link_ipv4ll_enabled() and link_ipv4ll_fallback_enabled()Yu Watanabe2019-05-221-28/+7
* network: drop unused variableYu Watanabe2019-05-221-6/+0
* network: update master's ifindex in link_update()Yu Watanabe2019-05-221-10/+14
* network: drop duplicated logsYu Watanabe2019-05-221-2/+0
* network: make CAN devices go through LINK_STATE_CONFIGURINGYu Watanabe2019-05-221-4/+16
* network: disable IPv4LL for ipvlan with L3 or L3S modeYu Watanabe2019-05-221-0/+9
* network: tighten the condition whether link has carrierYu Watanabe2019-05-191-1/+2
* Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe2019-05-161-3/+45
|\
| * network: bump MTU bytes only when MTUByte= is not setYu Watanabe2019-05-161-1/+43
| * network: honor MTUBytes= settingYu Watanabe2019-05-161-3/+3
* | network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS=Yu Watanabe2019-05-161-6/+11
* | network: disable link local addressing on ipip, gre, sit, and vti netdevsYu Watanabe2019-05-161-3/+3
* | network: link_check_ready() returns earlier if routes are not configured yetYu Watanabe2019-05-161-0/+1
|/
* Merge pull request #12537 from yuwata/network-link-local-follow-upsYu Watanabe2019-05-141-45/+6
|\
| * network: do not send ipv6 token to kernelYu Watanabe2019-05-121-45/+6
* | network: drop unnecessary initializationsYu Watanabe2019-05-111-1/+1
* | network: move link_set_bond() to netdev/bond.cYu Watanabe2019-05-111-72/+1
* | network: move link_set_bridge to netdev/bridge.cYu Watanabe2019-05-111-133/+1
* | network: move CAN link related functions to networkd-can.cYu Watanabe2019-05-111-191/+1
* | network: make BindCarrier= work with CAN devicesYu Watanabe2019-05-111-4/+23
* | network: make link_drop() can take custom handlerYu Watanabe2019-05-111-4/+5
* | network: move sd_lldp related functions to networkd-lldp-rx.cYu Watanabe2019-05-111-164/+1
* | LLDP: Fix logs for LLDPSusant Sahani2019-05-111-4/+4
* | network: move link_lldp_emit_enabled() to networkd-lldp-tx.cYu Watanabe2019-05-111-15/+0
|/
* Merge pull request #12480 from ssahani/proxy-arpYu Watanabe2019-05-101-6/+23
|\
| * network: add support to configure proxy ARP/WIFISusant Sahani2019-05-091-0/+6
| * network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
| * network: replace inet_pton() with in_addr_from_string()Yu Watanabe2019-05-091-4/+4
| * networkd: Add support to configure proxy ARP and proxy ARP WifiSusant Sahani2019-05-091-1/+12