summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ifcfg: add ability to save/restore ipv6.method=sharedLubomir Rintel2016-11-092-4/+6
* | ndisc/lndp: add ability to announce the managed IPv6 configurationLubomir Rintel2016-11-097-6/+205
* | ndisc: rename the config-changed signalLubomir Rintel2016-11-095-9/+9
* | ndisc: add logic for acting as a routerLubomir Rintel2016-11-095-24/+199
* | ndisc: move the logging deduplication into a macroLubomir Rintel2016-11-091-13/+16
* | ndisc: avoid calling start() multiple timesLubomir Rintel2016-11-093-7/+8
* | ndisc/trivial: move nm_ndisc_set_iid upwardsLubomir Rintel2016-11-091-47/+49
* | ndisc/lndp: drop an unused variableLubomir Rintel2016-11-091-1/+0
* | ndisc/trivial: add a couple of comments of where do the constants come fromLubomir Rintel2016-11-091-2/+2