summaryrefslogtreecommitdiff
path: root/src/network/networkd-network-gperf.gperf
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-031-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-271-1/+1
* network: deprecate ForceDHCPv6PDOtherInformation= settingYu Watanabe2021-10-271-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-261-1/+1
* network: do not request RAPID_COMMIT optionYu Watanabe2021-10-131-2/+2
* network: radv: make conf parsers not set values into sd_radv_prefix/sd_radv_r...Yu Watanabe2021-10-121-3/+3
* network: introduce Token= setting in [IPv6Prefix]Yu Watanabe2021-10-071-0/+1
* network: extend Token= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-10-071-1/+1
* network: rename IPv6Token= in [Network] -> Token= in [IPv6AcceptRA]Yu Watanabe2021-10-071-1/+2
* network: address-generation: modernize config_parse_address_generation_type()Yu Watanabe2021-10-071-1/+1
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-071-0/+1
* network: rename wifi_iftype -> wlan_iftypeYu Watanabe2021-09-291-1/+1
* network: use sd-lldp-txYu Watanabe2021-09-281-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-041-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-171-7/+21
|\
| * network: can: allow to specify bit-timing with TimeQuantaNSec= and friendsYu Watanabe2021-08-161-0/+10
| * network: can: make Termination= optionally take a raw resistor valueYu Watanabe2021-08-161-1/+1
| * network: can: add missing control modesYu Watanabe2021-08-161-0/+4
| * network: can: introduce config_parse_can_control_mode()Yu Watanabe2021-08-161-5/+5
| * network: can: refuse too large restart sec earlierYu Watanabe2021-08-161-1/+1
* | network: add address label on dhcpv4Maxime de Roucy2021-08-171-0/+1
|/
* network: introduce UplinkInterface= in [IPv6SendRA]Yu Watanabe2021-08-041-1/+2
* network: further unification of MUD url parsersYu Watanabe2021-07-141-3/+3
* network: sort settings about netdevYu Watanabe2021-06-101-6/+6
* network: introduce IPv6StableSecretAddress= settingYu Watanabe2021-06-091-0/+1
* network: rename MdbEntry -> BridgeMDBYu Watanabe2021-06-081-1/+1
* network: introduce UplinkInterface= setting for DHCP serverYu Watanabe2021-06-081-0/+1
* network: dhcp-server: introduce [DHCPServerStaticLease] sectionborna-blazevic2021-05-271-0/+3
* network: add several assertions in conf parsersYu Watanabe2021-05-251-1/+1
* network: allow to set Group=0 in [Link] sectionYu Watanabe2021-05-251-1/+1
* network: nexthop: add Group= setting to configure multipath route with group ...Yu Watanabe2021-05-221-0/+1
* network: bridge-fdb: add support to specify outgoing interfaceSusant Sahani2021-05-201-0/+1
* network: bridgeFDB: rename FdbEntry -> BridgeFDBYu Watanabe2021-05-201-1/+1
* network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-181-0/+1
* network: use config_parse_in_addr_non_null()Yu Watanabe2021-05-181-2/+2
* rfc3046 implementationYegor Alexeyev2021-05-081-0/+2
* Merge pull request #19374 from yuwata/network-dhcp-routes-to-ntpLennart Poettering2021-04-281-0/+1
|\
| * network: dhcp4: introduce RoutesToNTP= boolean settingYu Watanabe2021-04-271-0/+1
* | Add support for conditions on the machines firmwareUwe Kleine-König2021-04-281-0/+1
|/
* Merge pull request #19346 from mihajlov/dhcp_broadcast_l3Dimitri John Ledkov2021-04-221-2/+2
|\