summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: fix stray 'break' in switchDan Williams2014-09-191-1/+0
* core: fix 'tun' device owner/group property gettersDan Williams2014-09-191-2/+2
* libnm: port to GDBusDan Winship2014-09-189-20/+167
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-187-32/+90
* libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship2014-09-171-25/+22
* core: fix casting of factory type (bgo #736780)Lubomir Rintel2014-09-171-1/+1
* core: only set IPv6 hop_limit for values greater than zeroChristian Hesse2014-09-151-1/+3
* dhcp: log DHCP client exit status betterJiří Klimeš2014-09-121-13/+22
* dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2014-09-122-3/+10
* tun: port to internal device factorydcbw/internal-device-factoriesDan Williams2014-09-115-38/+36
* gre: port to internal device factoryDan Williams2014-09-115-29/+28
* vxlan: port to internal device factoryDan Williams2014-09-115-28/+28
* macvlan: port to internal device factoryDan Williams2014-09-115-29/+28
* vlan: port to internal device factoryDan Williams2014-09-115-123/+122
* bond: port to internal device factoryDan Williams2014-09-115-62/+63
* bridge: port to internal device factoryDan Williams2014-09-115-75/+78
* infiniband: port to internal device factoryDan Williams2014-09-115-68/+68
* ethernet: port to internal device factoryDan Williams2014-09-115-30/+28
* veth: port to internal device factoryDan Williams2014-09-115-28/+28
* core: add support for internal device factoriesDan Williams2014-09-114-15/+121
* build: ensure device source file constructors can be linked and calledDan Williams2014-09-111-10/+17
* core: pass parent to device factories when creating devices for connectionsDan Williams2014-09-114-3/+9
* core: split out device factory registration functionDan Williams2014-09-111-35/+45
* core: move device factory type function into factory objectDan Williams2014-09-1115-139/+127
* settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-1110-123/+118
* trivial: spacing and code cleanups in nm-manager.hDan Williams2014-09-112-67/+29
* core: search for arping binary too (bgo #734131)dcbw/helper-searchDan Williams2014-09-111-1/+9
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-1114-240/+134
* ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš2014-09-104-23/+84
* utils: use gssize (signed) 'len' parameter in nm_ethernet_address_is_valid()Jiří Klimeš2014-09-052-8/+11
* dhcp: fix g_error_free() called with a bad argumentJiří Klimeš2014-09-051-1/+1
* ppp-manager: port nm-pppd-plugin from dbus-glib to gdbusDan Winship2014-09-042-120/+107
* dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbusDan Winship2014-09-042-238/+95
* core: take over IPv6LL address management if kernel supports it (bgo #734149)Dan Williams2014-09-041-11/+135
* platform: add support for kernel IPv6LL address generation modesDan Williams2014-09-043-1/+172
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-042-2/+2
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-0423-424/+480
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-044-10/+32
* libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0414-391/+209
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-043-4/+3
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-0410-151/+92
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0443-904/+486
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-0415-114/+68
* libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-041-4/+0
* libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-041-63/+42
* all: stop using virtual interface-name propertiesDan Winship2014-09-0410-60/+91
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-046-29/+18
* libnm-core: drop previously-deprecated NMSetting propertiesDan Winship2014-09-041-12/+0
* libnm-core: rename NMConnection to/from_hash methodsDan Winship2014-09-046-16/+16
* ifcfg-rh: fix testcase to expect error reading iBFT configurationsDan Williams2014-09-031-1/+1