NetworkManager/src/devices
Dan Winship a7c4d53d03 all: port everything to libnm
Since the API has not changed at this point, this is mostly just a
matter of updating Makefiles, and changing references to the library
name in comments.

NetworkManager cannot link to libnm due to the duplicated type/symbol
names. So it links to libnm-core.la directly, which means that
NetworkManager gets a separate copy of that code from libnm.so.
Everything else links to libnm.
2014-08-01 14:34:05 -04:00
..
adsl all: port everything to libnm 2014-08-01 14:34:05 -04:00
bluetooth all: port everything to libnm 2014-08-01 14:34:05 -04:00
team all: port everything to libnm 2014-08-01 14:34:05 -04:00
wifi all: port everything to libnm 2014-08-01 14:34:05 -04:00
wimax all: port everything to libnm 2014-08-01 14:34:05 -04:00
wwan all: port everything to libnm 2014-08-01 14:34:05 -04:00
nm-device-bond.c core: refactor update_slave_connection() as virtual function of master device 2014-06-27 13:27:01 +02:00
nm-device-bond.h core: move software device creation logic out of NMManager 2013-09-12 18:34:23 -04:00
nm-device-bridge.c core: refactor update_slave_connection() as virtual function of master device 2014-06-27 13:27:01 +02:00
nm-device-bridge.h core: refactor update_slave_connection() as virtual function of master device 2014-06-27 13:27:01 +02:00
nm-device-ethernet.c core: fix wrong device state change on failure in NMDeviceEthernet 2014-08-01 13:17:00 +02:00
nm-device-ethernet.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-factory.c core: allow creation of virtual devices (software devices) via NMDeviceFactory 2014-06-27 13:27:01 +02:00
nm-device-factory.h core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
nm-device-generic.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-generic.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-gre.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-gre.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-infiniband.c core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
nm-device-infiniband.h core: move software device creation logic out of NMManager 2013-09-12 18:34:23 -04:00
nm-device-macvlan.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-macvlan.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-private.h core/trivial: change variable name for self pointer in NMDevice to @self 2014-08-01 19:09:23 +02:00
nm-device-tun.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-tun.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-veth.c core: make veth devices default-unmanaged for now 2014-07-02 14:58:53 -05:00
nm-device-veth.h devices: make constructors take an NMPlatformLink 2013-06-05 17:49:25 -03:00
nm-device-vlan.c core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
nm-device-vlan.h core: move software device creation logic out of NMManager 2013-09-12 18:34:23 -04:00
nm-device-vxlan.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-vxlan.h platform, devices: add support for vxlan devices 2014-03-06 09:48:15 -05:00
nm-device.c core: refactoring logging in NMDevice to use new _LOG() macros 2014-08-01 19:09:47 +02:00
nm-device.h core/trivial: change variable name for self pointer in NMDevice to @self 2014-08-01 19:09:23 +02:00