summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform: improve IPv6 address synchronizationBeniamino Galvani2020-03-261-32/+63
* platform: sort IPv6 addresses from platform during syncBeniamino Galvani2020-03-261-3/+8
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* platform: don't assign meaning to NMLinkType numeric valuesThomas Haller2020-02-211-2/+2
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-4/+8
* platform: use C99 static array index in parameter of nm_platform_if_indextona...Thomas Haller2020-02-101-1/+1
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-18/+18
* platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-141-15/+48
* platform: add VRF supportBeniamino Galvani2020-01-141-0/+39
* platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-091-1/+1
* platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-091-37/+5
* platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-091-35/+4
* platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-091-33/+4
* platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-091-39/+2
* platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-091-34/+4
* platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-091-32/+0
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-091-32/+4
* platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-091-38/+4
* platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-091-33/+5
* platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-091-36/+11
* platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-091-1/+8
* platform: move special link-add functions to headerThomas Haller2020-01-091-86/+1
* platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-091-15/+26
* platform: log name of link that gets added by nm_platform_link_add()Thomas Haller2020-01-091-4/+6
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-17/+17
* core: track whether IP addresses are externalBeniamino Galvani2019-10-231-6/+12
* platform: silence cppcheck warning about NULL pointer dereferenceIlya Shipitsin2019-10-171-1/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* ipv6: set neighbor parameters from RAsBeniamino Galvani2019-08-301-0/+48
* core: drop nm_platform_link_get_address_as_bytes()Beniamino Galvani2019-07-051-0/+13
* platform: add nm_platform_sysctl_ip_conf_get_rp_filter_ipv4()Thomas Haller2019-06-171-0/+41
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* platform: avoid heap allocating string buffer for printing link flagsThomas Haller2019-06-111-14/+18
* platform: handle IFLA_BROADCAST in platform cache for linksThomas Haller2019-06-111-32/+76
* core: set number of SR-IOV VFs asynchronouslyBeniamino Galvani2019-05-281-8/+24
* platform: add async sysctl set functionBeniamino Galvani2019-05-281-0/+34
* platform: use 'self' argument name for platform functionsBeniamino Galvani2019-05-281-12/+12
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2
* device/trivial: add comment about lifetime of "kind" in tc_commit()th/various-cleanup-platform-libnmThomas Haller2019-05-071-0/+34
* platform: use bool bitfields in NMPlatformActionMirred structureThomas Haller2019-05-071-9/+10
* libnm: rename "memory" parameter of fq_codel QDisc to "memory_limit"Thomas Haller2019-05-071-4/+4
* platform: fix handling of default value for TCA_FQ_CODEL_CE_THRESHOLDThomas Haller2019-05-071-1/+1
* platform: fix handling of fq_codel's memory limit default valueThomas Haller2019-05-071-1/+1
* platform: fix nm_platform_qdisc_to_string()Thomas Haller2019-05-071-1/+4
* platform: use NM_CMP_FIELD_UNSAFE() for comparing bitfield in nm_platform_qdi...Thomas Haller2019-05-071-2/+3
* tc/tfilter: add mirred actionLubomir Rintel2019-04-301-3/+26
* tc/qdisc: add support for fq_codel attributesLubomir Rintel2019-04-301-7/+48
* platform: fix nm_platform_lnk_gre_to_string() for tap linksThomas Haller2019-04-181-1/+2
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-2/+2