summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wifi-utils: rename nl80211 to selfLubomir Rintel2018-09-181-62/+62
* wifi-utils: downgrade a log messageLubomir Rintel2018-09-181-1/+1
* platform: log the interface namesLubomir Rintel2018-09-181-151/+153
* wifi: include the interface name in logsLubomir Rintel2018-09-181-48/+24
* wpan: include the device name in logsLubomir Rintel2018-09-181-27/+21
* Revert "device: include interface name in logs"Lubomir Rintel2018-09-181-2/+2
* device: include interface name in logsLubomir Rintel2018-09-181-2/+2
* connectivity: fix crash when removing easy-handle from curl callbackThomas Haller2018-09-173-104/+153
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-173-9/+11
* docs: misc. typos pt2luz.paz2018-09-1711-22/+22
* docs: misc. typosluz.paz2018-09-1529-67/+67
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-144-11/+11
* vpn: disconnect signal handlers from proxy in NMVpnConnection::dispose()Thomas Haller2018-09-141-0/+3
* vpn: fix assertion during "SecretsRequired" in unexpected stateThomas Haller2018-09-141-3/+7
* wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()Thomas Haller2018-09-131-0/+1
* dns: dnsmasq: avoid crash when no reverse domains existBeniamino Galvani2018-09-131-4/+6
* build: rename DNSSEC_TRIGGER_SCRIPT to DNSSEC_TRIGGER_PATHBeniamino Galvani2018-09-131-1/+1
* build: meson: generate and use a linker script for NM binaryBeniamino Galvani2018-09-131-47/+33
* ifcfg-rh: fix build with mesonBeniamino Galvani2018-09-131-3/+3
* build: remove check on dhcpcd version numberBeniamino Galvani2018-09-131-2/+0
* platform/netlink: cleanup error number handlingThomas Haller2018-09-122-60/+82
* platform/trivial: adjust coding style in nm-netlink.cThomas Haller2018-09-121-71/+71
* dhcp: abort DHCP on devices without MAC address earlyThomas Haller2018-09-121-0/+17
* systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller2018-09-121-2/+0
* dhcp: return error reason from DHCP client startThomas Haller2018-09-1210-214/+319
* ppp: cleanup logging in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-121-7/+6
* ppp: downgrade warning about repeated SetIfindex calls from ppp pluginThomas Haller2018-09-121-1/+4
* ppp: avoid strncpy() in ppp plugin nm_phasechange()Thomas Haller2018-09-121-1/+1
* ppp-manager: avoid crash with nonexisting link in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-111-1/+5
* ppp-manager: fix pppd not exiting correctly on modem hangupFrederic Danis2018-09-111-1/+3
* wifi/iwd: handle new GetOrderedNetworks() return typeAndrew Zaborowski2018-09-111-54/+94
* dhcp: fix leak in dhclient's dhclient_start()Thomas Haller2018-09-101-2/+6
* device: mark wireguard devices as unmanagedThomas Haller2018-09-101-1/+5
* device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPEThomas Haller2018-09-102-6/+6
* device: detect loopback device explicitlyThomas Haller2018-09-101-2/+11
* device: make device incompatible with profiles by defaultThomas Haller2018-09-101-0/+8
* wifi/iwd: use the new 'Station' DBus interfaceAndrew Zaborowski2018-09-081-30/+96
* shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller2018-09-071-17/+15
* wifi/iwd: add new DBus interface name definesAndrew Zaborowski2018-09-071-0/+3
* wifi/iwd: use NM_IN_STRSET for stringsAndrew Zaborowski2018-09-071-1/+1
* wifi/iwd: fix leaking agent DBus objectsAndrew Zaborowski2018-09-071-22/+31
* platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-075-342/+550
* platform/trivial: rename local variables for nla_policy/nlattrThomas Haller2018-09-071-37/+37
* platform: fix resusing ext-data from cache in _new_from_nl_link()Thomas Haller2018-09-071-0/+1
* platform/trivial: move code in nm-linux-platform.c aroundThomas Haller2018-09-071-213/+209
* platform: let _lookup_cached_link() also return cached links that are not in ...Thomas Haller2018-09-071-7/+11
* platform: cleanup error pathsThomas Haller2018-09-073-179/+127
* platform/netlink: assert that callbacks don't return positive error codeThomas Haller2018-09-071-2/+8
* platform/netlink: drop ref-counting for "struct nl_msg"Thomas Haller2018-09-071-11/+2
* platform/trivial: reorder codeThomas Haller2018-09-071-30/+36