summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: delegate IPv6 prefixes to ipv6.method=shared connectionslr/ipv6-ndLubomir Rintel2016-11-011-1/+244
* device: add prefix delegation machineryLubomir Rintel2016-11-012-3/+117
* dhcp-manager: add ability to specify the number of IPv6 prefixes to requestLubomir Rintel2016-11-019-27/+115
* dhcp-manager: move the options logging one level upLubomir Rintel2016-11-012-8/+9
* device: announce the managed prefixes with ipv6.method=sharedLubomir Rintel2016-11-011-7/+83
* settings: allow method=shared with manual ipv6 addressesLubomir Rintel2016-11-013-28/+22
* ifcfg: add ability to save/restore ipv6.method=sharedLubomir Rintel2016-11-012-4/+6
* ndisc/lndp: add ability to announce the managed prefixesLubomir Rintel2016-11-015-4/+131
* ndisc: add logic for acting as a routerLubomir Rintel2016-11-015-21/+175
* ndisc: move the logging deduplication into a macroLubomir Rintel2016-11-011-13/+16
* ndisc: avoid calling start() multiple timesLubomir Rintel2016-11-013-6/+7
* ndisc/trivial: move nm_ndisc_set_iid upwardsLubomir Rintel2016-11-011-47/+49
* ndisc/lndp: drop an unused variableLubomir Rintel2016-11-011-1/+0
* rdisc: rename to ndiscLubomir Rintel2016-11-0120-876/+876
* device: avoid a crash when L3 configuration failsLubomir Rintel2016-11-011-1/+5
* ifcfg-rh/trivial: get rid of an extra unused variableLubomir Rintel2016-11-011-15/+14
* linux: don't assume short write when the kernel ignores the trailing whitespaceLubomir Rintel2016-11-011-1/+1
* client: don't do g_criticalsLubomir Rintel2016-11-011-1/+1
* team: fix wrong g_object_set() when updating connectionsBeniamino Galvani2016-10-311-1/+1
* device: merge branch 'th/preserve-fake-perm-hwaddr-bgo772880'Thomas Haller2016-10-2815-287/+517
|\
| * device: suppress log message in nm_device_update_hw_address() when no MAC add...Thomas Haller2016-10-281-44/+35
| * device: don't evaluate IP config changes until device is initializedThomas Haller2016-10-281-6/+38
| * device: delay evaluating unmanaged-by-user-settings flags until link initializedThomas Haller2016-10-283-16/+40
| * device: delay capturing permanent MAC address until UDEV is settledThomas Haller2016-10-284-44/+76
| * device: don't allow mutating the device's hardware address lengthThomas Haller2016-10-281-16/+37
| * device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-2810-32/+31
| * core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-285-22/+107
| * libnm-core/utils: update hwaddr utilitiesThomas Haller2016-10-284-160/+205
| * config: remove unused error variable from nm_config_device_state_load()Thomas Haller2016-10-281-2/+1
| * shared: add nm_assert_se() macroThomas Haller2016-10-281-0/+2
|/
* manager: allow slave connection to auto-connect its slavesBeniamino Galvani2016-10-281-5/+34
* contrib/rpm: merge branch 'th/no-dhclient-default-rh1204226'Thomas Haller2016-10-278-11/+67
|\
| * contrib/rpm: update comments in NetworkManager.conf explaining /var/lib/Netwo...Thomas Haller2016-10-271-5/+7
| * contrib/rpm: add NetworkManager-config-dhcp-dhclient packageThomas Haller2016-10-273-1/+34
| * dhcp: make default dhcp plugin configurable at compile-timeThomas Haller2016-10-274-5/+26
|/
* core: don't unmanage devices on shutdownThomas Haller2016-10-271-80/+20
* build: fix search path for building vapiThomas Haller2016-10-261-1/+1
* cli: completion: escape shell special characters "()&!"Beniamino Galvani2016-10-261-1/+6
* wwan: fix wrong connection cast on device state changeBeniamino Galvani2016-10-261-2/+2
* build: add glob-util.h to systemd source listFrancesco Giudici2016-10-261-0/+1
* build: fix "settings-docs.c" include pathFrancesco Giudici2016-10-251-2/+2
* systemd: merge branch systemd into masterThomas Haller2016-10-2427-51/+374
|\
| * systemd: update code from upstreamThomas Haller2016-10-2426-51/+371
* | src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2016-10-241-1/+1
* | platform/tests: relax assertion for expected link-changed signalThomas Haller2016-10-241-1/+1
* | build: remove long gone libndp submodule from configure.acThomas Haller2016-10-241-1/+0
* | libnm: merge branch 'th/libnm-no-empty-string-properties-rh1380424'Thomas Haller2016-10-2423-77/+79
|\ \
| * | libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-2421-45/+49
| * | libnm: minor refactoring by using g_clear_object() and nm_str_not_empty()Thomas Haller2016-10-242-18/+4
| * | libnm: avoid possibly NULL address for NMDeviceVlan calling nm_utils_hwaddr_m...Thomas Haller2016-10-241-2/+5