summaryrefslogtreecommitdiffstats
path: root/lib/route/link.c
Commit message (Expand)AuthorAgeFilesLines
...
* link: Support IFLA_PROMISCUITY link attributeThomas Graf2012-10-091-40/+79
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-2/+2
* link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is onThomas Graf2012-06-131-1/+1
* doc: documentation restructuringThomas Graf2012-05-101-2/+1
* link: fix regression in link message parserTorsten Hilbrich2012-01-121-1/+1
* link: allow to add/get linkinfo of unknown typeJiri Pirko2011-11-111-22/+54
* add missing IFLA_MASTER fillupJiri Pirko2011-11-071-0/+3
* link: generic link enslaving APIThomas Graf2011-11-071-0/+123
* link: Ignore bridging notifications in link cache managerThomas Graf2011-10-211-0/+14
* link: Eat ACK followed by RTM_NEWLINK when requesting single linkThomas Graf2011-09-141-0/+4
* link: fix unaligned access to 64bit link statsBryan Phillippe2011-08-121-27/+37
* Updated link documentationThomas Graf2011-07-281-577/+682
* Use 'link type' instead of 'link info type'Thomas Graf2011-07-211-12/+21
* Include IFLA_LINK in link messagesThomas Graf2011-07-211-0/+3
* 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-211-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-281-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