summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: move creation of nlmsg dump request in separate functionth/platform-netlink-cleanupThomas Haller2019-02-211-31/+55
* platform: pass lookup instance to nmp_cache_dirty_set_all() instead of object...Thomas Haller2019-02-213-7/+12
* platform: refactor FOR_EACH_DELAYED_ACTION() macro to have only one for(;;) s...Thomas Haller2019-02-211-6/+18
* platform: only create ID-only stubs for deleting qdisc/tfilter in event_valid...Thomas Haller2019-02-211-1/+3
* platform: minor cleanup in event_valid_msg()Thomas Haller2019-02-212-16/+14
* platform/wifi: don't use __u32 type in "nm-wifi-utils-nl80211.c"Thomas Haller2019-02-211-4/+3
* platform: cleanup parsing of RTA_MULTIPATH in _new_from_nl_route()Thomas Haller2019-02-211-4/+16
* platform: use nla_data_as() at some placesThomas Haller2019-02-211-15/+15
* platform: use nm_auto_nlmsg cleanup macro instead of explict nlmsg_free()Thomas Haller2019-02-211-15/+13
* platform: use nlmsg_append_struct() macro instead of nlmsg_append()Thomas Haller2019-02-211-22/+31
* platform: prettify parsing MACSec from netlinkThomas Haller2019-02-211-12/+12
* platform: drop READ_STAT64() macro from _new_from_nl_link()Thomas Haller2019-02-211-12/+6
* platform: don't use memset() to initialize variable in _new_from_nl_route()Thomas Haller2019-02-211-3/+3
* platform: sort #include in "nm-linux-platform.h"Thomas Haller2019-02-211-9/+9
* platform: use nla_get_be64() helperThomas Haller2019-02-211-1/+1
* platform/netlink: cleanup nlmsg_append() and add nlmsg_append_struct() macroThomas Haller2019-02-212-2/+18
* platform/netlink: add nla_data_as() macroThomas Haller2019-02-211-0/+14
* platform/netlink: add more RTM message types in to-string function nl_nlmsghd...Thomas Haller2019-02-211-15/+24
* platform/netlink: add nla_get_be64() helperThomas Haller2019-02-211-0/+8
* platform/netlink: require valid nla argument for nla_get_u64()Thomas Haller2019-02-212-13/+9
* platform/netlink: add assertions for nla_get_*() functionsThomas Haller2019-02-211-8/+28
* platform/netlink: use designated initializer in nlmsg_alloc_size()Thomas Haller2019-02-211-6/+8
* platform/netlink: assert for valid policy for string attribute in validate_nlaThomas Haller2019-02-211-1/+5
* platform/netlink: cleanup nla_memcpy()Thomas Haller2019-02-212-8/+40
* platform/netlink: cleanup nla_strlcpy()Thomas Haller2019-02-211-12/+37
* platform/trivial: coding style fixes/whitespaceThomas Haller2019-02-213-61/+63
* platform/netlink: cleanup nla_parse*() code by using safer macrosThomas Haller2019-02-214-244/+247
* platform/netlink: add nla_parse* macros that safely determine the max-typeThomas Haller2019-02-211-6/+66
* platform/netlink: cleanup unnecessary "goto out" from nla_parse()Thomas Haller2019-02-211-4/+2
* platform/netlink: fix return value of nla_get_s8()Thomas Haller2019-02-211-1/+1
* platform/wifi: fix size check for parsing netlink attribute NL80211_BSS_BSSIDThomas Haller2019-02-211-1/+1
* platform: fix error handling for creating nlmsg in do_request_all_no_delayed_...Thomas Haller2019-02-211-5/+15
* platform/netlink: fix _genl_parse_getfamily() for checking error code from ge...Thomas Haller2019-02-211-1/+1
* shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-212-0/+64
* shared: add nm_hash_update_valp() helper macroThomas Haller2019-02-211-0/+3
* shared/tests: add test for unaligned readsThomas Haller2019-02-211-0/+32
* 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
* wifi-p2p: merge branch 'benzea/WFDIEs'Thomas Haller2019-02-219-69/+129
|\
| * device: Set WFD IEs when connecting to P2P deviceBenjamin Berg2019-02-211-2/+11
| * supplicant: Add API to set WFD IEsBenjamin Berg2019-02-212-0/+67
| * Remove WFD IEs property from P2P deviceBenjamin Berg2019-02-214-66/+0
| * core/setting-wifi-p2p: Add WFD IEs property to P2P settingsBenjamin Berg2019-02-213-0/+50
| * core/setting-wifi-p2p: Use correct constant for wps-method propertyBenjamin Berg2019-02-211-1/+1
|/
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-217-81/+89
* keyfile: merge branch 'th/keyfile-cleanup'Thomas Haller2019-02-211-30/+39
|\
| * keyfile: cleanup _internal_write_connection()Thomas Haller2019-02-211-27/+35