NetworkManager/src/devices
Thomas Haller aed3c810b3 systemd: split "nm-sd.h" out of "nm-sd-adapt.h"
Now we have:

"nm-sd.h" is a header file of NetworkManager with utilities
related to systemd. It can be used anywhere freely.

Also, systemd headers that are considered public API (like
"sd-event.h") can be used without restrictions.

When compiling the systemd sources, we always must include
"nm-sd-adapt.h" as first. Similarly, systemd headers must
not include "nm-sd-adapt.h", because they are either public
(in which case the adapter is not needed) or they are internal
(in which case they are themself included via a systemd source).

Sometimes, we must internal API (like "dhcp-lease-internal.h").
In this case, we also must include "nm-sd-adapt.h".
2016-03-11 11:02:12 +01:00
..
adsl core/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT() helper 2016-03-08 17:45:50 +01:00
bluetooth all: fix a couple more gvariant iteration leaks 2016-03-08 17:44:15 +01:00
team all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
tests systemd: split "nm-sd.h" out of "nm-sd-adapt.h" 2016-03-11 11:02:12 +01:00
wifi all: drop str_if_set() in favor of the "?:" operator 2016-03-08 17:57:20 +01:00
wwan all: don't include error->code in log messages 2016-03-03 18:54:20 +01:00
Makefile.am lldp: add test case 2015-11-10 14:25:05 +01:00
nm-arping-manager.c arping-manager: failure to get a device name should not be fatal 2016-02-26 13:37:01 +01:00
nm-arping-manager.h build: cleanup default includes 2016-02-12 15:36:01 +01:00
nm-device-bond.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-device-bond.h device: implement slave property in parent device class 2015-12-05 19:34:06 +01:00
nm-device-bridge.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-device-bridge.h device: implement slave property in parent device class 2015-12-05 19:34:06 +01:00
nm-device-ethernet-utils.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-device-ethernet-utils.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-device-ethernet.c all: drop str_if_set() in favor of the "?:" operator 2016-03-08 17:57:20 +01:00
nm-device-ethernet.h device: export S390Subchannels property on Ethernet device 2015-09-29 09:30:01 +02:00
nm-device-factory.c all: clean-up usage of GError 2016-03-03 18:54:20 +01:00
nm-device-factory.h device-factory: always use the factory to determine the connection's interface name 2016-02-17 18:43:33 +01:00
nm-device-generic.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-device-generic.h device: pass NMPlatformLink instance as const pointer 2016-01-11 14:05:49 +01:00
nm-device-infiniband.c core/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT() helper 2016-03-08 17:45:50 +01:00
nm-device-infiniband.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-device-ip-tunnel.c device/ip-tunnel: implement get_generic_capabilities() 2016-03-04 22:09:00 +01:00
nm-device-ip-tunnel.h device/ip-tunnel: add support for IP6TNL tunnels 2015-12-01 17:39:41 +01:00
nm-device-logging.h all: drop str_if_set() in favor of the "?:" operator 2016-03-08 17:57:20 +01:00
nm-device-macvlan.c device: when activating without cloned-mac-address, set the permanent one 2016-02-26 17:35:21 +01:00
nm-device-macvlan.h device/macvlan: support device creation 2015-12-09 14:30:08 +01:00
nm-device-private.h device: remove default-unmanaged and refactor unmanaged flags 2016-02-15 21:40:02 +01:00
nm-device-tun.c device: when activating without cloned-mac-address, set the permanent one 2016-02-26 17:35:21 +01:00
nm-device-tun.h device/tun: support device creation 2015-11-25 11:39:57 +01:00
nm-device-veth.c device: add new NMDeviceType NM_DEVICE_TYPE_VETH 2016-02-23 23:15:37 +01:00
nm-device-veth.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-device-vlan.c device: when activating without cloned-mac-address, set the permanent one 2016-02-26 17:35:21 +01:00
nm-device-vlan.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-device-vxlan.c device: when activating without cloned-mac-address, set the permanent one 2016-02-26 17:35:21 +01:00
nm-device-vxlan.h device/vxlan: support device creation 2015-12-09 16:36:46 +01:00
nm-device.c systemd: merge branch systemd into th/systemd-lldp-bgo763384 2016-03-11 09:28:10 +01:00
nm-device.h device: revert overruling NM_UNMANAGED_USER_SETTINGS decision 2016-02-22 16:24:32 +01:00
nm-lldp-listener.c systemd: split "nm-sd.h" out of "nm-sd-adapt.h" 2016-03-11 11:02:12 +01:00
nm-lldp-listener.h systemd: merge branch systemd into th/systemd-lldp-bgo763384 2016-03-11 09:28:10 +01:00