summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: use address_remove_handler() as the default callback of address_remo...Yu Watanabe2018-12-021-1/+0
* networkd: keep bond slave up if already attachedTobias Jungel2018-10-191-0/+1
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-2/+2
* networkd-dhcp6: Request prefix delegation for a new linkPatrik Flykt2018-10-021-0/+1
* networkd-manager: Fix route removals on shutdownPatrik Flykt2018-09-191-0/+1
* tree-wide: use unsigned for refcountYu Watanabe2018-08-271-1/+1
* Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-231-0/+5
|\
| * network: request product UUID when DUIDType=uuid but DUIDRawData= is not setYu Watanabe2018-08-081-0/+1
| * network: introduce dhcp4_set_client_identifier() to unify duplicated codesYu Watanabe2018-08-081-0/+1