summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/u32.c
Commit message (Expand)AuthorAgeFilesLines
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-041-0/+14
* route/cls: minor fixes in for match mark filtersThomas Haller2014-11-231-27/+25
* route/cls: support 'match mark' u32 filtersSagi Lowenhardt2014-11-231-5/+85
* u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
* act: grab a reference when adding an action to a filterCong Wang2014-04-301-1/+7
* u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang2014-03-211-2/+2
* remove some useless code in lib/route/cls/u32.cCong Wang2014-02-271-8/+0
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+36
* u32: add action removal APICong Wang2013-12-091-0/+19
* add u32 action supportCong Wang2013-11-091-7/+29
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-4/+4
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+1
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* Unified TC APIThomas Graf2011-03-211-36/+59
* Unified TC attributes interfaceThomas Graf2010-10-261-2/+2
* one more fix, u32.cDenys Fedoryschenko2009-12-071-2/+1
* - Reworked the classifier interface.Thomas Graf2009-09-021-92/+35
* Remove old line counting while dumpingThomas Graf2008-05-231-52/+39
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-4/+4
* Thread-safe error handlingThomas Graf2008-05-141-17/+14
* Initial importThomas Graf2007-09-141-0/+602