summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* conf-parse: make config_parse_many() optionally save 'struct stat' for each fileYu 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/+0
* network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegationYu Watanabe2021-10-261-0/+2
* network: move config_parse_uplink() to networkd-dhcp-common.[ch]Yu Watanabe2021-10-261-5/+0
* network: dhcp6: introduce UseDelegatedPrefix= setting and enable by defaultYu Watanabe2021-10-261-0/+1
* network: dhcp6: rename variablesYu Watanabe2021-10-261-2/+2
* network: do not request RAPID_COMMIT optionYu Watanabe2021-10-131-1/+0
* network: extend Token= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-10-071-1/+1
* network: address-generation: modernize config_parse_address_generation_type()Yu Watanabe2021-10-071-1/+1
* network: use sd-lldp-txYu Watanabe2021-09-281-3/+3
* network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routesYu Watanabe2021-09-141-1/+5
* network: introduce KeepMaster= settingYu Watanabe2021-09-041-0/+1
* 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-6/+14
|\
| * 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/+2
| * network: can: introduce config_parse_can_control_mode()Yu Watanabe2021-08-161-5/+2
* | network: add address label on dhcpv4Maxime de Roucy2021-08-171-0/+1
|/
* network: introduce UplinkInterface= in [IPv6SendRA]Yu Watanabe2021-08-041-0/+7
* network: default RequiredForOnline=false if ActivactionPolicy= not set to upDan Streetman2021-06-241-1/+1
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* network: introduce IPv6StableSecretAddress= settingYu Watanabe2021-06-091-0/+1
* network: rename networkd-brvlan.[ch] -> networkd-bridge-vlan.[ch]Yu Watanabe2021-06-081-1/+1
* network: rename MdbEntry -> BridgeMDBYu Watanabe2021-06-081-1/+1
* network: introduce UplinkInterface= setting for DHCP serverYu Watanabe2021-06-081-0/+2
* network: use request queue to configure DHCP serverYu Watanabe2021-06-081-1/+0
* network: dhcp-server: introduce [DHCPServerStaticLease] sectionborna-blazevic2021-05-271-0/+1
* network: allow to set Group=0 in [Link] sectionYu Watanabe2021-05-251-0/+2
* network: bridgeFDB: rename FdbEntry -> BridgeFDBYu Watanabe2021-05-201-1/+1
* network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-181-1/+2
* network: move and rename network_get() -> link_get_network()Yu Watanabe2021-05-141-5/+0
* network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friendsYu Watanabe2021-05-121-1/+1
* rfc3046 implementationYegor Alexeyev2021-05-081-0/+3
* network: dhcp4: introduce RoutesToNTP= boolean settingYu Watanabe2021-04-271-0/+1
* Merge pull request #19346 from mihajlov/dhcp_broadcast_l3Dimitri John Ledkov2021-04-221-1/+1
|\
| * network: enable DHCP broadcast flag if required by interfaceViktor Mihajlovski2021-04-211-1/+1
* | network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-3/+7
* | network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]Yu Watanabe2021-04-211-0/+1
* | network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe2021-04-211-3/+3
* | relay role implementationYegor Alexeyev2021-04-201-0/+1
|/
* network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-141-0/+2
* dhcp: Implemented BindToInterface= configuration optionYegor Alexeyev2021-04-141-0/+1
* network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-141-0/+3
* network: Implement B.A.T.M.A.N. Advanced interface typeAnnika Wickert2021-02-251-0/+2
* network: rename UseFQDN= -> UseHostname=Yu Watanabe2021-02-181-1/+1
* network: Add "route_localnet" sysctl supportSusant Sahani2021-02-181-0/+1
* Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnatLennart Poettering2021-02-161-1/+1
|\