summaryrefslogtreecommitdiffstats
path: root/src/network/netdev/netdev.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: update tunnel or vxlan interface if the local address is changedYu Watanabe2024-10-311-0/+6
* network/netdev: replace old NetDev object with newer one on reloadYu Watanabe2024-10-301-0/+2
* network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...Yu Watanabe2024-10-301-1/+1
* network/netdev: do not try to update several parameters if the interface alre...Yu Watanabe2024-10-301-0/+6
|\
| * network/netdev: introduce netdev_can_set_mac/mtu() helper functionsYu Watanabe2024-10-301-0/+6
* | network: drop no-op cleanupYu Watanabe2024-10-301-1/+1
* | network: swap asterisk and spaceYu Watanabe2024-10-301-2/+2
|/
* network/netdev: add attach(), detach(), set_ifindex(), and get_ifindex() to n...Yu Watanabe2024-09-101-0/+10
* network/netdev: split out netdev_set_ifindex_internal() and _impl()Yu Watanabe2024-09-101-0/+2
* network/netdev: split out netdev_attach() and netdev_attach_name() from netde...Yu Watanabe2024-09-101-0/+2
* network/netdev: use hashmap_remove_value() on detaching NetDev from managerYu Watanabe2024-09-101-0/+3
* network/netdev: also check ifindex, iftype, and kind when assigning NetDev to...Yu Watanabe2024-09-101-0/+1
* network: store netdev drop-in paths and dump into state fileMike Yuan2024-09-091-0/+1
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* network: make DEFINE_NETDEV_CAST() assert on input and outputZbigniew Jędrzejewski-Szmek2023-09-221-8/+7
* network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-161-0/+3
* network: rename netdev kind virtual-wlan -> wlanYu Watanabe2022-03-281-1/+1
* network: re-design request queueYu Watanabe2022-03-111-3/+0
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-2/+2
* network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2022-02-271-4/+0
* network: netdev: drop NETDEV_CREATE_MASTERYu Watanabe2022-02-261-1/+0
* network: split netdev_create() into twoYu Watanabe2022-02-251-1/+0
* network/netdev: drop unused argumentYu Watanabe2022-02-251-1/+1
* network: add support to create wlan virtual interfaceYu Watanabe2022-02-151-0/+2
* network: netdev: add flag to skip kind checkYu Watanabe2022-02-151-0/+3
* network: netdev: use request queue to create independent netdevsYu Watanabe2022-02-151-0/+1
* network/netdev: introduce .is_ready_to_create() entry in netdev vtableYu Watanabe2021-12-121-0/+3
* network/netdev: add support to create IPoIB subinterfaceYu Watanabe2021-12-041-1/+3
* network/netdev: generate persistent MAC address when creating netdev interfaceYu Watanabe2021-12-041-1/+2
* network/netdev: make MACAddress= take 'none' to suppress generating persisten...Yu Watanabe2021-11-281-0/+4
* network/netdev: verify specified MAC addressYu Watanabe2021-11-261-1/+1
* network/netdev: use "struct hw_addr_data" to store MAC addressYu Watanabe2021-11-261-2/+3
* network/netdev: introduce .iftype to netdev vtableYu Watanabe2021-11-261-0/+3
* network/netdev: sort netdev kindsYu Watanabe2021-11-091-29/+29
* network/netdev: update commentYu Watanabe2021-11-091-1/+1
* network: adjust log messages, function names, etc.Yu Watanabe2021-08-121-2/+2
* network: use netdev_enter_failed() instead of netdev_drop() on errorYu Watanabe2021-08-121-0/+1
* network: use link_request_to_set_master() or friendsYu Watanabe2021-06-071-12/+0
* network: introduce link_request_to_create_stacked_netdev()Yu Watanabe2021-06-071-0/+4
* network: make log_netdev_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-14/+23
* network: Implement B.A.T.M.A.N. Advanced interface typeAnnika Wickert2021-02-241-0/+2
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-3/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: Introduce bare UDPSusant Sahani2020-09-171-0/+2
* network: introduce ifb (Intermediate Functional Block)Susant Sahani2019-12-071-0/+1
* network: warn about unknown sections when parsing .netdev filesZbigniew Jędrzejewski-Szmek2019-11-251-0/+29
* network: cleanup header inclusionYu Watanabe2019-10-301-1/+1
* network: also reload .netdev filesYu Watanabe2019-10-241-1/+1
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-111-2/+2
|\