summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network-gperf.gperf (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: dhcp-pd: add 6rd supportYu Watanabe2021-12-071-0/+1
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-8/+15
* network: dhcp6pd: always use main route table for unreachable routeYu Watanabe2021-12-071-4/+3
* network: split networkd-dhcp6.cYu Watanabe2021-12-061-0/+1
* network: add support to configure IPoIB interfacesYu Watanabe2021-12-041-0/+2
* network/netdev: add support to create IPoIB subinterfaceYu Watanabe2021-12-041-0/+1
* Merge pull request #21517 from yuwata/network-long-hw-addrZbigniew Jędrzejewski-Szmek2021-11-251-1/+1
|\
| * network: make MACAddress= takes hardware address with its length is INFINIBAN...Yu Watanabe2021-11-251-1/+1
* | network,udev: make .network and .link file can match with hardware address lo...Yu Watanabe2021-11-251-2/+2
|/
* Merge pull request #21344 from yuwata/network-ignore-carrier-loss-timespanYu Watanabe2021-11-161-1/+1
|\
| * network: make IgnoreCarrierLoss= also take timespanYu Watanabe2021-11-151-1/+1
* | network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-151-0/+1
|/
* network: neighbor: use "struct hw_addr_data" to store link layer addressYu Watanabe2021-11-111-1/+1
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-4/+4
* Merge pull request #21226 from yuwata/network-tc-cakeYu Watanabe2021-11-091-0/+10
|\
| * network: tc/cake: introduce UseRawPacketSize= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce SplitGSO= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce Wash= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce FirewallMark= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce PriorityQueueingProfile= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce MPUBytes= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce NAT= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce FlowIsolationMode= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce CompensationMode= settingYu Watanabe2021-11-091-0/+1
| * network: tc/cake: introduce AutoRateIngress= settingYu Watanabe2021-11-091-0/+1
* | network: ndisc: introduce UseGateway= and UseRoutePrefix= settingsYu Watanabe2021-11-091-0/+2
|/
* network: dhcp-server: introduce Router= setting to specify router addressYu Watanabe2021-11-021-0/+1
* network: radv: refuse invalid router lifetime in conf parserYu Watanabe2021-10-271-1/+1
* network: dhcp6: make UplinkInterface=:self imply WithoutRA=solicitYu Watanabe2021-10-261-1/+1
* network: deprecate ForceDHCPv6PDOtherInformation= settingYu Watanabe2021-10-261-2/+2
* network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegationYu Watanabe2021-10-261-0/+1
* network: dhcp6: introduce UseDelegatedPrefix= setting and enable by defaultYu Watanabe2021-10-261-0/+1
* network: dhcp6: rename variablesYu Watanabe2021-10-251-1/+1
* network: do not request RAPID_COMMIT optionYu Watanabe2021-10-121-2/+2
* network: radv: make conf parsers not set values into sd_radv_prefix/sd_radv_r...Yu Watanabe2021-10-111-3/+3
* network: introduce Token= setting in [IPv6Prefix]Yu Watanabe2021-10-061-0/+1
* network: extend Token= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-10-061-1/+1
* network: rename IPv6Token= in [Network] -> Token= in [IPv6AcceptRA]Yu Watanabe2021-10-061-1/+2
* network: address-generation: modernize config_parse_address_generation_type()Yu Watanabe2021-10-061-1/+1
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-061-0/+1
* network: rename wifi_iftype -> wlan_iftypeYu Watanabe2021-09-291-1/+1
* network: use sd-lldp-txYu Watanabe2021-09-271-2/+3
* network: replace config_parse_address_filter() with config_parse_in_addr_pref...Yu Watanabe2021-09-141-11/+12
* network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routesYu Watanabe2021-09-141-3/+4
* network: use ltype to distinguish DHCPv4 and DHCPv6Yu Watanabe2021-09-141-15/+15
* network: introduce KeepMaster= settingYu Watanabe2021-09-031-0/+1
* network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...Yu Watanabe2021-08-231-11/+11
* network: add UseMTU= in [IPv6AcceptRA]Yu Watanabe2021-08-201-0/+1
* Merge pull request #20442 from yuwata/network-can-introduce-many-settingsYu Watanabe2021-08-161-7/+21
|\
| * network: can: allow to specify bit-timing with TimeQuantaNSec= and friendsYu Watanabe2021-08-161-0/+10