summaryrefslogtreecommitdiffstats
path: root/lib/route/cls
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
* cls: check data before memcpy() itNicolas PLANEL2014-08-271-1/+2
* ematch/cmp: Include <netlink/route/cls/ematch/cmp.h>Thomas Graf2014-07-271-0/+1
* style: require comma after __ADD() macroThomas Haller2014-07-272-52/+52
* u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
* cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller2014-06-101-1/+1
* route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-101-3/+1
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-1/+2
* act: grab a reference when adding an action to a filterCong Wang2014-04-302-2/+14
* 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
* basic: make BASIC_ATTR_TARGET optionalCong Wang2014-02-271-4/+2
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+36
* basic: add action removal APICong Wang2013-12-091-0/+19
* u32: add action removal APICong Wang2013-12-091-0/+19
* basic: add action supportCong Wang2013-11-091-1/+33
* add u32 action supportCong Wang2013-11-091-7/+29
* Move private header files to <netlink-private/*>Thomas Graf2013-01-2413-44/+44
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-191-1/+7
* asprintf related fixed in yy parserКоренберг Марк2012-08-301-10/+14
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+1
* add fwmark mask supportA C2012-05-291-1/+30
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* Unified TC APIThomas Graf2011-03-216-140/+231
* constify struct trans_tblThomas Graf2010-11-172-3/+3
* ematch/meta: id definitionsThomas Graf2010-11-031-1/+44
* Support for meta matchThomas Graf2010-10-314-3/+512
* text ematch supportThomas Graf2010-10-294-7/+264
* cgroup classifier improvementsThomas Graf2010-10-281-25/+46
* basic: Only add ematches to message if availableThomas Graf2010-10-281-1/+5
* Tons of ematch workThomas Graf2010-10-288-169/+921
* nl-cls-* toolsThomas Graf2010-10-261-5/+13
* Unified TC attributes interfaceThomas Graf2010-10-264-5/+5
* one more fix, u32.cDenys Fedoryschenko2009-12-071-2/+1
* - Reworked the classifier interface.Thomas Graf2009-09-027-165/+975
* Remove old line counting while dumpingThomas Graf2008-05-232-78/+51
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-142-6/+6
* Thread-safe error handlingThomas Graf2008-05-142-32/+22
* Initial importThomas Graf2007-09-143-0/+920