summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* network: introduce ManageTemporaryAddress= setting in [DHCPv6PrefixDelegation...Yu Watanabe2021-01-144-0/+4
* network: drop a function argument which is always constantYu Watanabe2021-01-141-11/+16
* network: reconfigure interface when wifi iftype is updatedYu Watanabe2021-01-131-5/+11
* Merge pull request #18216 from yuwata/dhcp-user-class-lengthYu Watanabe2021-01-134-64/+13
|\
| * network: merge config_parse_dhcp_user_class() and _vendor_class()Yu Watanabe2021-01-133-58/+7
| * network: refuse zero length dhcp user classYu Watanabe2021-01-131-5/+5
| * dhcp: length of each user class field must be positiveYu Watanabe2021-01-131-1/+1
* | Merge pull request #18157 from ssahani/vlan-qosYu Watanabe2021-01-133-0/+141
|\ \ | |/ |/|
| * 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: introduce new UseAddress= setting in [DHCPv6] sectionYu Watanabe2021-01-124-2/+9
|/
* network: register callback for dhcp server (#18146)Luka Kudra2021-01-101-0/+5
* Merge pull request #18169 from OnkelUlla/can_bus_error_reportingYu Watanabe2021-01-094-7/+16
|\
| * network: can: add support for bus error reportingUlrich Ölmann2021-01-084-0/+9
| * network: can: pretty up debug messagesUlrich Ölmann2021-01-081-5/+5
| * network: can: simplify usage of booleansUlrich Ölmann2021-01-081-4/+4
* | network: refuse to set 0 for rx or tx queueYu Watanabe2021-01-091-1/+1
* | network: read RTAX_ADVMSS in received route messageYu Watanabe2021-01-081-0/+6
* | network: add missing TAKE_PTR()Yu Watanabe2021-01-081-0/+1
* | network: route - add support to configure tcp advmssSusant Sahani2021-01-083-0/+72
|/
* network: Allow to set device's receive queues and transmit queuesSusant Sahani2021-01-054-0/+98
* network: drop fib rules configured with Family=bothYu Watanabe2020-12-301-4/+30
* network: set RoutingPolicyRule::family based on Family= settingYu Watanabe2020-12-301-2/+7
* network: always re-configure rules even if already existYu Watanabe2020-12-301-34/+40
* network: drop unnecessary checksYu Watanabe2020-12-301-4/+2
* network: fix possible memory leakYu Watanabe2020-12-301-2/+2
* network: constify several argumentsYu Watanabe2020-12-301-9/+9
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-296-476/+0
* network: drop unnecessary routing policy rulesYu Watanabe2020-12-293-19/+68
* network: treat rule which has l3mdev flag as created by kernelYu Watanabe2020-12-292-0/+18
* network: adjust protocol of rules sent from kernel when kernel does not suppo...Yu Watanabe2020-12-291-1/+30
* network: set FRA_PROTOCOL to RTPROT_STATIC by defaultYu Watanabe2020-12-292-10/+29
* network: introduce RouterAllowList= and RouterDenyList= in [IPv6AcceptRA]Yu Watanabe2020-12-244-8/+32
* networkd: add support for prefix allow-list and route allow-listSusant Sahani2020-12-245-19/+38
* network: rename DenyList= -> PrefixDenyList=Yu Watanabe2020-12-241-2/+3
* network: make RouteDenyList= filter route prefix rather than gateway addressYu Watanabe2020-12-241-10/+11
* network: fix condition for checking the provided gateway is assigned to linkYu Watanabe2020-12-241-1/+1
* network: drop redundant TAKE_PTR()Yu Watanabe2020-12-241-2/+0
* network: fix IPv6PrivacyExtensions=kernel handlingFlorian Klink2020-12-241-0/+4
* network: fix typoFlorian Klink2020-12-231-1/+1
* networkd: add RouteDenyListDevon Pringle2020-12-184-13/+32
* network: move variable declarationYu Watanabe2020-12-181-2/+2
* network: Allow to configure unreachable/blackhole RoutingPolicyRule (#17984)Susant Sahani2020-12-184-13/+97
* Merge pull request #17026 from fw-strlen/nft_16Lennart Poettering2020-12-164-1/+12
|\
| * firewall-util: introduce context structureFlorian Westphal2020-12-164-1/+12
* | networkd: handle ignoring ll gateway being link llDevon Pringle2020-12-161-3/+13
* | Merge pull request #17859 from keszybz/hostnamed-export-hostname-origin-and-s...Yu Watanabe2020-12-172-1/+2
|\ \
| * | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-162-1/+2
* | | sd-netlink: routing policy rule port to fib_rule_hdrSusant Sahani2020-12-171-4/+4
|/ /