summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: support NM_SETTING_WIFI_P2P_WFD_IES propertyth/nmcli-wifi-p2p-wfd-iesThomas Haller2019-02-221-0/+3
* cli: rework NM_SETTING_802_1X_PASSWORD_RAW property functions to operate on g...Thomas Haller2019-02-222-17/+32
* cli: use nm_utils_bin2hexstr_full() in nmcli to convert bytes to stringThomas Haller2019-02-221-8/+6
* shared: support empty blobs in nm_utils_bin2hexstr_full()Thomas Haller2019-02-221-15/+17
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-227-197/+197
* cli: use correct define for NM_SETTING_WIFI_P2P_WPS_METHOD nameThomas Haller2019-02-221-1/+1
* libnm/docs: fix enum definition that confuses gtk-docThomas Haller2019-02-222-2/+6
* platform: merge branch 'th/platform-netlink-cleanup'Thomas Haller2019-02-2211-513/+864
|\
| * platform: move creation of nlmsg dump request in separate functionThomas Haller2019-02-221-31/+55
| * platform: pass lookup instance to nmp_cache_dirty_set_all() instead of object...Thomas Haller2019-02-223-7/+12
| * platform: refactor FOR_EACH_DELAYED_ACTION() macro to have only one for(;;) s...Thomas Haller2019-02-221-6/+18
| * platform: create id-only objects for deleting qdisc/tfilter in event_valid_msg()Thomas Haller2019-02-221-1/+3
| * platform: minor cleanup in event_valid_msg()Thomas Haller2019-02-222-16/+14
| * platform/wifi: don't use __u32 type in "nm-wifi-utils-nl80211.c"Thomas Haller2019-02-221-4/+3
| * platform: cleanup parsing of RTA_MULTIPATH in _new_from_nl_route()Thomas Haller2019-02-221-4/+16
| * platform: use nla_data_as() at some placesThomas Haller2019-02-221-15/+15
| * platform: use nm_auto_nlmsg cleanup macro instead of explict nlmsg_free()Thomas Haller2019-02-221-15/+13
| * platform: use nlmsg_append_struct() macro instead of nlmsg_append()Thomas Haller2019-02-221-22/+31
| * platform: prettify parsing MACSec from netlinkThomas Haller2019-02-221-12/+12
| * platform: drop READ_STAT64() macro from _new_from_nl_link()Thomas Haller2019-02-221-12/+6
| * platform: don't use memset() to initialize variable in _new_from_nl_route()Thomas Haller2019-02-221-3/+3
| * platform: sort #include in "nm-linux-platform.h"Thomas Haller2019-02-221-9/+9
| * platform: use nla_get_be64() helperThomas Haller2019-02-221-1/+1
| * platform/netlink: cleanup nlmsg_append() and add nlmsg_append_struct() macroThomas Haller2019-02-222-2/+18
| * platform/netlink: add nla_data_as() macroThomas Haller2019-02-221-0/+14
| * platform/netlink: add more RTM message types in to-string function nl_nlmsghd...Thomas Haller2019-02-221-15/+24
| * platform/netlink: add nla_get_be64() helperThomas Haller2019-02-221-0/+8
| * platform/netlink: require valid nla argument for nla_get_u64()Thomas Haller2019-02-222-13/+9
| * platform/netlink: add assertions for nla_get_*() functionsThomas Haller2019-02-221-8/+28
| * platform/netlink: use designated initializer in nlmsg_alloc_size()Thomas Haller2019-02-221-6/+8
| * platform/netlink: assert for valid policy for string attribute in validate_nlaThomas Haller2019-02-221-1/+5
| * platform/netlink: cleanup nla_memcpy()Thomas Haller2019-02-222-8/+40
| * platform/netlink: cleanup nla_strlcpy()Thomas Haller2019-02-221-12/+37
| * platform/trivial: coding style fixes/whitespaceThomas Haller2019-02-223-61/+63
| * platform/netlink: cleanup nla_parse*() code by using safer macrosThomas Haller2019-02-224-244/+247
| * platform/netlink: add nla_parse* macros that safely determine the max-typeThomas Haller2019-02-221-6/+66
| * platform/netlink: cleanup unnecessary "goto out" from nla_parse()Thomas Haller2019-02-221-4/+2
| * platform/netlink: fix return value of nla_get_s8()Thomas Haller2019-02-221-1/+1
| * platform/wifi: fix size check for parsing netlink attribute NL80211_BSS_BSSIDThomas Haller2019-02-221-1/+1
| * platform: fix error handling for creating nlmsg in do_request_all_no_delayed_...Thomas Haller2019-02-221-5/+15
| * platform/netlink: fix _genl_parse_getfamily() for checking error code from ge...Thomas Haller2019-02-221-1/+1
| * shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-222-0/+64
| * shared: add nm_hash_update_valp() helper macroThomas Haller2019-02-221-0/+3
| * shared/tests: add test for unaligned readsThomas Haller2019-02-221-0/+32
|/
* libnm: fix leak in nm_client_add_and_activate_connection{2,_async}()Thomas Haller2019-02-222-7/+13
* wifi-p2p: drop WiFi-P2P "group-owner" property from D-Bus API and libnmThomas Haller2019-02-216-73/+1
* cli/tests: fix tests after adding polkit action for Wi-Fi scansThomas Haller2019-02-211-72/+124
* Add polkit action for Wi-Fi scansJonathan Kang2019-02-217-3/+20
* supplicant: avoid G_VARIANT_BUILDER_INIT() from glib 2.50Thomas Haller2019-02-211-1/+3
* cli: fix generated documentationThomas Haller2019-02-211-0/+1