summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: fix crash when master connection failsbg/rh1747998Beniamino Galvani2019-09-021-5/+5
* libnm/remote-connection: add a pair of curly bracketsLubomir Rintel2019-09-021-2/+2
* clients: avoid clearing a structure pointer when we're still using itLubomir Rintel2019-09-021-2/+3
* keyfile: reorder printing empty [wireguard] section with peers and fix test f...Thomas Haller2019-09-021-6/+6
* merge: branch 'bg/ipv6-accept-ra-rh1734470'Beniamino Galvani2019-08-307-25/+107
|\
| * ipv6: disable kernel handling of RAs (accept_ra)Beniamino Galvani2019-08-302-25/+4
| * ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-307-0/+103
|/
* dhcp: fall back to 'internal' client for IPv6 when using 'nettools'Beniamino Galvani2019-08-291-13/+0
* device: merge branch 'th/act-stage1-re-entrant'Thomas Haller2019-08-2828-689/+699
|\
| * device: after stage1 call stage2 synchronouslyThomas Haller2019-08-281-1/+33
| * device: move check for master from nm_device_activate_schedule_stage2_device_...Thomas Haller2019-08-281-52/+39
| * device: let devices call stage1 again after being ready to proceedThomas Haller2019-08-288-48/+99
| * device/wifi-p2p: inline and drop local function cleanup_p2p_connect_attempt()Thomas Haller2019-08-281-16/+9
| * device/team: don't remember connection while killing teamThomas Haller2019-08-281-22/+18
| * device/team: various cleanupsThomas Haller2019-08-281-58/+72
| * device: set failure reason when settings hardware address failsThomas Haller2019-08-282-2/+8
| * device: let NMDevice set hardware address instead of act_stage1_prepare() for...Thomas Haller2019-08-281-3/+1
| * device: let NMDevice set hardware address instead of act_stage1_prepare()Thomas Haller2019-08-282-8/+2
| * device: move redundant act_stage1_prepare() implementations to set hwaddr to ...Thomas Haller2019-08-287-49/+17
| * device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-2819-109/+13
| * device: move SR-IOV initialization to activate_stage1_device_prepare()Thomas Haller2019-08-282-83/+149
| * device: refactor handling of scheduled activation tasks on idleThomas Haller2019-08-282-99/+79
| * device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-08-282-17/+18
| * device: various minor style cleanupThomas Haller2019-08-286-22/+31
| * device/wifi: cleanup supplicant_iface_wps_credentials_cb()Thomas Haller2019-08-281-20/+21
| * device/wifi: various cleanup in act_stage1_prepare()Thomas Haller2019-08-281-36/+35
| * device/wifi-p2p: make act_stage1_prepare() re-entrantThomas Haller2019-08-281-12/+7
| * device/wpan: cleanup act_stage1_prepare() and don't assert with missing hwaddrThomas Haller2019-08-281-3/+9
| * device/wireguard: drop act_stage1_prepare() implementationThomas Haller2019-08-281-12/+0
| * device/ethernet: make NMDeviceEthernet.act_stage1_prepare() reentrant and min...Thomas Haller2019-08-281-15/+28
| * device/bridge: minor cleanup in NMDeviceBridge's act_stage1_prepare()Thomas Haller2019-08-281-5/+8
| * device/bond: cleanup act-stage return values in NMDeviceBond's act_stage1_pre...Thomas Haller2019-08-281-13/+19
| * device/team: drop unnecessary cast for NM_DEVICE_TEAM_GET_PRIVATE() macroThomas Haller2019-08-281-5/+5
| * device/modem: drop unnecessary cast for NM_DEVICE_MODEM_GET_PRIVATE() macroThomas Haller2019-08-281-13/+13
| * modem/trivial: rename virtual function NMModemClass.act_stage1_prepare()Thomas Haller2019-08-284-16/+16
|/
* core: fix adding objects to NMIPConfig with @append_forceBeniamino Galvani2019-08-282-4/+4
* core: add test to show nm_ipX_config_replace() bugBeniamino Galvani2019-08-281-0/+44
* acd: fix memleak in acd_event()Thomas Haller2019-08-271-1/+1
* contrib/rpm: explicitly set runstatedir to "/run" when building release tarballThomas Haller2019-08-271-0/+1
* keyfile: merge branch 'th/keyfile-fix-empty-settings'Thomas Haller2019-08-274-72/+191
|\
| * keyfile: let keyfile writer serialize setting with all default valuesThomas Haller2019-08-272-17/+35
| * keyfile: refactor _parse_info_find() to get ParseInfoSettingThomas Haller2019-08-271-29/+46
| * keyfile/tests: add unit test showing bug where keyfile writer looses settings...Thomas Haller2019-08-271-0/+49
| * settings/keyfile: check whether profile can be re-read before writing to disk...Thomas Haller2019-08-272-34/+45
| * settings/keyfile: log reason why re-read connection cannot be normalizedThomas Haller2019-08-271-2/+3
| * shared/tests: add nmtst_keyfile_get_num_keys() helperThomas Haller2019-08-271-0/+23
|/
* libnm/doc: improve documentation for NMMetered enum (2)Thomas Haller2019-08-271-10/+10
* libnm/doc: improve documentation for NMMetered enumThomas Haller2019-08-261-3/+3
* contrib/modemu: ensure the udev messages specify SEQNUMLubomir Rintel2019-08-261-1/+2
* wifi: merge branch 'bg/ibss-rsn'Beniamino Galvani2019-08-2623-996/+993
|\