summaryrefslogtreecommitdiffstats
path: root/lib/route/link/inet6.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-2/+2
* include/linux: update all linux headersThomas Haller2023-08-081-2/+3
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+2
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+3
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller2023-08-021-1/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller2023-07-311-1/+1
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-281-3/+3
* route/link: improve handling of IFLA_INET6_CONFThomas Haller2023-07-241-7/+12
* route/link: remove rtnl_link_inet6_set_conf() APIThomas Haller2023-07-241-28/+0
* route/link: various fixes for rtnl_link_inet6_get_conf() APIThomas Haller2023-07-241-2/+2
* route/link: add accessor API for IPv6 DEVCONFAbdurrahman Hussain2023-03-291-0/+58
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-6/+6
* route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller2020-04-161-0/+6
* route/link: add RTNL_LINK_REASM_OVERLAPS statIlya Pronin2020-04-161-0/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* route/inet6: fix strncpy() in inet6_dump_details()Thomas Haller2019-08-091-12/+13
* route/link: add accessor API for IPv6 flagsMarkus Trapp2017-05-031-2/+49
* link/inet6: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* route/link: add support for IN6_ADDR_GEN_MODE_STABLE_PRIVACYQuentin Armitage2015-12-181-0/+1
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* link/inet6: add support for tokenized interface identifiersLubomir Rintel2014-10-081-0/+70
* link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-301-7/+102
* style: require comma after __ADD() macroThomas Haller2014-07-271-34/+34
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-211-9/+108
* route: don't enforce minlen in inet6_parse_protinfo() (IFLA_PROTINFO) and ine...Thomas Haller2014-03-211-5/+13
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-19/+19
* 64bit unaligned accessBryan Phillippe2011-09-011-7/+17
* Fix off-by-one when reading IFLA_INET6_CONF and IFLA_INET6_STATSThomas Graf2011-03-171-2/+2
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-161-35/+37
* constify struct trans_tblThomas Graf2010-11-171-2/+2
* link/inet6: pretty printingThomas Graf2010-11-171-12/+49
* link: Support for IFLA_AF_SPECThomas Graf2010-11-131-0/+1
* link: Add support for IPv6 specific link dataThomas Graf2010-11-111-0/+327