summaryrefslogtreecommitdiff
path: root/src/network/netdev/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* network/netdev: sort netdev kindsYu Watanabe2021-11-091-68/+68
* network/netdev: reduce indentationYu Watanabe2021-11-091-60/+59
* network/netdev: append IFLA_INFO_DATA attribute only when it is necessaryYu Watanabe2021-08-311-8/+12
* 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-121-7/+7
* network: use netdev_enter_failed() instead of netdev_drop() on errorYu Watanabe2021-08-121-3/+2
* 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-031-1/+1
* network: use void* to correctly store SetLinkOperation in RequestYu Watanabe2021-06-151-1/+2
* network: use link_request_to_set_master() or friendsYu Watanabe2021-06-081-124/+0
* network: introduce link_request_to_activate()Yu Watanabe2021-06-081-1/+1
* network: introduce link_request_to_create_stacked_netdev()Yu Watanabe2021-06-081-0/+135
* network: update log messageYu Watanabe2021-04-161-4/+3
* network: use null_or_empty_path()Yu Watanabe2021-03-051-14/+6
* network: Implement B.A.T.M.A.N. Advanced interface typeAnnika Wickert2021-02-251-2/+5
* shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-211-2/+2
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-1/+1
* network: netdev - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+3
* network: mtu is neither a boolean nor a pointerYu Watanabe2020-12-071-1/+1
* network: fix return valuesYu Watanabe2020-11-271-5/+4
* network: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-271-4/+2
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+0
|\
| * tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-291-1/+0
* | network: use the common "cannot" formZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* Merge pull request #16929 from ssahani/network-bare-udpYu Watanabe2020-09-171-0/+3
|\
| * network: Introduce bare UDPSusant Sahani2020-09-171-0/+3
* | network: Allow vxlan to be created without .network fileSusant Sahani2020-09-171-0/+3
|/
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-2/+2
* network: fix typo in commentYu Watanabe2020-06-251-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-8/+13
* network: also read mtime of drop-in configsYu Watanabe2020-06-011-2/+2
* condition: add ConditionEnvironment=Lennart Poettering2020-05-151-1/+2
* network: move NETWORK_DIRS to path-lookup.hZbigniew Jędrzejewski-Szmek2020-03-271-0/+1
* network: introduce ifb (Intermediate Functional Block)Susant Sahani2019-12-071-0/+3
* network: warn about unknown sections when parsing .netdev filesZbigniew Jędrzejewski-Szmek2019-11-251-2/+2
* network: cleanup header inclusionYu Watanabe2019-10-301-23/+22
* network: also reload .netdev filesYu Watanabe2019-10-241-5/+7
* network: do not abort execution when a config file cannot be loadedYu Watanabe2019-09-111-1/+1
* Added support for xfrm interfaces18482019-07-101-0/+6
* network: add nlmon supportYu Watanabe2019-05-281-0/+3
* network: add NetDevVTable::generate_mac flagYu Watanabe2019-05-281-1/+1
* networkd: introduce netdev ipvtapSusant Sahani2019-05-161-0/+2
* networkd: do not generate MAC for bridge device.Susant Sahani2019-05-151-1/+1
* network: make link_drop() can take custom handlerYu Watanabe2019-05-111-1/+1
* network: drop bond_mode_to_kernel() and bond_xmit_hash_policy_to_kernel()Yu Watanabe2019-04-131-0/+1
* network: Introduce MACsecSusant Sahani2019-04-121-0/+3
* network: add '=' to config key names in logYu Watanabe2019-04-011-4/+7
* network: do not abort execution when NetDev.Name= conflictsYu Watanabe2019-04-011-1/+14
* network: make erspan netdev can be specified in Network.Tunnel=Yu Watanabe2019-03-301-0/+3