summaryrefslogtreecommitdiff
path: root/src/network/netdev
Commit message (Expand)AuthorAgeFilesLines
* networkd: correct batman-adv setting name (GatewayBandwidth) (#19539)Jörg Deckert2021-05-081-0/+2
* Add support for conditions on the machines firmwareUwe Kleine-König2021-04-281-0/+1
* network: update log messageYu Watanabe2021-04-162-8/+6
* network: make log_netdev_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-14/+23
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* network: fix ipv6 tunnel encapsulation limit (#19087)hide2021-03-241-1/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2021-03-181-2/+1
* 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-255-2/+269
* shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-211-2/+2
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-184-16/+14
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-163-17/+15
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-123-3/+4
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-108-13/+13
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* Merge pull request #18294 from ssahani/net-2Yu Watanabe2021-01-191-23/+7
|\
| * network: macsec - use ordered_hashmap_ensure_putSusant Sahani2021-01-181-23/+7
* | network: bond - use ordered_set_ensure_putSusant Sahani2021-01-181-5/+3
|/
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-5/+1
* Merge pull request #18230 from ssahani/macvlan-bcqueuelenYu Watanabe2021-01-173-0/+57
|\
| * network: macvlan - add support to configure rx queue for broadcast/multicastSusant Sahani2021-01-173-0/+57
* | Merge pull request #18243 from ssahani/ensure-put-useYu Watanabe2021-01-172-10/+4
|\ \
| * | network: wireguard - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
| * | network: netdev - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+3
| |/
* | network: macsec - tighten variable scope used in loopSusant Sahani2021-01-151-2/+1
|/
* network: Allow to configure VLan egress qos mapsSusant Sahani2021-01-123-0/+21
* network: Allow to configure VLan egress qos mapsSusant Sahani2021-01-123-0/+120
* network: mtu is neither a boolean nor a pointerYu Watanabe2020-12-071-1/+1
* network: add Protocol= to vlan netdev (#17794)walbit-de2020-12-023-0/+9
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-012-2/+2
* 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-275-8/+50
|\
| * tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-292-2/+0
| * net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-291-5/+5
| * network: move config_parse_bridge_port_priority()Yu Watanabe2020-10-292-1/+45
* | network: use the common "cannot" formZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
* | man/systemd.netdev: remove bogus markupZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0948-48/+48
* | fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-032-2/+2
* | tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
|/
* network: header cleanupYu Watanabe2020-10-071-1/+0
* network: cleanup headers in networkd-neighbor.[ch]Yu Watanabe2020-10-071-0/+1
* Merge pull request #16929 from ssahani/network-bare-udpYu Watanabe2020-09-175-0/+180
|\
| * network: Introduce bare UDPSusant Sahani2020-09-175-0/+180
* | network: Allow vxlan to be created without .network fileSusant Sahani2020-09-174-2/+6
|/
* network: slightly update log messageYu Watanabe2020-09-101-2/+3
* network do not ignore OOM error in config_parse_macsec_key_id()Yu Watanabe2020-09-101-0/+2
* network: use _cleanup_ attribute at one more placeYu Watanabe2020-09-101-1/+3
* network: do not ignore OOM error in wireguard_decode_key_and_warn()Yu Watanabe2020-09-101-2/+3