summaryrefslogtreecommitdiff
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* add fwmark mask supportA C2012-05-291-1/+30
* doc: documentation restructuringThomas Graf2012-05-102-4/+3
* route: Add FIXME to rtnl_route_nh_set_gateway() to fix return valueThomas Graf2012-05-091-0/+1
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* Memory leak in classid.cNicolas CARRIER2012-04-191-4/+12
* missing extended Table attribute for lib/route/Romary Sonrier2012-03-062-0/+7
* Support plug qdisc - queue traffic until explicit releaseShriram Rajagopalan2012-02-141-0/+177
* add new function to provide neighbour event parsingBrett Ciphery2012-01-301-1/+18
* link: fix regression in link message parserTorsten Hilbrich2012-01-121-1/+1
* rtnl_link_bond_add: allow to allocate bond name in case NULL is givenJiri Pirko2011-11-111-4/+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
* Only use the MULTIPATH attribute when adding routes with more than one next hop.Michael Altizer2011-10-101-1/+11
* Fix rtnl_link object memory leak when freeing rtnl_addr objects.Michael Altizer2011-10-101-0/+1
* bonding: API to create/enslave/releaseThomas Graf2011-09-161-0/+176
* link: Eat ACK followed by RTM_NEWLINK when requesting single linkThomas Graf2011-09-141-0/+4
* route: Remove dead link_cache variableThomas Graf2011-09-131-3/+0
* fix license of lib/route/pktloc.cThomas Graf2011-09-081-3/+4
* 64bit unaligned accessBryan Phillippe2011-09-011-7/+17
* htb: fix misplaced memset() overwriting already set htb prio optionThomas Graf2011-08-121-2/+2
* link: fix unaligned access to 64bit link statsBryan Phillippe2011-08-121-27/+37
* Put "break" inside the "if" block in route_compare()Pavel Roskin2011-08-111-2/+4
* Make some functions and global variables staticPavel Roskin2011-08-112-2/+3
* Updated link documentationThomas Graf2011-07-284-580/+692
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-211-30/+101
* Use 'link type' instead of 'link info type'Thomas Graf2011-07-211-12/+21
* bonding link moduleThomas Graf2011-07-211-0/+39
* Include IFLA_LINK in link messagesThomas Graf2011-07-211-0/+3
* documentation updatesHEADmasterThomas Graf2011-07-142-1/+2
* neigh: include ndm flags while building messageThomas Graf2011-06-151-0/+3
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-091-42/+252
* Provide documentation for rtnl_tc_data() and rtnl_tc_data_check()Thomas Graf2011-06-091-0/+24
* Add rtnl_tc_data_check()Thomas Graf2011-06-091-0/+15
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-112-2/+2
* Use name "global" instead of "universe" for largest scopeThomas Graf2011-05-041-1/+1
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-031-1/+77
* Adding rule with "From" option doesn't workRomary Sonrier2011-05-031-6/+8
* Provide rtnl_tc_get_link() and fix link refcntThomas Graf2011-04-211-5/+34
* Fix clone() of AF specific link dataThomas Graf2011-04-211-1/+1
* Set tc->tc_link if link cache is availableThomas Graf2011-04-201-0/+8
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-201-1/+1
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* dummy interface supportThomas Graf2011-04-151-0/+38
* 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