summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
Commit message (Expand)AuthorAgeFilesLines
* network: fix memleakYu Watanabe2019-11-051-0/+4
* network: use fix invalid free functionYu Watanabe2019-11-051-1/+1
* networkd: dhcp server Support Vendor specific 43Susant Sahani2019-10-311-5/+7
* network: introduce TrafficControlSusant Sahani2019-10-301-0/+2
* network: support matching based on wifi interfece typeYu Watanabe2019-10-251-3/+5
* network: add Reload() dbus methodYu Watanabe2019-10-241-16/+60
* Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211Zbigniew Jędrzejewski-Szmek2019-10-231-3/+6
|\
| * network: add support matching based on BSSID=Yu Watanabe2019-10-151-3/+4
| * network: support matching based on wifi SSIDYu Watanabe2019-10-151-3/+5
* | Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek2019-10-161-0/+2
|\ \ | |/ |/|
| * network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani2019-10-151-0/+2
* | network: update comment as DHCP is deprecated nowYu Watanabe2019-10-141-2/+2
* | network: introduce ip nexthop routingSusant Sahani2019-10-141-1/+12
|/
* networkd: change SendRelease default to trueZbigniew Jędrzejewski-Szmek2019-10-021-0/+1
* networkd: drop DHCPv4 config on stop, keep on restart, by defaultZbigniew Jędrzejewski-Szmek2019-10-021-4/+2
* dhcp4: make IPServiceType configurableSiddharth Chandrasekara2019-09-261-0/+1
* network: add one more section validty checkYu Watanabe2019-09-211-0/+4
* networkd: Fix SIP double-freeChris Down2019-09-201-1/+0
* network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-201-0/+5
* network dhcp4: Add support send request options in a generic mannerSusant Sahani2019-09-201-0/+1
* network: Add support to advertie ipv6 routeSusant Sahani2019-09-171-0/+1
* 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