summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-31networkd: dhcp server Support Vendor specific 43Susant Sahani1-5/+7
2019-10-30network: introduce TrafficControlSusant Sahani1-0/+2
2019-10-25network: support matching based on wifi interfece typeYu Watanabe1-3/+5
2019-10-24network: add Reload() dbus methodYu Watanabe1-16/+60
2019-10-23Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211Zbigniew Jędrzejewski-Szmek1-3/+6
2019-10-16Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek1-0/+2
2019-10-15network: add support matching based on BSSID=Yu Watanabe1-3/+4
2019-10-15network: support matching based on wifi SSIDYu Watanabe1-3/+5
2019-10-15network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani1-0/+2
2019-10-14network: update comment as DHCP is deprecated nowYu Watanabe1-2/+2
2019-10-14network: introduce ip nexthop routingSusant Sahani1-1/+12
2019-10-02networkd: change SendRelease default to trueZbigniew Jędrzejewski-Szmek1-0/+1
2019-10-02networkd: drop DHCPv4 config on stop, keep on restart, by defaultZbigniew Jędrzejewski-Szmek1-4/+2
2019-09-26dhcp4: make IPServiceType configurableSiddharth Chandrasekara1-0/+1
2019-09-21network: add one more section validty checkYu Watanabe1-0/+4
2019-09-20networkd: Fix SIP double-freeChris Down1-1/+0
2019-09-20network: DHCP server Add support to transmit SIP serverSusant Sahani1-0/+5
2019-09-20network dhcp4: Add support send request options in a generic mannerSusant Sahani1-0/+1
2019-09-17network: Add support to advertie ipv6 routeSusant Sahani1-0/+1
2019-09-13Merge pull request #13405 from yuwata/network-ipv6-privacy-extensions-cleanupZbigniew Jędrzejewski-Szmek1-26/+13
2019-09-11network: do not abort execution when a config file cannot be loadedYu Watanabe1-1/+1
2019-08-27network: add more warnings in network_verify()Yu Watanabe1-0/+20
2019-08-27network: enable ipv6 when the network has static ipv6 configurationsYu Watanabe1-3/+23
2019-08-26network: use DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() macro at one more placeYu Watanabe1-26/+13
2019-08-16network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe1-1/+1
2019-08-16network: refuse the case To= and From= are in different address familyYu Watanabe1-1/+1
2019-07-11network: drop invalid [Neighbor] section earlierYu Watanabe1-1/+1
2019-07-11Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering1-0/+4
2019-07-10Added support for xfrm interfaces18481-1/+2
2019-07-10networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani1-0/+4
2019-07-02Merge pull request #12912 from yuwata/network-move-functionsZbigniew Jędrzejewski-Szmek1-562/+0
2019-07-01network,udev: add Property= setting in [Match] sectionYu Watanabe1-4/+5
2019-07-01network,udev: make net_match_config() take sd_deviceYu Watanabe1-10/+1
2019-06-30network: move DHCP server related functions to networkd-dhcp-server.cYu Watanabe1-106/+0
2019-06-30network: move conf parsers and function prototypesYu Watanabe1-456/+0
2019-06-06network: add KeepConfiguration=dhcp-on-stopYu Watanabe1-6/+9
2019-06-06networkd: add support to keep configurationSusant Sahani1-0/+29
2019-05-19networkd: Ability to selectively ignore IPv6 prefixes supplied via router adv...Susant Sahani1-0/+1
2019-05-18network: set_put() here does not returns -EEXISTYu Watanabe1-5/+0
2019-05-16Merge pull request #12574 from yuwata/network-mtu-issue-12552Yu Watanabe1-29/+1
2019-05-16network: honor MTUBytes= settingYu Watanabe1-29/+1
2019-05-16networkd: introduce netdev ipvtapSusant Sahani1-2/+2
2019-05-15network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe1-0/+5
2019-05-11network: move MulticastRouter to netdev/bridge.[ch]Yu Watanabe1-11/+0
2019-05-11network: move sd_lldp related functions to networkd-lldp-rx.cYu Watanabe1-10/+0
2019-05-10Merge pull request #12480 from ssahani/proxy-arpYu Watanabe1-10/+30
2019-05-10networkd: Add support for blacklisting serversSusant Sahani1-1/+66
2019-05-09network: add support to configure proxy ARP/WIFISusant Sahani1-0/+12
2019-05-09network: include glibc headers before including kernel headersYu Watanabe1-0/+2
2019-05-09network: replace inet_pton() with in_addr_from_string()Yu Watanabe1-10/+14