| Commit message (Expand) | Author | Age | Files | Lines |
* | network: do not configure routes when dropping addresses | Yu Watanabe | 2019-07-17 | 1 | -0/+5 |
* | network: make link enter failed state when a configuration fails | Yu Watanabe | 2019-07-15 | 1 | -48/+47 |
* | network: honor IPv6AcceptRA.UseDomains= setting | Yu Watanabe | 2019-07-14 | 1 | -4/+8 |
* | network: do not change to configuring state needlessly | Yu Watanabe | 2019-07-14 | 1 | -9/+14 |
* | Merge pull request #13006 from yuwata/network-split-dhcp-12917 | Lennart Poettering | 2019-07-11 | 1 | -2/+2 |
|\ |
|
| * | networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 options | Susant Sahani | 2019-07-10 | 1 | -2/+2 |
* | | Merge pull request #13005 from keszybz/fix-gcc-warning | Lennart Poettering | 2019-07-10 | 1 | -2/+3 |
|\ \ |
|
| * | | networkd: silence bogus gcc warning about %s | Zbigniew Jędrzejewski-Szmek | 2019-07-10 | 1 | -2/+3 |
| |/ |
|
* | | Fixed condition checked twice | 1848 | 2019-07-10 | 1 | -3/+0 |
* | | Added support for xfrm interfaces | 1848 | 2019-07-10 | 1 | -1/+3 |
|/ |
|
* | network: read sysctl value only once (#12990) | Yu Watanabe | 2019-07-09 | 1 | -0/+6 |
* | network: move DHCP server related functions to networkd-dhcp-server.c | Yu Watanabe | 2019-06-30 | 1 | -238/+3 |
* | network: move conf parsers and function prototypes | Yu Watanabe | 2019-06-30 | 1 | -0/+3 |
* | Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s... | Lennart Poettering | 2019-06-20 | 1 | -43/+94 |
|\ |
|
| * | sd-network: introduce functions for new link and manager states | Yu Watanabe | 2019-06-16 | 1 | -3/+11 |
| * | network: expose carrier and address states over dbus | Yu Watanabe | 2019-06-16 | 1 | -4/+23 |
| * | network: split operational states into carrier and address states | Yu Watanabe | 2019-06-16 | 1 | -39/+61 |
| * | network: split out DBus related prototypes to networkd-link-bus.h | Yu Watanabe | 2019-06-16 | 1 | -0/+2 |
* | | network: add missing entries in routing_policy_rule_{hash,compare}_func() | Yu Watanabe | 2019-06-19 | 1 | -3/+1 |
* | | network: do not configure routing policy rule if it is already configured | Yu Watanabe | 2019-06-18 | 1 | -2/+3 |
|/ |
|
* | network: read link specific sysctl value | Yu Watanabe | 2019-06-15 | 1 | -4/+19 |
* | network: skip to check dynamic addresses when ConfigureWithoutCarrier=yes | Yu Watanabe | 2019-06-14 | 1 | -14/+17 |
* | network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s... | Yu Watanabe | 2019-06-12 | 1 | -2/+2 |
* | network: ignore requested ipv6 route when ipv6 is disabled by sysctl | Yu Watanabe | 2019-06-12 | 1 | -2/+2 |
* | network: ignore requested ipv6 addresses when ipv6 is disabled by sysctl | Yu Watanabe | 2019-06-12 | 1 | -2/+2 |
* | network: assign new DHCP address before removing old lease address | Yu Watanabe | 2019-06-07 | 1 | -0/+2 |
* | Merge pull request #12738 from yuwata/network-routing-policy-cleanup | Zbigniew Jędrzejewski-Szmek | 2019-06-06 | 1 | -1/+1 |
|\ |
|
| * | network: remove unused argument in routing_policy_rule_configure() | Yu Watanabe | 2019-06-04 | 1 | -1/+1 |
* | | network: make KeepConfiguration=static drop DHCP addresses and routes | Yu Watanabe | 2019-06-06 | 1 | -1/+42 |
* | | network: add KeepConfiguration=dhcp-on-stop | Yu Watanabe | 2019-06-06 | 1 | -5/+6 |
* | | networkd: add support to keep configuration | Susant Sahani | 2019-06-06 | 1 | -1/+2 |
|/ |
|
* | networkd: rewrite condition to make it easier to understand | Zbigniew Jędrzejewski-Szmek | 2019-05-30 | 1 | -1/+2 |
* | network: add nlmon support | Yu Watanabe | 2019-05-28 | 1 | -2/+5 |
* | network: make VXCAN devices go through LINK_STATE_CONFIGURING | Yu Watanabe | 2019-05-24 | 1 | -7/+7 |
* | network: unify link_ipv4ll_enabled() and link_ipv4ll_fallback_enabled() | Yu Watanabe | 2019-05-22 | 1 | -28/+7 |
* | network: drop unused variable | Yu Watanabe | 2019-05-22 | 1 | -6/+0 |
* | network: update master's ifindex in link_update() | Yu Watanabe | 2019-05-22 | 1 | -10/+14 |
* | network: drop duplicated logs | Yu Watanabe | 2019-05-22 | 1 | -2/+0 |
* | network: make CAN devices go through LINK_STATE_CONFIGURING | Yu Watanabe | 2019-05-22 | 1 | -4/+16 |
* | network: disable IPv4LL for ipvlan with L3 or L3S mode | Yu Watanabe | 2019-05-22 | 1 | -0/+9 |
* | network: tighten the condition whether link has carrier | Yu Watanabe | 2019-05-19 | 1 | -1/+2 |
* | Merge pull request #12574 from yuwata/network-mtu-issue-12552 | Yu Watanabe | 2019-05-16 | 1 | -3/+45 |
|\ |
|
| * | network: bump MTU bytes only when MTUByte= is not set | Yu Watanabe | 2019-05-16 | 1 | -1/+43 |
| * | network: honor MTUBytes= setting | Yu Watanabe | 2019-05-16 | 1 | -3/+3 |
* | | network: do not use ordered_set_printf() for DOMAINS= or ROUTE_DOMAINS= | Yu Watanabe | 2019-05-16 | 1 | -6/+11 |
* | | network: disable link local addressing on ipip, gre, sit, and vti netdevs | Yu Watanabe | 2019-05-16 | 1 | -3/+3 |
* | | network: link_check_ready() returns earlier if routes are not configured yet | Yu Watanabe | 2019-05-16 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #12537 from yuwata/network-link-local-follow-ups | Yu Watanabe | 2019-05-14 | 1 | -45/+6 |
|\ |
|
| * | network: do not send ipv6 token to kernel | Yu Watanabe | 2019-05-12 | 1 | -45/+6 |
* | | network: drop unnecessary initializations | Yu Watanabe | 2019-05-11 | 1 | -1/+1 |