summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: retry DHCP after timeout/expiration for assumed connectionsBeniamino Galvani2015-09-081-0/+20
* device: don't reset NM_UNMANAGED_DEFAULT when platform doesn't override thisLubomir Rintel2015-09-081-2/+2
* device: fix a crash when VLAN fails to realizeJiří Klimeš2015-09-081-0/+2
* tests: fix 32-bit buildLubomir Rintel2015-09-041-2/+2
* test: fix duplicate test namesLubomir Rintel2015-09-041-92/+45
* device: give the default wired profiles the lowest autoconnect-priorityJiří Klimeš2015-09-041-0/+1
* device: retry creation of default connection after link is initializedBeniamino Galvani2015-09-032-0/+11
* team: allow overriding the MTU for team device (rh #1255927)Jiří Klimeš2015-08-271-0/+21
* device: fix clearing of dhcp6_restart_id in dhcp6_cleanup()Beniamino Galvani2015-08-261-1/+1
* device: don't disconnect after DHCP failure when there are static IPsBeniamino Galvani2015-08-261-0/+68
* platform: handle parent interfaces in other netnsThomas Haller2015-08-253-22/+34
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-7/+3
* device: don't clear @master on cleanup when the link is still enslavedBeniamino Galvani2015-08-201-3/+5
* wwan: add missing include for DBUS_INTERFACE_PEERDan Williams2015-08-181-0/+1
* device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani2015-08-171-5/+28
* core: accept 'ssids':aay option in RequestScan() dictionary parameterJiří Klimeš2015-08-141-12/+54
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-134-4/+0
* device: log message when constructing NMDevice instanceThomas Haller2015-08-131-1/+3
* device-factory: allow using nm_device_factory_manager_for_each_factory() befo...Lubomir Rintel2015-08-121-11/+12
* device: avoid a crash during destructionLubomir Rintel2015-08-121-1/+2
* device: don't call ioctl to update priv->ip4_addressBeniamino Galvani2015-08-111-17/+10
* devices, active-connection: port to gdbusDan Winship2015-08-1029-254/+238
* device: avoid setting MTU to zero if undefinedLubomir Rintel2015-08-101-1/+1
* device: only 'ignore-auto-routes' and 'ignore-auto-dns' for certain settingsThomas Haller2015-08-061-40/+49
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-11/+11
* device: fix memory leak in act_stage3_ip6_config_start()Beniamino Galvani2015-08-051-5/+0
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-0515-21/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0551-77/+51
* include: add convenience header "nm-default.h"Thomas Haller2015-08-056-6/+6
* all: include internal headers with quotesThomas Haller2015-08-053-3/+3
* device: lower serverity of MTU adjustment loggingLubomir Rintel2015-08-041-3/+3
* device: don't modify the device MTU if it's unsetLubomir Rintel2015-08-041-3/+3
* device: add audit supportBeniamino Galvani2015-08-043-0/+10
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-3128-739/+801
* wwan: trivial: fix typos in error stringsBeniamino Galvani2015-07-291-2/+2
* bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-242-85/+48
* core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-241-34/+4
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-2415-148/+53
* core: add an NMExportedObject base classDan Winship2015-07-2422-65/+29
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-244-3/+8
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2454-98/+38
* include: add nm-dbus-compat.hDan Winship2015-07-242-4/+4
* core: configure Wake-on-LAN parameters for Ethernet devicesBeniamino Galvani2015-07-241-0/+37
* ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-221-1/+1
* device: always assume default-route for generate-assumed-connectionsThomas Haller2015-07-221-12/+20
* device: move setting v4_commit_first_time/v6_commit_first_time to the end of ...Thomas Haller2015-07-221-10/+13
* device/trivial: rename private field in NMDevicePrivateThomas Haller2015-07-221-12/+15
* device: prefer wifi over wwan by defaultTore Anderson2015-07-221-4/+4
* logging: make use of journal configurableThomas Haller2015-07-141-0/+12
* routes: fix race syncing routes by not doing full-syncThomas Haller2015-07-141-6/+20