summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: remove iBFT handling in preference of the ibft plugindcbw/rh990480-ibft-vlan-OLDDan Williams2014-07-3118-1085/+76
* ibft: add settings plugin for reading iBFT configurationDan Williams2014-07-3122-1/+1660
* ifcfg-rh: read and construct iBFT VLAN connections (rh #990480)Dan Williams2014-07-308-25/+268
* ifcfg-rh: trivial: use get_int_full() instead of strtoll()Dan Williams2014-07-301-6/+2
* ifcfg-rh: optionally set 'connection' setting interface nameDan Williams2014-07-301-18/+21
* ifcfg-rh: trivial: remove unused parameterDan Williams2014-07-301-2/+1
* ifcfg-rh: rework iBFT/iSCSI firmware data readingDan Williams2014-07-302-171/+280
* ifcfg-rh: convert iBFT tests to g_assert()Dan Williams2014-07-301-336/+70
* contrib/rpm: fix up sub-package dependenciesDan Williams2014-07-301-4/+2
* contrib/rpm: set connectivity interval in 20-connectivity-fedora.conf (rh #11...Elad Alfassa2014-07-301-1/+1
* core: refactor nm_ip[46]_config_commit() not to make a copy of routeThomas Haller2014-07-292-12/+12
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-294-6/+11
* core: fix setting next_hop in nm_ip6_config_create_setting()Thomas Haller2014-07-291-2/+1
* config: fix prototype of nm_config_get_connectivity_interval()Thomas Haller2014-07-292-2/+2
* libnm-glib: fix gtk-doc for NMClient:active-connectionsThomas Haller2014-07-271-1/+1
* libnm-glib: document some propertiesDan Winship2014-07-256-10/+65
* ifcfg-rh: fix a crash on setting hostname with SELinux disabled (rh #1122826)Jiří Klimeš2014-07-251-1/+1
* libnm-util: fix enum member names in a gtk-doc commentDan Winship2014-07-231-7/+7
* libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warningDan Winship2014-07-231-1/+1
* wwan: allow using the default subscription APN (bgo #729665)Dan Williams2014-07-231-2/+2
* wwan: allow completing new GSM connections without an APN (bgo #729665)Simon Farnsworth2014-07-231-2/+2
* merge: add WWAN support for IPv6 (bgo #682623)Dan Williams2014-07-2315-135/+1043
|\
| * wwan: use a shorter DHCP timeoutdcbw/wwan-ipv6Dan Williams2014-07-231-0/+13
| * dhcp: DHCPv6 OtherConf failures should not be fatalDan Williams2014-07-231-4/+11
| * wwan: don't disconnect if nothing to disconnectDan Williams2014-07-231-1/+5
| * core: remove child devices when a parent's ip_iface becomes knownDan Williams2014-07-231-0/+28
| * wwan: move IP method handling into the modem objectDan Williams2014-07-232-22/+39
| * wwan: add IPv6 support for ModemManager1 (bgo #682623)Dan Williams2014-07-231-32/+178
| * wwan: add infrastructure for IPv6 config resultsDan Williams2014-07-237-27/+418
| * wwan: clean up and split IP method valuesDan Williams2014-07-233-37/+55
| * wwan: read supported IP types from ModemManagerDan Williams2014-07-233-0/+61
| * ppp: add IPv6 supportDan Williams2014-07-236-36/+226
| * wwan: split out WWAN IP4Config from device configDan Williams2014-07-233-2/+35
|/
* merge: construct IPv6 addresses using Interface Identifiers (bgo #682623)Dan Williams2014-07-2317-210/+310
|\
| * core: fail IPv6 router discovery if IID cannot be generatedDan Williams2014-07-231-14/+21
| * trivial: move addrconf6_start_with_link_ready() above callerDan Williams2014-07-231-23/+23
| * core: use Interface Identifiers for IPv6 SLAAC addressesDan Williams2014-07-2310-47/+203
| * core: simplify hardware address readingDan Williams2014-07-236-121/+44
| * platform: assert against the maximum length of link_get_address()Thomas Haller2014-07-233-10/+22
| * core: use IP interface hardware address for IP-level operationsDan Williams2014-07-233-21/+23
|/
* config: avoid segfault if there's no ignore_carrierColin Walters2014-07-231-0/+3
* core: misc cleanupDan Winship2014-07-2392-367/+283
|\
| * config: drop NMConfigDevice, use NMDevice directlyDan Winship2014-07-2311-196/+104
| * config: move some spec-match-list handling from config to coreDan Winship2014-07-234-28/+13
| * core: fix libndp linkingDan Winship2014-07-232-3/+3
| * core: fill in nm-types.h, clean out other headersDan Winship2014-07-2383-131/+168
| * settings: remove libnm-glib referencesDan Winship2014-07-238-15/+1
|/
* trivial: update .gitignoreDan Winship2014-07-231-1/+1
* dhcp: remove a stray reference to test-dhcp-optionsDan Winship2014-07-231-1/+1
* merge: DHCP client code cleanups and simplification (bgo #732965)Dan Williams2014-07-2214-2258/+1892
|\