summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek2019-09-131-26/+13
|\
| * network: use DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() macro at one more placeYu Watanabe2019-08-261-26/+13
* | network: do not abort execution when a config file cannot be loadedYu Watanabe2019-09-111-1/+1
* | network: add more warnings in network_verify()Yu Watanabe2019-08-271-0/+20
* | network: enable ipv6 when the network has static ipv6 configurationsYu Watanabe2019-08-271-3/+23
|/
* network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-161-1/+1
* network: refuse the case To= and From= are in different address familyYu Watanabe2019-08-161-1/+1
* network: drop invalid [Neighbor] section earlierYu Watanabe2019-07-111-1/+1
* Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering2019-07-111-0/+4
|\
| * networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani2019-07-101-0/+4
* | Added support for xfrm interfaces18482019-07-101-1/+2
|/
* Merge pull request #12912 from yuwata/network-move-functionsZbigniew Jędrzejewski-Szmek2019-07-021-562/+0
|\
| * network: move DHCP server related functions to networkd-dhcp-server.cYu Watanabe2019-06-301-106/+0
| * network: move conf parsers and function prototypesYu Watanabe2019-06-301-456/+0
* | network,udev: add Property= setting in [Match] sectionYu Watanabe2019-07-011-4/+5
* | network,udev: make net_match_config() take sd_deviceYu Watanabe2019-07-011-10/+1
|/
* network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-061-6/+9
* networkd: add support to keep configurationSusant Sahani2019-06-061-0/+29
* networkd: Ability to selectively ignore IPv6 prefixes supplied via router adv...Susant Sahani2019-05-191-0/+1
* network: set_put() here does not returns -EEXISTYu Watanabe2019-05-181-5/+0
* Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe2019-05-161-29/+1
|\
| * network: honor MTUBytes= settingYu Watanabe2019-05-161-29/+1
* | networkd: introduce netdev ipvtapSusant Sahani2019-05-161-2/+2
* | network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe2019-05-151-0/+5
|/
* network: move MulticastRouter to netdev/bridge.[ch]Yu Watanabe2019-05-111-11/+0
* network: move sd_lldp related functions to networkd-lldp-rx.cYu Watanabe2019-05-111-10/+0
* Merge pull request #12480 from ssahani/proxy-arpYu Watanabe2019-05-101-10/+30
|\
| * network: add support to configure proxy ARP/WIFISusant Sahani2019-05-091-0/+12
| * network: include glibc headers before including kernel headersYu Watanabe2019-05-091-0/+2
| * network: replace inet_pton() with in_addr_from_string()Yu Watanabe2019-05-091-10/+14
| * networkd: Add support to configure proxy ARP and proxy ARP WifiSusant Sahani2019-05-091-0/+2
* | networkd: Add support for blacklisting serversSusant Sahani2019-05-101-1/+66
|/
* Merge pull request #12475 from yuwata/network-fix-12452Zbigniew Jędrzejewski-Szmek2019-05-071-23/+20
|\
| * network: drop list fields in Network objectYu Watanabe2019-05-071-17/+10
| * network: make Link objects take references of Network objectsYu Watanabe2019-05-071-2/+2
| * network: introduce reference counter for Network objectYu Watanabe2019-05-071-5/+9
* | networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani2019-05-071-0/+48
|/
* network: warn about Network.IPv4LL= is deprecatedYu Watanabe2019-05-041-1/+15
* network: disable fallback IPv4ll address assignment when DHCPv4 is disabledYu Watanabe2019-05-041-0/+7
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* udev,network: warn when .link or .network file has no [Match] sectionYu Watanabe2019-04-251-0/+8
* network: Introduce MACsecSusant Sahani2019-04-121-1/+1
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-3/+1
* network: make erspan netdev can be specified in Network.Tunnel=Yu Watanabe2019-03-301-1/+2
* network,udev: split static condition tests from net_match_config()Yu Watanabe2019-03-211-13/+3
* networkd: Introduce l2tp tunnelSusant Sahani2019-03-141-1/+2
* networkd: Add bridge port capabilitiesTobias Jungel2019-03-131-0/+3
* Merge pull request #11861 from yuwata/network-verify-2Lennart Poettering2019-03-131-108/+41
|\
| * test: make network_verify() public and use it in test-networkd-confYu Watanabe2019-03-131-4/+5
| * network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-24/+27