summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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
| * keyfile: use nm_utils_file_is_in_path() for detecting required renameThomas Haller2019-02-211-3/+4
|/
* shared/nm-glib: add our own g_steal_pointer() macro to shadow the one from glibThomas Haller2019-02-211-3/+5
* ifcfg-rh: don't rely on g_steal_pointer() returning a void pointerThomas Haller2019-02-211-6/+6
* systemd: merge branch systemd into masterbg/systemdBeniamino Galvani2019-02-2013-30/+78
|\
| * systemd: update code from upstream (2019-02-20)Beniamino Galvani2019-02-2016-88/+152
* | dhcp: merge branch 'th/dhcp-internal-mulitple-routers'Thomas Haller2019-02-2010-116/+178
|\ \
| * | dhcp/internal: handle localhost and 0.0.0.0 DNS/NTP servers speciallyThomas Haller2019-02-201-7/+9