NetworkManager/src/platform
Thomas Haller ba25221236 netlink: various cleanups and use cleanup attribute
- adjust some coding style (space after function name).
- ensure to use g_free(), as we no longer use malloc
  but the g_malloc aliases. Nowadays, glib's malloc
  is identical to malloc from the standard library and
  so this is no issue in practice. Still it's bad
  style to mix g_malloc() with free().
- use cleanup attribute for memory handling.
2018-02-21 12:08:46 +01:00
..
tests platform/test: drop the /sys/devices dance 2018-02-12 20:46:47 +01:00
wifi netlink: use glib allocator functions for nlmsg_alloc*() 2018-02-21 12:08:46 +01:00
nm-fake-platform.c wifi: always build nl80211 CRIT_PROTOCOL support 2018-01-15 20:29:26 +01:00
nm-fake-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.c netlink: use glib allocator functions for nlmsg_alloc*() 2018-02-21 12:08:46 +01:00
nm-linux-platform.h platform: use NMDedupMultiIndex for routes in NMPCache 2017-07-05 18:37:38 +02:00
nm-netlink.c netlink: various cleanups and use cleanup attribute 2018-02-21 12:08:46 +01:00
nm-netlink.h netlink: use glib allocator functions for nlmsg_alloc*() 2018-02-21 12:08:46 +01:00
nm-platform-private.h platform: expose emit-signal function from platform 2017-07-05 18:37:39 +02:00
nm-platform-utils.c udev: drop libgudev in favor of libudev 2017-03-22 12:41:06 +01:00
nm-platform-utils.h udev: drop libgudev in favor of libudev 2017-03-22 12:41:06 +01:00
nm-platform.c platform: cleanup nm_platform_link_get_address() to return-early 2018-02-15 16:08:00 +01:00
nm-platform.h dhcp: refactor type of NMDhcpClient hwaddr to be GBytes 2018-02-15 16:08:00 +01:00
nmp-netns.c platform/netns: don't try to overlay ro /sys with a rw one 2018-02-12 20:46:47 +01:00
nmp-netns.h core: cleanup implementation of nm_auto* macros to use nm_auto() 2017-10-11 08:43:40 +02:00
nmp-object.c platform: fix object order in platform cache during dump 2018-02-09 17:40:01 +01:00
nmp-object.h device: fix IPv6 DAD to re-check whether address really failed DAD 2018-02-09 17:40:01 +01:00