summaryrefslogtreecommitdiff
path: root/lib/route/link.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clone() of AF specific link dataThomas Graf2011-04-211-1/+1
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* Support for rtnl_link_add()Thomas Graf2011-04-151-6/+73
* Improve rtnl_link_change() behaviourThomas Graf2011-04-131-73/+128
* fix line removed by mistakeThomas Graf2011-04-111-0/+1
* API to issue direct GET requests to the kernelThomas Graf2011-04-111-1/+92
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-101-0/+81
* link: Make return and argument type matchThomas Graf2011-04-101-2/+2
* Documentation updatesThomas Graf2011-03-221-1/+2
* Add missing argument in rtnl_link_change exampleMiguel Di Ciurcio Filho2011-03-161-1/+1
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-161-30/+30
* constify struct trans_tblThomas Graf2010-11-171-5/+5
* link: define RTM_SETLINK to allow pretty printingThomas Graf2010-11-161-0/+1
* link: Add missing IFLA_AF_SPEC container attributeThomas Graf2010-11-161-0/+6
* link: Fix typo, use rtnl_link_af_alloc() to make sure data buffer is allocatedThomas Graf2010-11-161-1/+1
* link: AF_INET link moduleThomas Graf2010-11-161-7/+27
* link: Support for IFLA_AF_SPECThomas Graf2010-11-131-9/+42
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-111-0/+4
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-7/+82
* link/api: Convert link info ops to use nl_list_headThomas Graf2010-11-111-2/+1
* link: API for address family specific link dataThomas Graf2010-11-111-10/+120
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-111-0/+28
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-1/+58
* Support for 64bit link counters IFLA_STATS64Thomas Graf2010-10-291-7/+45
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-68/+0
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-1/+1
* Remove XML dumpingThomas Graf2008-06-171-71/+0
* Remove old line counting while dumpingThomas Graf2008-05-231-103/+84
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Fix memory leaks when sending of message failedThomas Graf2008-05-151-2/+3
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-12/+12
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-141-14/+5
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-4/+9
* Thread-safe error handlingThomas Graf2008-05-141-36/+22
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-1/+1
* Fix 64bit alignment issue on x86_64.Thomas Graf2008-03-311-7/+2
* Improve readability of link statistics outputThomas Graf2008-02-071-5/+5
* Link info interface and vlan supportThomas Graf2008-01-081-11/+169
* Add support for the IFF_ECHO flagThomas Graf2007-12-191-0/+1
* Support link operstate and linkmodeThomas Graf2007-12-191-6/+123
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-151-0/+1313