summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * platform: implement infiniband properties as lnk dataThomas Haller2015-11-017-226/+187
| * platform: implement macvlan properties as lnk dataThomas Haller2015-11-019-107/+136
| * platform: implement vxlan properties as lnk dataThomas Haller2015-11-019-202/+316
| * platform: implement gre properties as lnk dataThomas Haller2015-11-019-106/+176
| * platform: implement vlan properties as lnk dataThomas Haller2015-11-0111-122/+212
| * platform: add link_data member to NMPObjectLinkThomas Haller2015-11-012-6/+39
| * platform: parse netlink messages ourselves without libnl-route-3Thomas Haller2015-11-016-687/+894
| * platform: add NMIPAddr structThomas Haller2015-11-012-19/+23
| * platform/trivial: move codeThomas Haller2015-11-011-320/+328
| * platform: only convert link-type to string once in nm_platform_link_to_string()Thomas Haller2015-11-011-4/+7
| * platform: move nm_platform_tun_get_properties() to NMPlatform base classThomas Haller2015-11-014-82/+69
| * nmp-object: allow missing implementations for certain virtual functionsThomas Haller2015-11-011-16/+39
| * nmp-object: remove unused nl_type field from NMPClassThomas Haller2015-11-012-6/+0
| * nmp-object/trivial: move codeThomas Haller2015-11-011-12/+12
| * nmp-object: refactor nmp_object_copy() not to call virtual cmd_obj_copy() fun...Thomas Haller2015-11-011-11/+3
| * nmp-object: implement nmp_object_equal() based on cmp()Thomas Haller2015-11-012-41/+37
| * platform: add buffer argument to platform to-string functionsThomas Haller2015-11-0114-108/+145
| * build: no longer link against libnl-genl-3 libraryThomas Haller2015-11-011-1/+1
| * wifi: reimplement use of libnl-genl-3 libraryThomas Haller2015-11-011-7/+195
| * wifi/trivial: fix whitespace and indention in "wifi-utils-nl80211.c"Thomas Haller2015-11-011-22/+22
| * dnsmasq/tests: minor refactoring in testThomas Haller2015-11-011-22/+14
| * macros: add nm_sprintf_buf() helper macroThomas Haller2015-11-011-0/+12
| * macros: add nm_clear_g_cancellable() utilityThomas Haller2015-11-014-10/+18
| * tests: handle no_expect_message also for tests without assert-loggingThomas Haller2015-11-011-0/+2
| * tests: add nmtst_rand_perm() utilityThomas Haller2015-11-011-0/+41
| * tests: add nmtst_assert_ip4_address() and nmtst_assert_ip6_address() utility ...Thomas Haller2015-11-011-0/+31
| * platform: fix reading dst-port and src-port-range for vxlanThomas Haller2015-11-011-3/+3
|/
* vpn-connection: fix parsing IPv4 routesThomas Haller2015-11-011-0/+1
* merge: branch 'lr/tunnelled-route'Lubomir Rintel2015-11-015-10/+22
|\
| * 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