summaryrefslogtreecommitdiffstats
path: root/include/netlink/route/link.h
Commit message (Expand)AuthorAgeFilesLines
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-211-0/+6
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-021-1/+1
* factor out rtnl_link_info_parse()Cong Wang2013-11-061-0/+2
* add link netns supportCong Wang2013-11-061-0/+6
* add veth link supportCong Wang2013-11-061-0/+2
* factor out rtnl_link_fill_info()Cong Wang2013-11-061-0/+1
* link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-051-0/+2
* Remove rtnl_link_free() declaration from the header file.Tony Cheneau2013-03-171-1/+0
* link: add carrier supportFlavio Leitner2013-01-111-0/+7
* link: Support link groupingThomas Graf2012-10-091-0/+3
* link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-091-0/+6
* link: Support IFLA_PROMISCUITY link attributeThomas Graf2012-10-091-1/+4
* link: generic link enslaving APIThomas Graf2011-11-071-0/+6
* Updated link documentationThomas Graf2011-07-281-66/+76
* include <linux/if.h> from <netlink/route/link.h> to export IFF_* flagsThomas Graf2011-07-251-0/+1
* Use 'link type' instead of 'link info type'Thomas Graf2011-07-211-2/+5
* export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf2011-04-151-1/+4
* API to issue direct GET requests to the kernelThomas Graf2011-04-111-0/+4
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-101-0/+4
* link: Make return and argument type matchThomas Graf2011-04-101-2/+2
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-161-30/+30
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-111-0/+4
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-1/+33
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-111-0/+2
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-1/+4
* Support for 64bit link counters IFLA_STATS64Thomas Graf2010-10-281-1/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-2/+2
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-141-6/+0
* Thread-safe error handlingThomas Graf2008-05-141-74/+56
* Link info interface and vlan supportThomas Graf2008-01-081-0/+4
* Support link operstate and linkmodeThomas Graf2007-12-191-0/+14
* Initial importThomas Graf2007-09-141-0/+151