summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryth/shared-nm-platformThomas Haller2021-01-141-1/+1
* platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-141-4/+4
* platform: move nm_platform_link_duplex_type_to_string() to "nm-platform-utils.c"Thomas Haller2021-01-141-7/+0
* platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2021-01-141-4/+4
* shared,platform: move "nmp-netns.[hc]" to shared/nm-platformThomas Haller2021-01-141-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+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-30/+0
* platform: Add a wifi_get_station utilityAndrew Zaborowski2020-11-191-0/+14
* platform: allow setting the MTU at link creation timeAntonio Cardace2020-11-021-1/+7
* core: cleanup IPv4/IPv6 checks using NM_IS_IPv4()th/device-cleanup-addr-familyThomas Haller2020-10-301-13/+9
* platform: interpret metric_any for routes to accept offset for default metricThomas Haller2020-10-231-18/+18
* platform: add NMPlatformIP4Address.ip4acd_not_ready flagThomas Haller2020-10-131-14/+19
* platform: fix handlng of NMPlatformIP4Address.use_ip4_broadcast_address to be...Thomas Haller2020-10-131-16/+22
* shared,platform: take pointer to NMEtherAddr in NM_ETHER_ADDR_FORMAT_VAL() macroThomas Haller2020-10-131-1/+1
* platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_g...Thomas Haller2020-10-011-1/+1
* platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller2020-09-301-237/+287
* 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-115/+115
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-5899/+6261
* platform: refactor nm_platform_ip6_address_get() function to accept pointer i...Thomas Haller2020-09-241-3/+5
* shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2020-09-231-7/+7
* core: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-09-151-1/+1
* platform: add support for mcast_hash_max netlink attribute for bridgesSayed Shah2020-09-151-0/+5
* platform: add nm_platform_ip6_address_match()Thomas Haller2020-09-111-0/+32
* platform: add nm_platform_ip4_address_addr_to_hash() helperThomas Haller2020-09-031-0/+36
* platform: workaround for old kernels that don't support IFLA_BR_VLAN_STATS_EN...Thomas Haller2020-08-211-0/+5
* platform: use defines from libnm-core for setting defaults values for nm_plat...Thomas Haller2020-08-211-3/+3
* platform: fix default for bridge setting "mcast_snooping"Thomas Haller2020-08-211-1/+1
* platform: use netlink for configuring bridge settingsSayed Shah2020-08-201-13/+49
* platform: add support for configuring bridge settings via netlink (2)Sayed Shah2020-08-141-6/+62
* platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-071-0/+57
* shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-061-1/+1
* l3cfg: add nm_l3_config_data_add_dependent_routes()Thomas Haller2020-07-311-0/+2
* platform: move full-sync parameter away from nm_platform_ip_address_sync()Thomas Haller2020-07-311-19/+37
* platform: allow injecting the list of addresses to pruneThomas Haller2020-07-311-10/+30
* platform: minor cleanup in nm_platform_ip_address_sync()Thomas Haller2020-07-311-11/+10
* platform: merge nm_platform_ip_address_sync() implementationsThomas Haller2020-07-311-275/+238
* platform: use NM_CMP_*() macros in nm_platform_ip[46]_address_pretty_sort_cmp()Thomas Haller2020-07-241-41/+24
* platform: add nm_platform_ip[46]_address_pretty_sort_cmp()Thomas Haller2020-07-241-0/+132
* core: add dependent local routes configured by kernelAntonio Cardace2020-07-081-10/+1
* platform: skip metric-0 IPv6 routes in nm_platform_ip_route_sync()Thomas Haller2020-07-081-0/+7
* platform: do not prune kernel added routesAntonio Cardace2020-07-081-1/+10
* platform: always display route type when calling nmp_object_to_string()Antonio Cardace2020-07-081-5/+5
* core: fix treating route metric zero of IPv6 routes specialThomas Haller2020-07-071-19/+5
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* platform: add support for local routesAntonio Cardace2020-06-161-2/+22
* platform: add nm_platform_link_get_path()Beniamino Galvani2020-06-121-0/+10
* platform: rework nm_platform_link_get_unmanaged()Beniamino Galvani2020-06-121-18/+27
* platform: rework nm_platform_link_get_udi()Beniamino Galvani2020-06-121-6/+3