summaryrefslogtreecommitdiff
path: root/src/platform
AgeCommit message (Expand)AuthorFilesLines
2018-12-03platform: don't consult cache before invoking netlink operationThomas Haller1-11/+1
2018-12-03platform: assert against valid ifindex and remove duplicate assertionsThomas Haller5-60/+14
2018-12-03platform/tests: improve nmtstp_link_delete() for deleting linksThomas Haller3-27/+32
2018-12-03platform: move assertion from nm_platform_link_get() to nm_platform_link_get_...Thomas Haller1-9/+6
2018-12-03platform: let nmp_cache_lookup_link_full() prefer visible linksThomas Haller1-4/+11
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2-2/+2
2018-11-29wifi/wext: fix double quotingLubomir Rintel1-1/+1
2018-11-29platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2-9/+30
2018-11-28platform/tests: fix assertion for unit test for address lifetimeThomas Haller1-2/+0
2018-11-12build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller8-10/+20
2018-10-22core/trivial: fix whitespaceThomas Haller1-1/+1
2018-10-22platform/tests: extend timeout for link-linux tests with mesonThomas Haller1-1/+1
2018-10-22meson: Fix platform testsJan Alexander Steffens (heftig)1-14/+12
2018-10-22platform/tests: fix test-nmp-object when running on system without udevThomas Haller1-2/+4
2018-10-22platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller1-1/+1
2018-10-10platform/netlink: fix overrun in attribute iteration in nla_ok()Thomas Haller1-1/+1
2018-10-07platform/wpan: allow setting channelLubomir Rintel5-0/+40
2018-10-01platform: bring back the interface name to log messagesLubomir Rintel1-3/+6
2018-10-01wifi-utils: remove log domain argumentLubomir Rintel1-14/+13
2018-10-01wifi-utils: rename nl80211 to selfLubomir Rintel1-62/+62
2018-10-01wifi-utils: downgrade a log messageLubomir Rintel1-1/+1
2018-10-01platform: log the interface namesLubomir Rintel1-151/+153
2018-10-01wifi: include the interface name in logsLubomir Rintel1-48/+24
2018-10-01wpan: include the device name in logsLubomir Rintel1-27/+21
2018-09-30Fix typosRafael Fontenelle1-1/+1
2018-09-15docs: misc. typosluz.paz12-27/+27
2018-09-12platform/netlink: cleanup error number handlingThomas Haller2-60/+82
2018-09-12platform/trivial: adjust coding style in nm-netlink.cThomas Haller1-71/+71
2018-09-07platform/wireguard: rework parsing wireguard links in platformThomas Haller5-342/+550
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 Haller3-179/+127
2018-09-07platform/netlink: assert that callbacks don't return positive error codeThomas Haller1-2/+8
2018-09-07platform/netlink: drop ref-counting for "struct nl_msg"Thomas Haller1-11/+2
2018-09-07platform/trivial: reorder codeThomas Haller1-30/+36
2018-09-07platform/netlink: drop nlmsg_alloc_inherit() functionThomas Haller2-28/+7
2018-09-07platform: fix printing all-info about NMPObjectLink instancesThomas Haller1-17/+21
2018-09-07all: avoid g_memdup()Thomas Haller2-4/+4
2018-09-07platform/netlink: fix nl_errno() to get absolute error number valueThomas Haller1-1/+1
2018-09-06platform/trivial: add FIXME comment to use new ethtool API to set link settingsThomas Haller1-0/+4
2018-09-05platform: fix typoBeniamino Galvani1-17/+17
2018-09-04shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2-0/+2
2018-09-04core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller2-6/+20
2018-08-27build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller1-2/+2
2018-08-22wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller1-1/+4
2018-08-22platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2-8/+0
2018-08-20platform: if AF_INET6 is not available, don't warnLubomir Rintel1-0/+3
2018-08-10all/ethtool: add support for all currently supported kernel featuresThomas Haller1-21/+60