summaryrefslogtreecommitdiff
path: root/src/network/networkd-network-gperf.gperf
Commit message (Expand)AuthorAgeFilesLines
* send dhcpv6 release when stoppingchris2023-01-171-0/+1
* network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-161-0/+2
* optionally set socket priority on DHCPv4 raw socketchris2023-01-121-0/+1
* network: tc-cake: add support to specify ACK filterYu Watanabe2022-11-191-0/+1
* network: tc-cake: add support to specify RTTYu Watanabe2022-11-171-0/+1
* network: adjust route priority based on preferenceYu Watanabe2022-10-281-4/+4
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+6
* network: introduce TCPCongestionControlAlgorithm=Yu Watanabe2022-08-261-0/+1
* network: dhcp6: re-introduce RapidCommit= settingYu Watanabe2022-07-221-2/+2
* pid1: add mechanism for conditionalizing units/network/netdev/link based on c...Lennart Poettering2022-07-151-0/+1
* network: Add support to select an IPv4 link-local start addressAndre Kalb2022-07-131-0/+1
* Revert "networkd: NetLabel integration"Yu Watanabe2022-06-221-6/+0
* Revert NFTSet featureYu Watanabe2022-06-221-6/+0
* network: firewall integration with NFT setsTopi Miettinen2022-06-081-0/+6
* networkd: NetLabel integrationTopi Miettinen2022-06-061-0/+6
* network: dhcp: rename NextServer= and Filename= settingsYu Watanabe2022-03-111-2/+3
* network: refuse string which contains non-safe or non-ascii characters for Fi...Yu Watanabe2022-03-101-1/+1
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-2/+2
* network: l2tp: change create type to independentYu Watanabe2022-02-271-1/+1
* network: add NextServer= and Filename= setting to [DHCPServer] sectionYu Watanabe2022-02-251-0/+2
* network,udev/net: add Kind= settings in [Match] sectionYu Watanabe2022-02-171-0/+1
* Merge pull request #22452 from yuwata/network-ipv6llYu Watanabe2022-02-101-0/+1
|\
| * network: move ipv6ll related functions to networkd-ipv6ll.[ch]Yu Watanabe2022-02-091-0/+1
* | tree-wide: use config_parse_safe_string() at various placesLennart Poettering2022-02-091-2/+2
* | Add support for `isolated` parameterSanta Wiryaman2022-02-091-0/+1
|/
* network: move SR-IOV related functions to src/shared/netif-sriov.[ch]Yu Watanabe2022-01-191-9/+9
* 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-051-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-161-1/+1
* | network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-161-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