summaryrefslogtreecommitdiffstats
path: root/lib/route/link.c
Commit message (Expand)AuthorAgeFilesLines
* factor out rtnl_link_info_parse()Cong Wang2013-11-061-62/+63
* add link netns supportCong Wang2013-11-061-0/+36
* add veth link supportCong Wang2013-11-061-1/+1
* factor out rtnl_link_fill_info()Cong Wang2013-11-061-12/+23
* route/link: fixup link->l_af_ops must be set for some kind of linksNicolas PLANEL2013-10-221-0/+11
* fix double free caused by freeing link af_data in rtnl_link_set_family()Jiri Pirko2013-08-211-1/+3
* link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-051-0/+30
* link: move af_data_compare to the endroopa2013-02-241-6/+6
* link: Free and realloc af specific data upon rtnl_link_set_family()Thomas Graf2013-02-051-0/+6
* link: Hold af_ops reference for each AF_SPEC block during lifetime of link ob...Thomas Graf2013-02-051-4/+6
* link: Modify link policy on the stackThomas Graf2013-02-051-2/+5
* link: Keep reference to af_ops during lifetime of link objectThomas Graf2013-02-051-0/+4
* link: Fix af_ops leak on ENOMEMThomas Graf2013-02-051-1/+3
* link cache: remove AF_UNSPEC check in rtnl_get_link and rtnl_get_link_by_nameroopa2013-01-311-3/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* link: Add af data compare to link objectsroopa2013-01-181-2/+20
* link: add carrier supportFlavio Leitner2013-01-111-1/+58
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+1
* Add AF_BRIDGE support to link cacheroopa2012-11-141-19/+9
* Add hash support to link cacheroopa2012-11-091-0/+23
* link: Support link groupingThomas Graf2012-10-091-1/+38
* link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messagesThomas Graf2012-10-091-0/+6
* link: Only print "promisc-mode" if users > 0Thomas Graf2012-10-091-1/+1
* link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-091-0/+85
* link: correctly set LINK_ATTR_PROMISCUITYThomas Graf2012-10-091-2/+2
* 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