summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wipbg/rh1676551Beniamino Galvani2019-02-264-4/+36
* libnm,core: fix device TYPE for Wi-Fi P2P devicesThomas Haller2019-02-263-17/+34
* cli/tests: fix cli tests after changing Polish translationsThomas Haller2019-02-252-117/+117
* po: update Polish (pl) translationPiotr Drąg2019-02-251-4242/+1855
* Mark broken strings in translations as fuzzyPiotr Drąg2019-02-256-16/+16
* release: update NEWSThomas Haller2019-02-231-3/+10
* release: bump version to 1.17.0 (development)1.17.0-devThomas Haller2019-02-234-3/+18
* release: bump version to 1.15.90 (1.16-rc1)1.16-rc1Thomas Haller2019-02-232-2/+2
* release: update NEWSThomas Haller2019-02-231-0/+20
* release: update NEWS with entires from 1.14.6Thomas Haller2019-02-231-5/+40
* Revert "build/meson: name platform tests like autotools"Thomas Haller2019-02-231-2/+2
* build/meson: name platform tests like autotoolsThomas Haller2019-02-231-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-2311-10/+21
* license: re-license initrd-generator and ibft reader as LGPLThomas Haller2019-02-223-30/+33
* all/trivial: fix whitespace/indentationThomas Haller2019-02-222-5/+5
* device: fix suppressing warning log about unsupported IPv6LL handlingThomas Haller2019-02-221-1/+1
* device: do ARP announcements only after masters have a slaveBeniamino Galvani2019-02-221-3/+35
* cli: merge branch 'th/nmcli-wifi-p2p-wfd-ies'Thomas Haller2019-02-229-238/+256
|\
| * cli: support NM_SETTING_WIFI_P2P_WFD_IES propertyThomas 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
|/
* wireguard: merge branch 'th/wireguard-pt3'Thomas Haller2019-02-2230-31/+5274
|\
| * release: update NEWSth/wireguard-pt3Thomas Haller2019-02-221-0/+3
| * core/wireguard: add support for WireGuard peersThomas Haller2019-02-221-41/+1016
| * core/wireguard: add basic support for creating wireguard devicesThomas Haller2019-02-222-21/+327
| * examples: add python example script "nm-wg-set" for modifying WireGuard profileThomas Haller2019-02-222-0/+424
| * libnm/tests: add tests for creating wireguard connection profilesThomas Haller2019-02-221-0/+425
| * libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-229-16/+2426
| * libnm,cli: add NMSettingWireGuardThomas Haller2019-02-2221-10/+710
|/
* 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