summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16947 from keszybz/socket-parsing-reworkLennart Poettering2020-09-101-1/+1
|\
| * basic: convert ifname_valid_full() to take flags and allow numeric interfacesZbigniew Jędrzejewski-Szmek2020-09-101-1/+1
* | Merge pull request #17003 from yuwata/conf-parser-downgrade-log-levelZbigniew Jędrzejewski-Szmek2020-09-104-45/+23
|\ \
| * | 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
| * | network: unify config_parse_wireguard_public_key() and config_parse_wireguard...Yu Watanabe2020-09-103-40/+12
* | | network: replace FRA_IFNAME -> FRA_IIFNAMEYu Watanabe2020-09-101-2/+2
* | | network: also process RTM_NEWRULE or RTM_DELRULE message which does not conta...Yu Watanabe2020-09-101-3/+0
* | | network: fix the default mask for FirewallMark=Yu Watanabe2020-09-102-9/+12
* | | network: do not assign return value if the parse_fwmark_fwmask() failsYu Watanabe2020-09-101-15/+20
* | | network: add debug log for removing routing policy rulesYu Watanabe2020-09-102-12/+23
* | | network: also logs priority of routing policy rulesYu Watanabe2020-09-102-10/+10
* | | network: update log message for rtnl messagesYu Watanabe2020-09-101-13/+24
|/ /
* | network: don't fail on various config parse errorsLennart Poettering2020-09-093-12/+20
* | tree-wide: prefer AF_xyz over PF_xyzLennart Poettering2020-09-094-4/+4
|/
* Merge pull request #16984 from yuwata/make-log_xxx_error-voidLennart Poettering2020-09-092-7/+7
|\
| * network: make log_link_error() or friends return voidYu Watanabe2020-09-092-7/+7
* | network: increase receive buffer size for device monitorYu Watanabe2020-09-091-0/+4
* | network: do not start device monitor if /sys is read-onlyYu Watanabe2020-09-091-5/+4
* | network: honor the buffer size specified in networkd.socketYu Watanabe2020-09-091-3/+8
* | network: ignore error on increasing netlink receive buffer sizeYu Watanabe2020-09-091-2/+2
|/
* Merge pull request #16978 from keszybz/two-variable-reduction-patchesLennart Poettering2020-09-0825-221/+137
|\
| * tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-0825-221/+137
* | Merge pull request #16618 from yuwata/network-ipv6token-prefixstableZbigniew Jędrzejewski-Szmek2020-09-081-20/+33
|\ \ | |/ |/|
| * network: make prefixstable mode of IPv6Token= can be applied to any received ...Yu Watanabe2020-09-081-20/+33
* | network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-086-85/+339
* | network: expose route_{hash,compare}_func()Yu Watanabe2020-09-082-2/+4
* | network: expose address_{hash,compare}_func()Yu Watanabe2020-09-082-2/+4
|/
* Merge pull request #16880 from yuwata/network-dhcp4-cleanupsLennart Poettering2020-09-041-43/+48
|\
| * network: configure DHCP routes after DHCP address is readyYu Watanabe2020-09-041-41/+39
| * network: dhcp4: reset counter only when the lease address is newYu Watanabe2020-09-041-1/+6
| * network: dhcp4: stop IPv4ACD before assigning new addressYu Watanabe2020-09-041-0/+2
| * network: voidify return value of sd_ipv4acd_stop()Yu Watanabe2020-09-041-1/+1
* | Merge pull request #16881 from yuwata/network-routing-policy-rule-cleanupsZbigniew Jędrzejewski-Szmek2020-09-042-66/+93
|\ \
| * | network: logs about unknown keyYu Watanabe2020-09-041-1/+2
| * | network: honor already specified family when parsing from= or to= in serializ...Yu Watanabe2020-09-042-27/+37
| * | network: do not reallocate bufferYu Watanabe2020-09-041-4/+8
| * | network: serialize InvertRule= in [RoutingPolicyRule]Yu Watanabe2020-09-042-9/+16
| * | network: add whitespace after family= and priority= in serialized routing pol...Yu Watanabe2020-09-042-14/+19
| * | network: downgrade error level when the error is ignoredYu Watanabe2020-09-041-12/+12
| * | network: move routing_policy_rule_read_full_file()Yu Watanabe2020-09-041-20/+20
| |/
* | network: fixes gateway assignment through DHCPv4Yu Watanabe2020-09-041-25/+27
|/
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-301-1/+1
* networkd: consider any uevent other than "remove" sufficient for the network ...Lennart Poettering2020-08-281-4/+6
* network: dhcp6: logs only new addressYu Watanabe2020-08-271-1/+2
* networkctl: label command does not take any argumentYu Watanabe2020-08-271-1/+1
* Merge pull request #16824 from keszybz/no-such-unit-errorZbigniew Jędrzejewski-Szmek2020-08-251-2/+2
|\
| * tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-2/+2