summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: abort DHCP on devices without MAC address earlyth/dhcp-error-reasonThomas Haller2018-09-111-0/+17
* systemd/dhcp: fix assertion starting DHCP client without MAC addressThomas Haller2018-09-111-2/+0
* dhcp: return error reason from DHCP client startThomas Haller2018-09-1010-214/+319
* shared: add nm_errno() and nm_utils_error_set_errno() helperThomas Haller2018-09-102-5/+29
* 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
* release: bump version to 1.15.0 (development)1.15.0-devThomas Haller2018-09-084-3/+18
* release: bump version to 1.13.90 (1.14-rc1)1.14-rc1Thomas Haller2018-09-082-2/+2
* wifi/iwd: merge branch 'balrog-kun/iwd-fixes' (part 2)Thomas Haller2018-09-081-30/+96
|\
| * 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-072-63/+57
* wifi/iwd: merge branch 'balrog-kun/iwd-fixes' (partial)Thomas Haller2018-09-073-23/+35
|\
| * 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
|/
* release: update NEWSThomas Haller2018-09-071-0/+10
* libnm/docs: clarify which interface to share with ipvx.method=sharedThomas Haller2018-09-072-3/+5
* platform: merge branch 'th/platform-wireguard'Thomas Haller2018-09-0716-791/+1086
|\
| * platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-077-367/+555
| * 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
| * platform/netlink: drop nlmsg_alloc_inherit() functionThomas Haller2018-09-072-28/+7
| * platform: fix printing all-info about NMPObjectLink instancesThomas Haller2018-09-071-17/+21
| * shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-073-2/+126
| * shared: add nm_utils_mem_all_zero()Thomas Haller2018-09-071-0/+16
| * all: avoid g_memdup()Thomas Haller2018-09-075-10/+11
| * shared: add nm_memdup() as replacement for g_memdup()Thomas Haller2018-09-071-0/+31
| * platform/netlink: fix nl_errno() to get absolute error number valueThomas Haller2018-09-071-1/+1
|/
* core: fix wireless bitrate property name on D-BusBeniamino Galvani2018-09-071-1/+1
* platform/trivial: add FIXME comment to use new ethtool API to set link settingsThomas Haller2018-09-061-0/+4
* merge: branch 'bg/llmnr'Beniamino Galvani2018-09-0623-720/+1065
|\
| * device: allow the reapply of mdns and llmnr propertiesbg/llmnrBeniamino Galvani2018-09-061-1/+3
| * core: nm-ip4-config: consider dns-related differences as relevantBeniamino Galvani2018-09-062-2/+31
| * ifcfg-rh: add support for connection.llmnrBeniamino Galvani2018-09-063-0/+24
| * cli: add support for connection.llmnrBeniamino Galvani2018-09-064-512/+656
| * core: add support for connection.llmnrBeniamino Galvani2018-09-066-4/+85
| * libnm-core: add connection.llmnr propertyBeniamino Galvani2018-09-065-3/+91
| * libnm-core: fix documentation for connection.mdnsBeniamino Galvani2018-09-062-5/+3
| * core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-067-196/+175
|/
* settings: merge branch 'th/settings-cleanup'Thomas Haller2018-09-0615-1156/+924
|\
| * settings/ifupdown: use _NMLOG() macros for loggingThomas Haller2018-09-063-58/+88