summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* wifi-utils: rename nl80211 to selfLubomir Rintel2018-09-181-62/+62
* wifi-utils: downgrade a log messageLubomir Rintel2018-09-181-1/+1
* platform: log the interface namesLubomir Rintel2018-09-181-151/+153
* wifi: include the interface name in logsLubomir Rintel2018-09-181-48/+24
* wpan: include the device name in logsLubomir Rintel2018-09-181-27/+21
* docs: misc. typosluz.paz2018-09-1512-27/+27
* platform/netlink: cleanup error number handlingThomas Haller2018-09-122-60/+82
* platform/trivial: adjust coding style in nm-netlink.cThomas Haller2018-09-121-71/+71
* platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-075-342/+550
* platform/trivial: rename local variables for nla_policy/nlattrThomas Haller2018-09-071-37/+37
* platform: fix resusing ext-data from cache in _new_from_nl_link()Thomas Haller2018-09-071-0/+1
* platform/trivial: move code in nm-linux-platform.c aroundThomas Haller2018-09-071-213/+209
* platform: let _lookup_cached_link() also return cached links that are not in ...Thomas Haller2018-09-071-7/+11
* platform: cleanup error pathsThomas Haller2018-09-073-179/+127
* platform/netlink: assert that callbacks don't return positive error codeThomas Haller2018-09-071-2/+8
* platform/netlink: drop ref-counting for "struct nl_msg"Thomas Haller2018-09-071-11/+2
* platform/trivial: reorder codeThomas Haller2018-09-071-30/+36
* platform/netlink: drop nlmsg_alloc_inherit() functionThomas Haller2018-09-072-28/+7
* platform: fix printing all-info about NMPObjectLink instancesThomas Haller2018-09-071-17/+21
* all: avoid g_memdup()Thomas Haller2018-09-072-4/+4
* platform/netlink: fix nl_errno() to get absolute error number valueThomas Haller2018-09-071-1/+1
* platform/trivial: add FIXME comment to use new ethtool API to set link settingsThomas Haller2018-09-061-0/+4
* platform: fix typoBeniamino Galvani2018-09-051-17/+17
* shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2018-09-042-0/+2
* core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller2018-09-042-6/+20
* build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-271-2/+2
* wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-221-1/+4
* platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-222-8/+0
* platform: if AF_INET6 is not available, don't warnLubomir Rintel2018-08-201-0/+3
* all/ethtool: add support for all currently supported kernel featuresThomas Haller2018-08-101-21/+60
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-105-3/+564
* platform/mii: use SocketHandle also for nmp_utils_mii_supports_carrier_detect()Thomas Haller2018-08-101-16/+12
* platform/ethtool: add SocketHandle to reuse socket for ethtool requestsThomas Haller2018-08-101-83/+131
* platform/ethtool: split functions for ETHTOOL_GSTRINGSThomas Haller2018-08-101-33/+69
* platform/tests: increase wait timeout in test_cleanup_internal()Thomas Haller2018-08-101-1/+1
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* platform: rename instances of Wireguard to WireGuardJavier Arteaga2018-08-065-46/+46
* platform: put wireguard_family_id in NMPObjectLinkJavier Arteaga2018-07-132-6/+6
* platform: add support for changing VF attributesBeniamino Galvani2018-07-113-0/+230
* platform: allow setting drivers-autoprobe on SR-IOV PFsBeniamino Galvani2018-07-114-36/+67
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-114-8/+8
* platform: reduce logging level for wireguard messagesThomas Haller2018-07-091-6/+5
* platform: fix -Werror=maybe-uninitialized in _new_from_nl_link()Thomas Haller2018-07-091-1/+1
* platform/linux: drop an unused variableLubomir Rintel2018-07-091-1/+0
* merge: branch 'wireguard-platform' of https://github.com/jbeta/NetworkManagerLubomir Rintel2018-07-095-0/+692
|\
| * platform: add support for WireGuard linksJavier Arteaga2018-07-015-2/+682
| * platform-linux: add support function for genlJavier Arteaga2018-06-281-0/+12
* | platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani2018-07-027-2/+396
* | platform: add gretap tunnels supportBeniamino Galvani2018-07-026-21/+88
* | platform: uniform logging for link-add functionsBeniamino Galvani2018-07-021-45/+21