summaryrefslogtreecommitdiff
path: root/src/platform/nm-linux-platform.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-9696/+0
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-031-1/+1
* wireguard: fix configuring larger number of allowed-ips on WireGuard linkThomas Haller2021-01-271-1/+1
* platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryThomas Haller2021-01-151-1/+1
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-151-3/+4
* shared,platform: move "nmp-netns.[hc]" to shared/nm-platformThomas Haller2021-01-151-1/+1
* shared,platform: add "shared/nm-platform" libraryThomas Haller2021-01-151-1/+1
* platform: avoid "-Wmaybe-uninitialized" warning in ip_route_add()Thomas Haller2021-01-081-10/+3
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: adjust imports to fix libc/linux headersThomas Haller2020-12-231-1/+3
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
* wifi: use NMEtherAddr struct for bssidThomas Haller2020-11-191-5/+5
* platform: Drop nm_platform_wifi_get_{bssid,rate,quality}Andrew Zaborowski2020-11-191-24/+0
* platform: Add a wifi_get_station utilityAndrew Zaborowski2020-11-191-0/+12
* platform: allow setting the MTU at link creation timeAntonio Cardace2020-11-021-0/+4
* platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato2020-10-061-1/+24
* platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller2020-09-301-1/+4
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-277/+277
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-7573/+7729
* platform: add support for mcast_hash_max netlink attribute for bridgesSayed Shah2020-09-151-0/+4
* platform: workaround for old kernels that don't support IFLA_BR_VLAN_STATS_EN...Thomas Haller2020-08-211-1/+11
* platform: use netlink for configuring bridge settingsSayed Shah2020-08-201-26/+37
* platform: set default values for NMPlatformLnkBridge if unspecified on netlinkThomas Haller2020-08-171-0/+18
* platform: add support for configuring bridge settings via netlink (2)Sayed Shah2020-08-141-4/+48
* platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-071-0/+55
* platform: add the NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE status checkLi-Hao Liao (Leon Liao)2020-08-061-1/+4
* platform: do not rely on the presence of sriov_totalvfs sysfs fileBeniamino Galvani2020-07-101-16/+8
* platform: parse route type from netlink messagesAntonio Cardace2020-07-081-0/+1
* platform: support creation of prio qdiscBeniamino Galvani2020-07-081-0/+4
* all: fix minor typosYuri Chornoivan2020-07-071-8/+8
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* platform: add support for local routesAntonio Cardace2020-06-161-4/+6
* platform: rework nm_platform_link_get_udi()Beniamino Galvani2020-06-121-14/+0
* tc: add support for tbf qdiscBeniamino Galvani2020-06-081-6/+86
* tc: add support for sfq qdiscBeniamino Galvani2020-06-081-51/+78
* platform: use ECHO flag for qdisc and filter requestsBeniamino Galvani2020-05-281-2/+2
* platform: don't use unsigned constants in _link_type_from_rtnl_type(), _link_...Thomas Haller2020-05-241-6/+6
* platform: fix crash in binary search for _link_type_from_rtnl_type(), _link_t...Matthias Schiffer2020-05-241-6/+6
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-241-4/+4
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* platform: use nm_streq() instead of strcmp()Thomas Haller2020-02-211-4/+5
* platform: use binary search to lookup NMLinkType for devtypeThomas Haller2020-02-211-8/+70
* platform: use binary search to lookup NMLinkType for rtnl_typeThomas Haller2020-02-211-5/+77
* platform: index LinkDesc array by NMLinkTypeThomas Haller2020-02-211-63/+62
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-2/+4
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-101-1/+1
* platform: use IN6_IS_ADDR_UNSPECIFIED() to check for set IPv6 address in _nl_...Thomas Haller2020-01-281-6/+6
* platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-141-10/+14
* platform: add VRF supportBeniamino Galvani2020-01-141-0/+44