summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform: create wireguard netdev interfaceth/wireguard-pt2Thomas Haller2019-01-081-0/+55
* platform: track wireguard endpoint as sockaddr structThomas Haller2019-01-081-7/+13
* shared/trivial: rename nm_utils_mem_all_zero() to nm_utils_memeqzero()Thomas Haller2019-01-081-3/+3
* platform: fix nm_platform_wireguard_peer_to_string()Thomas Haller2018-12-301-1/+2
* platform: return platform-error from link-add functionThomas Haller2018-12-271-3/+1
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-271/+218
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-13/+28
* core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-191-1/+3
* platform: add nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-191-1/+83
* core: use NMTernary for SR-IOV autoprobe-driversBeniamino Galvani2018-12-121-5/+4
* platform: don't consult cache before invoking netlink operationThomas Haller2018-12-031-11/+1
* platform: assert against valid ifindex and remove duplicate assertionsThomas Haller2018-12-031-51/+6
* platform: move assertion from nm_platform_link_get() to nm_platform_link_get_...Thomas Haller2018-12-031-9/+6
* platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2018-11-291-9/+29
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* platform/wpan: allow setting channelLubomir Rintel2018-10-071-0/+10
* platform: bring back the interface name to log messagesLubomir Rintel2018-10-011-3/+6
* platform: log the interface namesLubomir Rintel2018-10-011-151/+153
* Fix typosRafael Fontenelle2018-09-301-1/+1
* docs: misc. typosluz.paz2018-09-151-7/+7
* platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-071-57/+48
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-101-0/+26
* platform: rename instances of Wireguard to WireGuardJavier Arteaga2018-08-061-6/+6
* platform: add support for changing VF attributesBeniamino Galvani2018-07-111-0/+71
* platform: allow setting drivers-autoprobe on SR-IOV PFsBeniamino Galvani2018-07-111-3/+16
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* merge: branch 'wireguard-platform' of https://github.com/jbeta/NetworkManagerLubomir Rintel2018-07-091-0/+123
|\
| * platform: add support for WireGuard linksJavier Arteaga2018-07-011-0/+123
* | platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani2018-07-021-2/+74
* | platform: add gretap tunnels supportBeniamino Galvani2018-07-021-3/+11
* | platform: uniform logging for link-add functionsBeniamino Galvani2018-07-021-45/+21
* | platform: fix printing macvtap linksBeniamino Galvani2018-07-021-1/+2
* | platform: avoid double log messagesBeniamino Galvani2018-07-021-3/+9
|/
* platform: add support for 6LoWPAN linksLubomir Rintel2018-06-261-0/+65
* platform: add support for WPAN linksLubomir Rintel2018-06-261-0/+40
* paltform: add type argument to nm_platform_link_get_by_address()Lubomir Rintel2018-06-261-2/+3
* platform: add methods to retrieve current WoWLAN stateAlfonso Sánchez-Beato2018-06-221-0/+10
* platform: move link_duplex_to_string function to platformFrancesco Giudici2018-06-151-0/+7
* platform: add support for wake-on-wlanSimon Fels2018-06-151-0/+10
* platform: sort known IPv6 addresses by scope before a syncBeniamino Galvani2018-05-301-0/+26
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-6/+6
* platform: fix adding direct route to gatewayBeniamino Galvani2018-05-071-0/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-5/+0
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-1/+1
* platform: minor cleanup of nm_platform_ip6_address_sync()Thomas Haller2018-04-101-14/+15
* platform: fix IPv6 address sync after for link local addressesThomas Haller2018-04-101-4/+6
* platform: support creating non-persistant TUN/TAP devicesThomas Haller2018-04-091-2/+15
* platform: adjust format for nm_platform_lnk_tun_to_string() and print "persist"Thomas Haller2018-04-091-4/+6
* platform: fix double whitespace for tun device in nm_platform_lnk_tun_to_stri...Thomas Haller2018-04-091-1/+1
* platform: adding onlink gateway route for manual addressesThomas Haller2018-04-041-13/+59