summaryrefslogtreecommitdiff
path: root/src/platform/nm-linux-platform.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-07platform/wpan: allow setting channelLubomir Rintel1-0/+8
2018-09-15docs: misc. typosluz.paz1-2/+2
2018-09-07platform/wireguard: rework parsing wireguard links in platformThomas Haller1-135/+299
2018-09-07platform/trivial: rename local variables for nla_policy/nlattrThomas Haller1-37/+37
2018-09-07platform: fix resusing ext-data from cache in _new_from_nl_link()Thomas Haller1-0/+1
2018-09-07platform/trivial: move code in nm-linux-platform.c aroundThomas Haller1-213/+209
2018-09-07platform: let _lookup_cached_link() also return cached links that are not in ...Thomas Haller1-7/+11
2018-09-07platform: cleanup error pathsThomas Haller1-144/+98
2018-09-05platform: fix typoBeniamino Galvani1-17/+17
2018-09-04shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller1-0/+1
2018-09-04core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller1-3/+9
2018-08-27build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller1-2/+2
2018-08-20platform: if AF_INET6 is not available, don't warnLubomir Rintel1-0/+3
2018-08-06platform: rename instances of Wireguard to WireGuardJavier Arteaga1-15/+15
2018-07-13platform: put wireguard_family_id in NMPObjectLinkJavier Arteaga1-6/+4
2018-07-11platform: add support for changing VF attributesBeniamino Galvani1-0/+136
2018-07-11platform: allow setting drivers-autoprobe on SR-IOV PFsBeniamino Galvani1-24/+49
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-5/+5
2018-07-09platform: reduce logging level for wireguard messagesThomas Haller1-6/+5
2018-07-09platform: fix -Werror=maybe-uninitialized in _new_from_nl_link()Thomas Haller1-1/+1
2018-07-09platform/linux: drop an unused variableLubomir Rintel1-1/+0
2018-07-09merge: branch 'wireguard-platform' of https://github.com/jbeta/NetworkManagerLubomir Rintel1-0/+325
2018-07-02platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani1-0/+146
2018-07-02platform: add gretap tunnels supportBeniamino Galvani1-4/+17
2018-07-02platform: fix linux-platform link_*_add() functions signatureBeniamino Galvani1-7/+7
2018-07-02platform: avoid double log messagesBeniamino Galvani1-87/+0
2018-07-02platform: fix attribute size in link_gre_add()Beniamino Galvani1-2/+2
2018-07-01platform: add support for WireGuard linksJavier Arteaga1-2/+315
2018-06-28platform-linux: add support function for genlJavier Arteaga1-0/+12
2018-06-26platform/linux: add support for 6LoWPAN linksLubomir Rintel1-0/+36
2018-06-26platform/linux: add support for WPAN linksLubomir Rintel1-18/+73
2018-06-26platform/linux: recognize 6LoWPAN linksLubomir Rintel1-0/+10
2018-06-26platform/linux: recognize WPAN linksLubomir Rintel1-0/+3
2018-06-26platform: move the management of the genl socket to linux-platformLubomir Rintel1-1/+28
2018-06-26platform: attach WifiData to NMPObjectLubomir Rintel1-30/+34
2018-06-26platform: don't initialize pllink when not neededLubomir Rintel1-1/+1
2018-06-26platform/wifi: turn NMWifiUtils into a GObjectLubomir Rintel1-5/+5
2018-06-26platform/wifi: rename wifi-utils to nm-wifi-utilsLubomir Rintel1-25/+25
2018-06-26platform/wifi: drop *_get_wowlan()Lubomir Rintel1-1/+1
2018-06-22platform: add methods to retrieve current WoWLAN stateAlfonso Sánchez-Beato1-0/+8
2018-06-15platform: add support for wake-on-wlanSimon Fels1-0/+9
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-3/+0
2018-04-09platform: support creating non-persistant TUN/TAP devicesThomas Haller1-9/+14
2018-04-09platform: workaround kernel issue for tun device for first RTM_NETLINK eventThomas Haller1-0/+14
2018-04-09platform: refetch TUN link when no type-specific lnk data was receivedThomas Haller1-0/+1
2018-04-09platform: enable parsing tun/tap properties from netlinkThomas Haller1-4/+0
2018-04-09platform: refactor fetching links in cache_on_change()Thomas Haller1-26/+20
2018-04-09platform: assert in nm_platform_link_tun_add() for unsupported optionsThomas Haller1-2/+3
2018-03-20core/platform: add support for TUN/TAP netlink support and various cleanupThomas Haller1-80/+132