summaryrefslogtreecommitdiff
path: root/src/network/networkd-setlink.c
Commit message (Expand)AuthorAgeFilesLines
* network: Fix set bond device MAC address failedJian Zhang2022-12-051-0/+23
* network: skip to reassign master ifindex if already setYu Watanabe2022-10-311-0/+8
* network/bridge: fix UseBPDU= and AllowPortToBeRoot=Yu Watanabe2022-08-141-2/+2
* network: also check SR-IOV PF port and other VF ports before configuringYu Watanabe2022-08-051-2/+16
* network: unset master ifindex only when necessaryYu Watanabe2022-08-051-5/+13
* network: do not try to bring up wifi interface if rfkill is activeYu Watanabe2022-07-231-2/+9
* network: do not silently stop to process configuration on activation failureYu Watanabe2022-07-231-11/+4
* network: re-design request queueYu Watanabe2022-03-111-17/+18
* network: merge RequestType and SetLinkOperationYu Watanabe2022-03-111-88/+78
* network: refuse to configure link properties when in initialized stateYu Watanabe2022-03-111-2/+2
* network: drop unnecessary link_enter_failed()Yu Watanabe2022-03-111-24/+18
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-123/+59
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-16/+6
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-9/+8
* network: drop detailed log messagesYu Watanabe2022-02-251-7/+7
* network: make link_down() independent of link_up_or_down()Yu Watanabe2022-02-251-16/+57
* Merge pull request #22452 from yuwata/network-ipv6llYu Watanabe2022-02-101-26/+19
|\
| * network: attempt to trigger kernel IPv6LL address generationJoerie de Gram2022-02-101-0/+13
| * network: skip to set IPv6LL address generation mode if the requested mode is ...Yu Watanabe2022-02-101-0/+3
| * network: introduce two helper functions for setting IPv6LL address generation...Yu Watanabe2022-02-101-26/+3
* | Add support for `isolated` parameterSanta Wiryaman2022-02-091-0/+6
|/
* network: split out link_configure_fill_message(), simplify loggingZbigniew Jędrzejewski-Szmek2022-01-051-70/+79
* network: move logging from can_set_netlink_message() to the callerZbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* network: de-duplicate logging in bridge_vlan_append_info() and the callerZbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* network: move logging from ipoib_set_netlink_message() to the callerZbigniew Jędrzejewski-Szmek2022-01-051-1/+1
* tree-wide: fix typoYu Watanabe2021-12-251-1/+1
* network: wait until the DSA master interface becomes upYu Watanabe2021-12-171-3/+52
* network: make activation error criticalYu Watanabe2021-12-121-10/+17
* network: introduce link_remove()Yu Watanabe2021-12-071-0/+40
* network: set MAC address before enslaving to bond or bridge interfaceYu Watanabe2021-12-071-0/+9
* network,udev: do not adjust local assignment bit of specified MAC addressYu Watanabe2021-12-071-1/+1
* network: set MTU after IPoIB configs are appliedYu Watanabe2021-12-051-2/+12
* network: add support to configure IPoIB interfacesYu Watanabe2021-12-051-1/+25
* network: update commentYu Watanabe2021-11-261-2/+2
* network: make MACAddress= takes hardware address with its length is INFINIBAN...Yu Watanabe2021-11-251-11/+13
* network: change link group type to int32Slava Bacherikov2021-11-161-2/+2
* network/bridge: drop if_bridge.h from bridge.hYu Watanabe2021-11-091-0/+1
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-0/+1
* network: introduce KeepMaster= settingYu Watanabe2021-09-041-6/+48
* network: use master ifindex to check if the interface is enslavedYu Watanabe2021-09-041-1/+1
* network: fix configuring of CAN devicesYu Watanabe2021-08-121-1/+5
* network: ignore errors on unsetting master ifindexYu Watanabe2021-08-051-2/+18
* network: ignore errors on setting bridge configYu Watanabe2021-08-041-1/+1
* network: add commentsYu Watanabe2021-08-041-10/+10
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* network: use void* to correctly store SetLinkOperation in RequestYu Watanabe2021-06-151-6/+10
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* Merge pull request #19913 from yuwata/network-fix-counterYu Watanabe2021-06-151-1/+10
|\
| * network: add missing increment of Link::set_flags_messagesYu Watanabe2021-06-151-1/+10
* | network: try to bring down before setting MAC addressYu Watanabe2021-06-141-2/+48