summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
Commit message (Expand)AuthorAgeFilesLines
* network: support matching based on wifi interfece typeYu Watanabe2019-10-251-0/+2
* network: introduce Reconfigure() bus methodYu Watanabe2019-10-241-1/+1
* network: also read BSSIDYu Watanabe2019-10-151-0/+1
* network: support matching based on wifi SSIDYu Watanabe2019-10-151-0/+3
* network: introduce link_reconfigure()Yu Watanabe2019-10-151-0/+2
* network: introduce ip nexthop routingSusant Sahani2019-10-141-3/+8
* Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek2019-10-031-7/+8
|\
| * network: add fallback logic for old kernelsYu Watanabe2019-07-221-0/+2
| * network: set field size for several flagsYu Watanabe2019-07-221-7/+6
* | network: do not create default route for ipv4 link local addressingYu Watanabe2019-09-151-1/+0
* | network: drop all checks of ipv6_disabled sysctlZbigniew Jędrzejewski-Szmek2019-08-271-3/+0
* | network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-161-1/+1
* | networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-121-0/+2
|/
* 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-0/+18
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-10/+0
* network: split operational states into carrier and address statesYu Watanabe2019-06-161-0/+2
* network: split out DBus related prototypes to networkd-link-bus.hYu Watanabe2019-06-161-6/+0
* network: read link specific sysctl valueYu Watanabe2019-06-151-0/+4
* network: assign new DHCP address before removing old lease addressYu Watanabe2019-06-071-1/+2
* network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-061-1/+1
* network: monitor link bit ratesYu Watanabe2019-06-011-0/+4
* network: unify link_ipv4ll_enabled() and link_ipv4ll_fallback_enabled()Yu Watanabe2019-05-221-2/+2
* network: drop unused variableYu Watanabe2019-05-221-2/+0
* network: make CAN devices go through LINK_STATE_CONFIGURINGYu Watanabe2019-05-221-0/+1
* network: honor MTUBytes= settingYu Watanabe2019-05-161-1/+1
* network: make link_drop() can take custom handlerYu Watanabe2019-05-111-1/+1
* network: fix use-after-freeYu Watanabe2019-05-071-0/+1
* networkd: stop clients when networkd shuts down (#12463)Susant Sahani2019-05-061-0/+2
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-0/+3
* networkd: Add back static routes after DHCPv4 lease expires.Susant Sahani2019-04-291-0/+1
* network: fix ref/unref logic for Link objectYu Watanabe2019-04-251-1/+1
* network: prevent interfaces to be initialized multiple timesYu Watanabe2019-04-251-6/+7
* network: move log_link_debug() or friends to log-link.hYu Watanabe2019-03-131-24/+1
* network: move LinkOperationalState and relevant functions to network-util.[ch]Yu Watanabe2019-03-131-15/+1
* network: bump mtu if stacked vlan or macvlan requests larger sizeYu Watanabe2019-02-271-1/+1
* network: make bridge master also follow operstates of slave interfacesYu Watanabe2019-02-251-1/+1
* network: extend 'enslaved' state to bridge slave interfacesYu Watanabe2019-02-251-0/+2
* Merge pull request #11681 from yuwata/network-link-enslaved-operstateLennart Poettering2019-02-181-1/+3
|\
| * network: make bond master follow operstates of slavesYu Watanabe2019-02-181-1/+2
| * network: introduce new operational state 'enslaved'Yu Watanabe2019-02-161-0/+1
* | network: honor VRF table or explicitly specified route tableYu Watanabe2019-02-151-0/+4
|/
* network: make link_up() staticYu Watanabe2019-01-241-1/+0
* Install routes after addresses are readyDaniel Axtens2019-01-161-0/+1
* networkd: Static neighbor supportWilliam A. Kennington III2018-12-091-0/+3
* networkd: Use only a generic CONFIGURING stateWilliam A. Kennington III2018-12-091-3/+1
* networkd: Track address configurationWilliam A. Kennington III2018-12-091-0/+2
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-1/+3
* network: use route_remove_handler() as the default callback of route_remove()Yu Watanabe2018-12-021-2/+0