summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: print VLAN ingress/egress priorities when logging the linkjk/vlan-assume-and-fixesJiří Klimeš2015-10-272-7/+30
* platform: make VLAN egress priorities array dynamically allocatedJiří Klimeš2015-10-275-21/+59
* fake-platform: remove vlan_id from NMFakePlatformLinkJiří Klimeš2015-10-271-3/+2
* platform: get ingress/egress mapping and apply them to generated connectionJiří Klimeš2015-10-274-0/+115
* platform: get VLAN flags and apply them to the generated connectionJiří Klimeš2015-10-278-18/+40
* vlan: set flags for VLAN device when activating a VLAN connectionJiří Klimeš2015-10-271-0/+4
* platform: add nm_platform_set_vlan_flags() functionJiří Klimeš2015-10-273-0/+28
* 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
|/
* platform: fix link-detection for s390 CTC-type devicesThomas Haller2015-10-191-8/+8
* core: fix conversion of nameservers to GValue in NMIP6ConfigBeniamino Galvani2015-10-181-1/+1
* libnm: define NMLldpNeighbor as boxed typeBeniamino Galvani2015-10-163-3/+19
* libnm,libnm-core: fix GTK-Doc warningsBeniamino Galvani2015-10-163-10/+10
* merge: branch 'bg/wol-add-ignore-option-bgo755182'Beniamino Galvani2015-10-168-49/+126
|\
| * ifcfg-rh: improve parsing of Wake-on-LAN optionsThomas Haller2015-10-162-36/+81