summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PATCH: https://bugzilla.gnome.org/show_bug.cgi?id=731937#c15th/bgo731937_delete_nm_generated_connection-1Dan Williams2014-07-302-54/+38
* libnm-glib: back NMRemoteConnection:unsaved by NMConnectionFlagsThomas Haller2014-07-301-6/+27
* bluez: simplify cleanup of generated PAN connectionThomas Haller2014-07-301-9/+5
* libnm-util/core: add new %NM_CONNECTION_FLAGS_NM_ASSUMED flagThomas Haller2014-07-304-12/+24
* libnm-util/core: implement 'unsaved' and 'nm-generated' as #NMConnectionFlagsThomas Haller2014-07-306-71/+44
* libnm-util: add NMConnection:flagsThomas Haller2014-07-303-1/+165
* core: clean up nm-generated connection if assumption fails or active connecti...Thomas Haller2014-07-302-3/+29
* 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
|\
| * dhcp: add client hardware address and priority accessorsDan Williams2014-07-222-0/+20
| * dhcp: allow clients to retrieve DUID after DHCPv6 startDan Williams2014-07-222-0/+10
| * dhcp: make DUID-to-string function available to subclassesDan Williams2014-07-223-25/+27