summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vpn-connections: allow the plugin to specify route preferred srclr/tunnelled-routeLubomir Rintel2015-11-011-3/+8
* platform: correct the type for route.pref_srcLubomir Rintel2015-11-014-6/+6
* vpn-connections: set ifname for tunelled VPN configurationLubomir Rintel2015-11-011-1/+8
* test: don't fail if setting /sys as a slave mount doesn't succeedLubomir Rintel2015-10-311-4/+1
* systemd/lldp: avoid compiler warnings in lldp_tfl_package_read* functionsThomas Haller2015-10-311-23/+15
* libnm/tests: avoid invalid compiler warning about uninitialized variableThomas Haller2015-10-311-1/+1
* dispatcher: fix abort in case of an error (rh #1275813)Jiří Klimeš2015-10-301-0/+1
* systemd: stop blocking network.target in NetworkManager-wait-online.serviceMartin Pitt2015-10-301-2/+1
* systemd: install NetworkManager-wait-online.service into network-online.targetMartin Pitt2015-10-301-1/+1
* libnm-glib: properly handle demarshalling 64-bit integers.Mathieu Trudel-Lapierre2015-10-301-2/+2
* dns-unbound: use the correct path when calling dnssec-trigger-scriptLubomir Rintel2015-10-302-1/+11
* man: fix indentation in nmcli manual pageBeniamino Galvani2015-10-291-0/+1
* platform: fix gcc warning about comparison between enumsBeniamino Galvani2015-10-271-4/+4
* vlan: merge branch 'jk/vlan-assume-and-fixes'Thomas Haller2015-10-2713-58/+302
|\
| * platform: NM defines for vlan header flags equal the linux headersThomas Haller2015-10-272-10/+11
| * tests: add a testcase for matching VLAN connectionsJiří Klimeš2015-10-271-0/+57
| * vlan: (all) add VLAN MVRP flagJiří Klimeš2015-10-278-11/+35
| * libnm: sort INGRESS_PRIORITY_MAP, EGRESS_PRIORITY_MAP propertiesJiří Klimeš2015-10-272-6/+22
| * libnm: do not add duplicates to VLAN priority mappingsJiří Klimeš2015-10-271-26/+35
| * platform: remove unnecessary rtnl_link_set_type (change, "vlan")Jiří Klimeš2015-10-271-2/+0
| * ifcfg-rh: read/write VLAN GVRP flags with GVRP= ifcfg file variableJiří Klimeš2015-10-277-9/+146
| * platform: fix adding VLAN flagsJiří Klimeš2015-10-271-0/+2
|/
* gitignore: ignore more generated D-Bus glueLubomir Rintel2015-10-271-1/+1
* bluetooth: fix missing 'connected' notifications (rh #1255284)Dan Williams2015-10-251-1/+3
* agent-manager: fix up bad cherry-pick from 1.0Lubomir Rintel2015-10-231-1/+1
* libnm,vpn-service-plugin: remove old connect timer when adding new oneLubomir Rintel2015-10-231-0/+1
* libnm-glib,vpn-plugin: remove old connect timer when adding new oneLubomir Rintel2015-10-231-0/+1
* agent-manager: cancel secrets requests on an errorLubomir Rintel2015-10-231-0/+3
* contrib/rpm: remove NetworkManager-devel packageThomas Haller2015-10-231-28/+15
* cli: improve error reporting of missing 'ifname' parameterJiří Klimeš2015-10-231-8/+13
* cli: trivial: correct argument description for nmc_parse_args()Jiří Klimeš2015-10-231-2/+2
* dbus: add strongswan to the vpn plugin bus namesLubomir Rintel2015-10-231-0/+1
* dbus: don't do <deny send_interface="..." /> in dbus service fileLubomir Rintel2015-10-231-9/+3
* libnm: merge branch 'th/vlan-reorder-hdr-rh1250225'Thomas Haller2015-10-232-1/+29
|\
| * libnm: treat missing NMSettingVlan:flags property as old default valueThomas Haller2015-10-232-2/+19
| * libnm: always serialize NMSettingVlan:flags property for D-BusThomas Haller2015-10-231-0/+11
|/
* wifi: do no crash when getting BSSID failsjk/fixesJiří Klimeš2015-10-221-1/+5
* wifi: fix a problem in removing non-existing sourceJiří Klimeš2015-10-221-0/+3
* ifcfg-rh: fix memory leak in reading of LLDP propertyBeniamino Galvani2015-10-211-0/+1
* ifcfg-rh: remove another unused variable in parse_ethtool_option()Thomas Haller2015-10-201-2/+0
* ifcfg-rh: remove unused variable in parse_ethtool_option()Thomas Haller2015-10-201-4/+0
* platform/trivial: rename "auto_nmp_obj" macro to "nm_auto_nmpobj"Thomas Haller2015-10-204-12/+12
* platform: move static asserts from header to source fileThomas Haller2015-10-202-4/+4
* nmcli: fix bash completion of words containing colon (rh #1271271)Jiří Klimeš2015-10-201-0/+14
* po: update German (de) translation (bgo #756768)Christian Kirbach2015-10-191-2524/+2624
* core: merge branch 'th/wait-carrier-rh1079353'Thomas Haller2015-10-192-15/+14
|\
| * device: properly cancel queued activation requestth/wait-carrier-rh1079353Thomas Haller2015-10-191-1/+1
| * device: don't wait for carrier when activating static connectionThomas Haller2015-10-191-0/+2
| * device: refactor using nm_clear_g_source() for priv->carrier_wait_idThomas Haller2015-10-191-10/+3
| * manager: fix activation without specified deviceThomas Haller2015-10-191-4/+8
|/