summaryrefslogtreecommitdiff
path: root/src/network/netdev/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* network,udev: split static condition tests from net_match_config()Yu Watanabe2019-03-211-11/+2
* networkd: Introduce l2tp tunnelSusant Sahani2019-03-141-19/+21
* network: introduce new netdev create type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2019-03-141-0/+13
* network: introduce netdev_get_create_type() helper functionYu Watanabe2019-03-141-9/+2
* network: add debug log when conditions do not match system environmentYu Watanabe2019-02-261-5/+7
* Merge pull request #10408 from keszybz/analyze-cat-presetsLennart Poettering2019-02-181-3/+3
|\
| * udev,network: use standard paths for .network and .link filesZbigniew Jędrzejewski-Szmek2019-02-181-3/+3
* | udev,network: drop unused parent_driver argument from net_match_config()Yu Watanabe2019-02-171-1/+1
|/
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
* network: make Link and NetDev always have the valid poiter to ManagerYu Watanabe2019-01-151-2/+7
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-21/+11
* networkd: Add support for ERSPAN tunnelSusant Sahani2018-11-271-0/+2
* network: also load foo.netdev.d/*.confYu Watanabe2018-11-261-4/+4
* network: use hashmap_clear_with_destructor() at one more placeYu Watanabe2018-11-121-3/+1
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
* network: use structured initializersYu Watanabe2018-11-121-7/+11
* network: ignore multiple assignment of netdev kindYu Watanabe2018-11-071-1/+35
* networkd: make netdev_load_one "public" and add a fuzzer for itEvgeny Vereshchagin2018-11-061-1/+1