summaryrefslogtreecommitdiff
path: root/lib/route
Commit message (Expand)AuthorAgeFilesLines
* route cache: This patch adds route priority to route object oo_id_attrsroopa2013-01-231-2/+7
* link: fix reference leak in rtnl_link_af_data_compare()Thomas Graf2013-01-181-5/+10
* link: Add af data compare to link objectsroopa2013-01-181-2/+20
* Add new rtnl_link_af_data_compare function to compare af_dataroopa2013-01-181-0/+32
* Add ao_compare support to bridge family af_dataroopa2013-01-121-1/+21
* link: add carrier supportFlavio Leitner2013-01-111-1/+58
* route cache: Fix handling of ipv6 multipath routesroopa2012-12-171-0/+96
* link: socket-CAN helper functionsBenedikt Spranger2012-11-291-0/+359
* link: basic socket-CAN supportBenedikt Spranger2012-11-291-0/+404
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-167-9/+30
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-161-1/+1
* link: Protect registration of af and link ops with rwlockThomas Graf2012-11-151-17/+57
* Add master support to rtnl_neigh for AF_BRIDGE objectsroopa2012-11-151-2/+22
* Add AF_BRIDGE support to neigh cacheroopa2012-11-151-10/+36
* Add AF_BRIDGE support to link cacheroopa2012-11-141-19/+9
* addr: Support setting local/peer/anycast/multicast/broadcast address to NULLThomas Graf2012-11-121-20/+40
* addr: rtnl_addr_set_peer() is limited to IPv4Thomas Graf2012-11-111-0/+3
* addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributesThomas Graf2012-11-111-1/+14
* Add hash support to route cacheroopa2012-11-101-0/+47
* Add hash support to neigh cacheroopa2012-11-101-0/+46
* Add hash support to link cacheroopa2012-11-101-0/+23
* Set err and free ntbl when leaving neightbl_msg_parserMichele Baldessari2012-10-291-1/+1
* Remove unreachable codeMichele Baldessari2012-10-291-5/+0
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-194-7/+13
* ROUTE_DIFF result was not used in some place in route_compareКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* 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
* asprintf related fixed in yy parserКоренберг Марк2012-08-301-10/+14
* route: Document ROUTE_CACHE_CONTENT flagThomas Graf2012-08-301-0/+4
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-304-27/+38
* single nexthop flags bugJustin Mayfield2012-08-291-1/+7
* route_clone : fix segmentation fault using nl_cache_subset to filter routesLoïc Touraine2012-08-291-0/+3
* Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) testMichele Baldessari2012-08-291-1/+1
* tbf: fix false missing attrStephane Fillod2012-08-091-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-139-14/+17
* link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is onThomas Graf2012-06-131-1/+1
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* netem: Use ARRAY_SIZE()Thomas Graf2012-06-081-1/+1
* rtnl_netem_set_delay_distribution: fix possible segfaultКоренберг Марк (ноутбук дома)2012-06-081-3/+4
* Fix compilation with clangКоренберг Марк (ноутбук дома)2012-06-071-4/+5
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-293-9/+9
* 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