summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ifupdown/trivial: whitespace fixupFrancesco Giudici2016-11-241-3/+3
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-2333-35/+35
* core: merge NM_PLATFORM_LINK_DUPLEX_UNSET and UNKNOWNfg/802-3-prop_rh1353612_IIThomas Haller2016-11-223-45/+33
* ifcfg-rh/tests: add tests for link negotiation optionsFrancesco Giudici2016-11-223-0/+194
* device/ethernet: check and apply link negotiation propertiesFrancesco Giudici2016-11-221-0/+93
* nm-device-ethernet: refactor act_stage1_prepare codeFrancesco Giudici2016-11-221-26/+25
* ifcfg-rh: add support to 802-3.[auto-negotiate,speed,duplex] propertiesFrancesco Giudici2016-11-223-15/+126
* ifcfg-rh: rework ETHTOOL_OPT parsing functionFrancesco Giudici2016-11-221-63/+75
* platform: add APIs to allow link negotiation managementFrancesco Giudici2016-11-225-24/+107
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-21128-243/+244
* build: rename "src/ppp-manager" to "src/ppp"Thomas Haller2016-11-2110-7/+7
* build: rename "src/dnsmasq-manager" to "src/dnsmasq"Thomas Haller2016-11-215-1/+1
* build: rename "src/vpn-manager" to "src/vpn"Thomas Haller2016-11-214-0/+0
* build: rename "src/dns-manager" to "src/dns"Thomas Haller2016-11-2110-0/+0
* build: rename "src/dhcp-manager" to "src/dhcp"Thomas Haller2016-11-2125-1/+1
* build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller2016-11-2112-0/+0
* vpn-manager: ignore ip configs from disconnected pluginsLubomir Rintel2016-11-211-0/+10
* core: drop unused "nm-bt-enum-types.h"Thomas Haller2016-11-181-2/+0
* core: drop unused "nm-modem-enum-types.h"Thomas Haller2016-11-181-1/+0
* wwan: don't use generated enum-type NM_TYPE_MODEM_STATEThomas Haller2016-11-186-16/+23
* team: ignore SIGPIPE when spawning teamdBeniamino Galvani2016-11-181-2/+9
* wifi: notify the AccessPoint change after an AP is removedLubomir Rintel2016-11-161-1/+2
* device: drop factory-no-default global arraysThomas Haller2016-11-133-33/+20
* systemd: merge branch systemd into masterThomas Haller2016-11-1318-44/+71
|\
| * systemd: update code from upstreamThomas Haller2016-11-1317-44/+71
* | ndisc/lndp: fix unregistration of receive handlerBeniamino Galvani2016-11-121-2/+2
* | auth-utils: don't fail the auth chain if we can't get a single permissionsLubomir Rintel2016-11-111-10/+5
* | device: properly handle MTU for devices with @iface != @ip_ifaceBeniamino Galvani2016-11-111-10/+43
* | ifcfg-rh: improve handling of empty strings in svUnescape()Thomas Haller2016-11-114-22/+58
* | ifcfg-rh: accept 802.1x connection with empty EAP-TLS identityBeniamino Galvani2016-11-111-7/+3
* | build: generate src/NetworkManager.ver during buildThomas Haller2016-11-101-0/+0
* | build: fix symbol version file for _nm_device_factory_no_default_settingsThomas Haller2016-11-101-0/+1
* | team: log PID of died teamd instanceThomas Haller2016-11-101-2/+2
* | device: fix memleak for ndisc_search->domain in ndisc_set_router_config()Thomas Haller2016-11-101-1/+1
* | device: fix array indexing in ndisc_set_router_config()Thomas Haller2016-11-101-2/+2
* | device: refactor ndisc_set_router_config()Thomas Haller2016-11-101-12/+11
* | device: properly size the arraysLubomir Rintel2016-11-101-0/+3
* | ifcfg-rh: fix a memory leakLubomir Rintel2016-11-091-1/+2
* | policy: fix memleak in clear_ip6_prefix_delegation()Thomas Haller2016-11-091-7/+6
* | policy: make dispose() reentrant and indentionThomas Haller2016-11-092-25/+28
* | ip-tunnel: avoid crash on missing NMPlatformLnkIp6Tnl lnk partThomas Haller2016-11-091-6/+7
* | ip-tunnel: tigthen up checks for valid IP tunnel modesThomas Haller2016-11-091-1/+7
* | ip-tunnel: fail the activation for unknown tunnel modesBeniamino Galvani2016-11-091-2/+2
* | policy: delegate IPv6 configuration to ipv6.method=shared connectionslr/ipv6-sharingLubomir Rintel2016-11-091-1/+281
* | device: add IPv6 configuration delegation machineryLubomir Rintel2016-11-092-1/+144
* | dhcp-manager: add ability to specify the number of IPv6 prefixes to requestLubomir Rintel2016-11-0910-28/+117
* | dhcp-manager: move the options logging one level upLubomir Rintel2016-11-092-8/+9
* | manager: allow ipv6.medhod=shared connectionsLubomir Rintel2016-11-091-12/+0
* | device: enable the IPv6 forwarding for shared connectionsLubomir Rintel2016-11-091-0/+13
* | device: announce the managed IPv6 configuration with ipv6.method=sharedLubomir Rintel2016-11-091-9/+111