summaryrefslogtreecommitdiffstats
path: root/include/netlink/route/link.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-17Remove rtnl_link_free() declaration from the header file.Tony Cheneau1-1/+0
2013-01-11link: add carrier supportFlavio Leitner1-0/+7
2012-10-09link: Support link groupingThomas Graf1-0/+3
2012-10-09link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf1-0/+6
2012-10-09link: Support IFLA_PROMISCUITY link attributeThomas Graf1-1/+4
2011-11-07link: generic link enslaving APIThomas Graf1-0/+6
2011-07-28Updated link documentationThomas Graf1-66/+76
2011-07-25include <linux/if.h> from <netlink/route/link.h> to export IFF_* flagsThomas Graf1-0/+1
2011-07-21Use 'link type' instead of 'link info type'Thomas Graf1-2/+5
2011-04-15export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf1-1/+4
2011-04-11API to issue direct GET requests to the kernelThomas Graf1-0/+4
2011-04-10link: Provide rtnl_link_delete() to delete virtual linksThomas Graf1-0/+4
2011-04-10link: Make return and argument type matchThomas Graf1-2/+2
2011-03-16prefix ipv6 link statistics identifiers with IP6Thomas Graf1-30/+30
2010-11-11Add support for per interface ICMPv6 statisticsThomas Graf1-0/+4
2010-11-11Extend rtnl_link_alloc_cache() to support address familiesThomas Graf1-1/+33
2010-11-11link: Support IFLA_NUM_VF attributeThomas Graf1-0/+2
2010-11-11link: Support IFLA_IFALIAS attributeThomas Graf1-1/+4
2010-10-29Support for 64bit link counters IFLA_STATS64Thomas Graf1-1/+1
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf1-2/+2
2008-05-14Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf1-6/+0
2008-05-14Thread-safe error handlingThomas Graf1-74/+56
2008-01-08Link info interface and vlan supportThomas Graf1-0/+4
2007-12-19Support link operstate and linkmodeThomas Graf1-0/+14
2007-09-15Initial importThomas Graf1-0/+151