summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: support creation of IP tunnel devices (wip)bg/create-sw-devices-bgo749369-v3Beniamino Galvani2015-09-146-58/+324
* device: introduce IP tunnel device classBeniamino Galvani2015-09-1411-361/+441
* platform: add IP tunnel link creation supportBeniamino Galvani2015-09-144-0/+167
* iface-helper: enabled dhcp4/slaac according to IP methodThomas Haller2015-09-131-23/+18
* core: fix interface type namesDan Winship2015-09-1018-159/+92
* settings: remove some NMSettingsPlugin cruftDan Winship2015-09-103-5/+3
* settings: trivial: rename NMSystemConfigInterface to NMSettingsPluginDan Winship2015-09-1025-645/+645
* core: fix D-Bus value for NM_IP6_CONFIG_ROUTESThomas Haller2015-09-101-2/+2
* dns: fix bug setting dns-modeThomas Haller2015-09-091-1/+1
* manager: call nm_device_realize() also for generic devicesJiří Klimeš2015-09-091-6/+7
* core: fix handling ignore-auto-dns for IPv6 nameserversThomas Haller2015-09-091-2/+4
* platform/test: add test for invoking platform signalsThomas Haller2015-09-091-0/+47
* config: workaround invocation of "config-changed" signalThomas Haller2015-09-092-2/+15
* core: fix file descriptor leak in bus managerBeniamino Galvani2015-09-091-0/+7
* 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
* vpn-connection: fix unsetting the gatewayLubomir Rintel2015-09-081-1/+1
* device: fix a crash when VLAN fails to realizeJiří Klimeš2015-09-081-0/+2
* config/test: add a test for nm_config_reload() with different signalsThomas Haller2015-09-071-0/+80
* core/test: extend timeout for kill-process utils testThomas Haller2015-09-041-10/+10
* config: fix wrong signature of class-method config_changed() for signalThomas Haller2015-09-042-4/+1
* dns: unify some logging statements for dns-managerThomas Haller2015-09-041-15/+23
* dns: fix logging in nm_dns_manager_end_updates()Thomas Haller2015-09-041-1/+1
* dns: use _LOG*() macros in "nm-dns-manager.c"Thomas Haller2015-09-041-55/+61
* dns: add _LOG*() macros to "nm-dns-manager.c"Thomas Haller2015-09-041-0/+29
* dns/trivial: rename @mgr variable to @selfThomas Haller2015-09-042-42/+42
* tests: fix 32-bit buildLubomir Rintel2015-09-041-2/+2
* test: fix duplicate test namesLubomir Rintel2015-09-042-99/+52
* platform/trivial: add code-comment dividers between different sections of the...Thomas Haller2015-09-041-0/+17
* rdisc: refactor logging and use common _LOGD() macroThomas Haller2015-09-044-32/+57
* platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-045-16/+60
* platform: get rid of old logging macrosThomas Haller2015-09-041-13/+9
* logging: introduce an alternative set of logging macrosThomas Haller2015-09-041-1/+33
* platform: use _LOG*() macros instead of duplicated macrosThomas Haller2015-09-041-30/+30
* platform: refactor setup_socket() to accept explicit platform argumentThomas Haller2015-09-041-10/+10
* platform: refactor logging for sysctl functionsThomas Haller2015-09-041-32/+40
* build: exclude private headers for mkenums and nm-enum-types.cThomas Haller2015-09-041-1/+5
* 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-033-0/+26
* settings: fix memleak in agent_secrets_done_cb()Thomas Haller2015-09-021-2/+4
* ppp: remove unused vestige of dbus-glibDan Williams2015-08-311-2/+0
* platform: assert to successfully dlopen libnl3Thomas Haller2015-08-271-0/+3
* platform: remove bogus assertsLubomir Rintel2015-08-271-6/+0
* dbus: allow talking to more plugins in DBus policyLubomir Rintel2015-08-271-0/+2
* ifcfg-rh: save wired properties also for bond/team (rh #1255927)Jiří Klimeš2015-08-271-27/+41
* 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
* core: don't set "startup complete" until devices have been added (rh #1256772)Jiří Klimeš2015-08-261-0/+6
* platform: handle parent interfaces in other netnsThomas Haller2015-08-256-26/+92