NetworkManager/src/platform
Thomas Haller fd166783e7 platform/wifi: don't pass ownership of message to nl80211_send_and_recv()
Passing ownership with a function call is confusing. Don't do that.

Since we have the cleanup attribute, it doesn't significantly
complicate the callers, as all they need to do is marking the
@msg variable to free the message when going out of scope.
That results in the function that allocates the message also being
responsible to free it.
2018-02-24 12:35:28 +01:00
..
tests platform/test: drop the /sys/devices dance 2018-02-12 20:46:47 +01:00
wifi platform/wifi: don't pass ownership of message to nl80211_send_and_recv() 2018-02-24 12:35:28 +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 platform: refactor completing netlink responses in event_handler_read_netlink() 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 platform: cleanup error handling in event_handler_recvmsgs() 2018-02-21 12:08:46 +01:00
nm-netlink.h platform: cleanup error handling in event_handler_recvmsgs() 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: add nm_platform_process_events_ensure_link() function 2018-02-21 20:28:46 +01:00
nm-platform.h platform: add nm_platform_process_events_ensure_link() function 2018-02-21 20:28:46 +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