summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-24bluez: simplify cleanup of generated PAN connectionThomas Haller1-9/+5
2014-09-24core: use "nm-generated-assumed" flag instead of "nm-generated" for assumed c...Thomas Haller1-9/+14
2014-09-24core: add "nm-generated-assumed" flag to NMSettingsConnectionThomas Haller3-5/+31
2014-09-24settings: implement 'unsaved' and 'nm-generated' as #NMSettingsConnectionFlagsThomas Haller3-43/+25
2014-09-24settings: add NMSettingsConnection:flagsThomas Haller2-2/+93
2014-09-24platform: add @peer_address argument to nm_platform_ip4_address_delete()Thomas Haller6-17/+23
2014-09-24platform: log ifindex and ifname when deleting addresses or routesThomas Haller1-8/+27
2014-09-24platform/trivial: move code in nm-platform.cThomas Haller1-21/+21
2014-09-24core: log when emitting RECHECK_ASSUME signalThomas Haller1-1/+3
2014-09-24core: add macros NM_FLAGS_HAS(), NM_FLAGS_ANY() and NM_FLAGS_ALL()Thomas Haller1-0/+9
2014-09-22platform: increase NL buffer for systems with lots of interfaces (rh #1141256)Lubomir Rintel1-0/+7
2014-09-19ifcfg-rh: fix typo in function name and enhance testcaseJiří Klimeš3-11/+14
2014-09-19core: fix stray 'break' in switchDan Williams1-1/+0
2014-09-19core: fix 'tun' device owner/group property gettersDan Williams1-2/+2
2014-09-18libnm: port to GDBusDan Winship9-20/+167
2014-09-18libnm-core: change connection hash tables to variants in APIDan Winship7-32/+90
2014-09-17libnm-core: fix up connection deserialize/copy/replace semanticsDan Winship1-25/+22
2014-09-17core: fix casting of factory type (bgo #736780)Lubomir Rintel1-1/+1
2014-09-15core: only set IPv6 hop_limit for values greater than zeroChristian Hesse1-1/+3
2014-09-12dhcp: log DHCP client exit status betterJiří Klimeš1-13/+22
2014-09-12dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2-3/+10
2014-09-11tun: port to internal device factoryDan Williams5-38/+36
2014-09-11gre: port to internal device factoryDan Williams5-29/+28
2014-09-11vxlan: port to internal device factoryDan Williams5-28/+28
2014-09-11macvlan: port to internal device factoryDan Williams5-29/+28
2014-09-11vlan: port to internal device factoryDan Williams5-123/+122
2014-09-11bond: port to internal device factoryDan Williams5-62/+63
2014-09-11bridge: port to internal device factoryDan Williams5-75/+78
2014-09-11infiniband: port to internal device factoryDan Williams5-68/+68
2014-09-11ethernet: port to internal device factoryDan Williams5-30/+28
2014-09-11veth: port to internal device factoryDan Williams5-28/+28
2014-09-11core: add support for internal device factoriesDan Williams4-15/+121
2014-09-11build: ensure device source file constructors can be linked and calledDan Williams1-10/+17
2014-09-11core: pass parent to device factories when creating devices for connectionsDan Williams4-3/+9
2014-09-11core: split out device factory registration functionDan Williams1-35/+45
2014-09-11core: move device factory type function into factory objectDan Williams15-139/+127
2014-09-11settings: create default wired connection from NMDeviceEthernetDan Williams10-123/+118
2014-09-11trivial: spacing and code cleanups in nm-manager.hDan Williams2-67/+29
2014-09-11core: search for arping binary too (bgo #734131)Dan Williams1-1/+9
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams14-240/+134
2014-09-10ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš4-23/+84
2014-09-05utils: use gssize (signed) 'len' parameter in nm_ethernet_address_is_valid()Jiří Klimeš2-8/+11
2014-09-05dhcp: fix g_error_free() called with a bad argumentJiří Klimeš1-1/+1
2014-09-04ppp-manager: port nm-pppd-plugin from dbus-glib to gdbusDan Winship2-120/+107
2014-09-04dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbusDan Winship2-238/+95
2014-09-04core: take over IPv6LL address management if kernel supports it (bgo #734149)Dan Williams1-11/+135
2014-09-04platform: add support for kernel IPv6LL address generation modesDan Williams3-1/+172
2014-09-04libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2-2/+2
2014-09-04libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship23-424/+480
2014-09-04libnm-core: replace GByteArray with pointer + length in some APIsDan Winship4-10/+32