summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* dhcp4: introduce new option 'duid-only' for ClientIdentifier= (#8350)Yu Watanabe2018-03-121-1/+2
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-4/+4
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-4/+4
* networkd: DHCPv6 client allow to configure Rapid Commit (#6930)Susant Sahani2018-01-221-0/+1
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-261-3/+4
* Add a "RequiredForOnline=" Link attribute for .network files (#7347)Mathieu Trudel-Lapierre2017-11-301-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* networkd: set dhcp_use_routes to true when dhcp_anonymize is true (#7209)juga02017-11-101-4/+3
* networkd: Add EmitDNS and EmitDomains configuration optionsPatrik Flykt2017-10-061-0/+3
* Revert "networkd: change UseMTU default to true. (#6837)" (#6950)Andrew Jeddeloh2017-10-051-1/+2
* Minor line wrapping adjustmentZbigniew Jędrzejewski-Szmek2017-10-021-1/+10
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-10/+1
* Merge pull request #6924 from andir/vrf-dhcpv4Lennart Poettering2017-09-281-1/+4
|\
| * networkd: use VRFs routing table for DHCP routesAndreas Rammhold2017-09-271-1/+4
* | networkd: change UseMTU default to true. (#6837)Dimitri John Ledkov2017-09-191-2/+1
* | networkd: Parse DNS search domain information for Router AdvertisementPatrik Flykt2017-09-151-0/+50
* | networkd: add support to configure IP Rule (#5725)Susant Sahani2017-09-141-6/+17
* | exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
|/
* Merge pull request #6616 from pfl/rdnssLennart Poettering2017-09-071-0/+53
|\
| * networkd: Parse DNS IPv6 information for Router AdvertisementPatrik Flykt2017-09-071-0/+53
* | networkd: RFC7844, add network variable and functionjuga02017-09-061-0/+55
|/
* networkd: fix spell DCHPClientIdentifier (DCHP => DHCP)Susant Sahani2017-08-151-2/+2
* networkd: Add Router Advertisement variablesPatrik Flykt2017-05-151-0/+1
* networkd: Add IPv6Prefix sections to the network configuration filesPatrik Flykt2017-05-151-1/+2
* networkd: Add initial prefix handling for network configurationPatrik Flykt2017-05-151-0/+10
* networkd: add IPv6ProxyNDP (#5913)Hristo Venev2017-05-091-0/+1
* networkd: add support for address labelSusant Sahani2017-04-261-0/+11
* networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov2017-04-111-0/+1
* networkd: fix route_new_static assert when IPv4LLRoute=true (#5676)Susant Sahani2017-03-311-1/+1
* networkd: fix drop-in conf directory configs overwriting each otherSusant Sahani2017-02-161-3/+46
* networkd: add IPv6ProxyNDPAddress support (#5174)Florian Klink2017-02-111-0/+6
* networkd: store DNS servers configured per-network as parsed addressesLennart Poettering2016-11-211-9/+15
* networkd: minor word extraction fixesLennart Poettering2016-11-211-3/+7
* networkd: validate NTP server strings configured in .network filesLennart Poettering2016-11-211-0/+53
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+1
* networkd: network - apply() does not need to take the manager objectTom Gundersen2016-11-131-2/+1
* tree-wide: drop unneded WHITESPACE param to extract_first_wordZbigniew Jędrzejewski-Szmek2016-11-051-1/+1
* networkd : verify dns ip address when parsing configuration (#4492)Susant Sahani2016-10-261-0/+50
* networkd: Allow specifying RouteTable for RAsJason Kölker2016-09-191-0/+1
* networkd: Allow specifying RouteTable for DHCPJason Kölker2016-09-191-0/+31
* Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt2016-09-171-15/+18
|\
| * shared/conf-parser: add config_parse_many which takes strv with dirsZbigniew Jędrzejewski-Szmek2016-09-161-28/+17
| * tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-1/+1
| * networkd: support drop-in directories for .network filesJean-Sébastien Bour2016-09-161-2/+16
* | networkd: network fix log messageSusant Sahani2016-09-151-1/+1
* | networkd: add support to configure virtual CAN device (#4139)Susant Sahani2016-09-141-0/+1
|/
* networkd: remove duplicate call to manager_dirty (#3917)Susant Sahani2016-08-071-3/+1