summaryrefslogtreecommitdiff
path: root/src/platform/nm-linux-platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* platform: don't use GIOChannel to watch plain file descriptor for netlink socketThomas Haller2020-01-131-21/+17
* platform: use NM_MAKE_STRV() in NMLinuxPlatform:constucted()Thomas Haller2020-01-131-1/+1
* platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-091-42/+13
* platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-091-56/+26
* platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-091-42/+17
* platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-091-61/+34
* platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-091-55/+29
* platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-091-34/+0
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-091-69/+45
* platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-091-41/+25
* platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-091-42/+17
* platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-091-48/+23
* platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-091-0/+4
* platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-091-8/+19
* platform/linux: add support for /31 prefixes on IPv4 point-to-point linksAntonio Cardace2020-01-071-0/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-12/+12
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1