summaryrefslogtreecommitdiff
path: root/src/network/netdev
Commit message (Expand)AuthorAgeFilesLines
* network: dhcp-pd: do not stack 6rd sit tunnelYu Watanabe2021-12-181-4/+0
* network: a couple of tweaks suggested by CoccinelleFrantisek Sumsal2021-12-181-1/+1
* Merge pull request #21664 from yuwata/network-tunnel-cleanupsZbigniew Jędrzejewski-Szmek2021-12-112-125/+58
|\
| * network: tunnel: unify init functions for tunnelsYu Watanabe2021-12-081-87/+17
| * network: tunnel: introduce TUNNEL() helper functionYu Watanabe2021-12-082-38/+38
| * network: tunnel: create tunnels with AssignToLoopback=yes independently of .n...Yu Watanabe2021-12-081-0/+3
* | network: call link_check_ready() when all stacked netdevs are createdYu Watanabe2021-12-081-0/+1
|/
* network: dhcp-pd: add 6rd supportYu Watanabe2021-12-072-0/+147
* network/netdev: drop spurious state from the condition to create stacked netdevsYu Watanabe2021-12-071-1/+3
* network/netdev: create stacked netdevs after all set-link operations are fini...Yu Watanabe2021-12-071-9/+1
* network,udev: do not adjust local assignment bit of specified MAC addressYu Watanabe2021-12-071-3/+3
* tree-wide: check for NULLs in more placesFrantisek Sumsal2021-12-061-0/+2
* network: add support to configure IPoIB interfacesYu Watanabe2021-12-052-0/+45
* network/netdev: add support to create IPoIB subinterfaceYu Watanabe2021-12-046-12/+190
* network/netdev: generate persistent MAC address when creating netdev interfaceYu Watanabe2021-12-043-22/+36
* network/wireguard: search valid address of the endpoint from all struct addri...Yu Watanabe2021-12-021-10/+20
* network/wireguard: cleanups for resolving endpointsYu Watanabe2021-12-022-104/+97
* network/wireguard: do not resolve Endpoint= if an IP address is specifiedYu Watanabe2021-12-021-40/+66
* network: wireguard: automatically configure routes to addresses specified in ...Yu Watanabe2021-12-013-2/+236
* network/wireguard: drop unnecessary .in6 specifierYu Watanabe2021-12-011-1/+1
* network/netdev: generate persistent MAC address for batadv and bridgeYu Watanabe2021-11-282-0/+2
* network/netdev: make MACAddress= take 'none' to suppress generating persisten...Yu Watanabe2021-11-284-4/+36
* network/netdev: move config_parse_netdev_kind() at the endYu Watanabe2021-11-281-35/+36
* network/netdev: verify specified MAC addressYu Watanabe2021-11-273-39/+47
* network/netdev: use "struct hw_addr_data" to store MAC addressYu Watanabe2021-11-277-30/+24
* network/netdev: introduce .iftype to netdev vtableYu Watanabe2021-11-2723-12/+78
* network: veth: use SYNTHETIC_ERRNO() macro or use real error causeYu Watanabe2021-11-271-11/+8
* network: tuntap: drop unnecessary minusYu Watanabe2021-11-161-5/+5
* ether-addr-util: introduce {hw,ether}_addr_hash_ops_freeYu Watanabe2021-11-091-1/+1
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-4/+4
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-092-2/+2
* network/netdev: sort netdev kindsYu Watanabe2021-11-092-97/+97
* network/bridge: drop if_bridge.h from bridge.hYu Watanabe2021-11-092-10/+14
* network/netdev: fix typoYu Watanabe2021-11-091-1/+1
* network: bareudp: use fill_message_createYu Watanabe2021-11-091-60/+4
* network: geneve: use fill_message_createYu Watanabe2021-11-091-72/+4
* network/netdev: update commentYu Watanabe2021-11-091-1/+1
* network/netdev: reduce indentationYu Watanabe2021-11-091-60/+59
* network/veth: also set MTU for peer interfaceYu Watanabe2021-11-021-0/+6
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-4/+0
* network/netdev: append IFLA_INFO_DATA attribute only when it is necessaryYu Watanabe2021-08-311-8/+12
* sd-netlink: drop sd_genl_family_t and introduce GenericNetlinkFamilyYu Watanabe2021-08-295-6/+6
* Merge pull request #20443 from yuwata/network-conf-parser-cleanupsYu Watanabe2021-08-173-134/+159
|\
| * network: rebreak conf parser argumentsYu Watanabe2021-08-163-134/+159
* | network: allow users to forbid passthru MACVLAN from putting its link into pr...Tom Yan2021-08-161-0/+9
|/
* network: recreate stacked netdevs when underlying device is re-addedYu Watanabe2021-08-121-8/+27
* network: adjust log messages, function names, etc.Yu Watanabe2021-08-122-9/+9
* network: use netdev_enter_failed() instead of netdev_drop() on errorYu Watanabe2021-08-127-11/+11
* network: introduce a helper function netdev_is_stacked_and_independent()Yu Watanabe2021-08-121-43/+37
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-033-7/+7