summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/rpm: split PPP support into a separate packagebg/ppp-split-bgo773482Beniamino Galvani2016-11-081-4/+24
* ppp: print a warning when the pppd plugin is not installedBeniamino Galvani2016-11-081-8/+7
* dhcp: merge branch 'bg/dhclient-dup-reqlist-bgo773571'Beniamino Galvani2016-11-082-47/+106
|\
| * dhcp: refactor parsing of 'request' and 'also request' optionsBeniamino Galvani2016-11-082-40/+60
| * dhcp: do not add 'also request' DHCP option to generated dhclient config filetrulyliu2016-11-081-31/+70
|/
* contrib/rpm: put translations in NetworkManager-libnm and NetworkManager-glib...Thomas Haller2016-11-081-3/+3
* manager: force connectivity check when there is a default active connectionBeniamino Galvani2016-11-071-3/+5
* device: merge branch 'bg/sw-devices-cloned-mac-rh1386872'Beniamino Galvani2016-11-076-8/+32
|\
| * bond: support the ethernet.cloned-mac-address propertyBeniamino Galvani2016-11-071-0/+12
| * bridge: support the ethernet.cloned-mac-address propertyBeniamino Galvani2016-11-071-0/+3
| * device: add @set_permanent argument to nm_device_hw_addr_set()Beniamino Galvani2016-11-074-8/+17
|/
* tools: fix the create-exports script on 32-bitLubomir Rintel2016-11-061-1/+1
* Revert "contrib/rpm: regenerate the linker version script NetworkManager.ver ...Lubomir Rintel2016-11-061-5/+0
* release: bump version to 1.5.2 (development)1.5.2-devLubomir Rintel2016-11-061-1/+1
* build: remove spurious trailing comma from configure.acBeniamino Galvani2016-11-051-1/+1
* build: set correct path to common.ent for out-of-tree buildsLubomir Rintel2016-11-041-1/+1
* contrib/rpm: drop dhclient requirementLubomir Rintel2016-11-031-1/+0
* NEWS: update for a development snapshotLubomir Rintel2016-11-031-3/+20
* man: use /run instead of /var/runLubomir Rintel2016-11-031-5/+5
* Revert "contrib/rpm: add NetworkManager-config-dhcp-dhclient package"Lubomir Rintel2016-11-033-34/+1
* config: print default value of main.dhcp with --print-configThomas Haller2016-11-031-0/+1
* contrib/rpm: drop udev dependencyLubomir Rintel2016-11-031-1/+0
* contrib/rpm: drop iptables and dnsmasq dependenciesLubomir Rintel2016-11-031-2/+0
* contrib/rpm: drop explicit readline dependencyLubomir Rintel2016-11-031-1/+0
* contrib/rpm: drop iproute dependencyLubomir Rintel2016-11-031-1/+0
* build: move policy file from "policy/" to "data/"Thomas Haller2016-11-036-10/+9
* build: fix vala build of libnm.vapiThomas Haller2016-11-031-0/+1
* build: fix dist-ing vapi/NM-1.0.metadataThomas Haller2016-11-031-0/+1
* build: fix dist-ing vapi/libnm.depsThomas Haller2016-11-031-0/+1
* vapi: add vapi NM-1.0 for libnmThomas Haller2016-11-034-2/+93
* man: clarify behavior of "ip4"/"ip6" alias to nmcliThomas Haller2016-11-021-7/+8
* libnm-core: minor cleanups in nm-setting-vlan.cThomas Haller2016-11-021-8/+4
* libnm-core: fix memleak in nm-setting-vlan.c (priority_strv_to_maplist())Thomas Haller2016-11-021-0/+2
* shared: minor cleanup in _nm_utils_ascii_str_to_int64() using const pointerThomas Haller2016-11-021-2/+2
* ppp: add counter to D-Bus object path for PPP manager instancesBeniamino Galvani2016-11-021-1/+1
* tools: improve handling arguments to run-nm-test.shThomas Haller2016-11-011-13/+31
* tools: improve --make-first option of test runner to handle relative test pathsThomas Haller2016-11-011-8/+12
* tools: add option to test runner to build test before running itThomas Haller2016-11-011-2/+11
* tools: improve controlling whether to run run-nm-test.sh with valgrindThomas Haller2016-11-011-8/+21
* 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