aboutsummaryrefslogtreecommitdiffstats
path: root/tc/m_xt.c
Commit message (Expand)AuthorAgeFilesLines
* tc/m_xt: Fix for potential string buffer overflowsPhil Sutter2017-08-241-3/+4
* tc: m_xt: Prevent a segfault in libiptPhil Sutter2017-05-301-1/+4
* tc: m_xt: Drop needless parentheses from #if checksPhil Sutter2017-01-131-4/+4
* tc: m_xt: Fix segfault with iptables-1.6.0Phil Sutter2017-01-121-0/+3
* tc: pass correct conversion specifier to print 'unsigned int' action index.Roman Mashak2016-12-141-1/+1
* m_xt: whitespace cleanupStephen Hemminger2016-06-141-11/+21
* tc: m_xt: Introduce get_xtables_target_opts()Phil Sutter2016-06-141-29/+29
* tc: m_xt: Simplify argc adjusting in parse_ipt()Phil Sutter2016-06-141-11/+6
* tc: m_xt: Get rid of iargc variable in parse_ipt()Phil Sutter2016-06-141-5/+4
* tc: m_xt: Get rid of rargc in parse_ipt()Phil Sutter2016-06-141-4/+3
* tc: m_xt: Drop unused variable fw in parse_ipt()Phil Sutter2016-06-141-2/+0
* tc: m_xt: Get rid of one indentation level in parse_ipt()Phil Sutter2016-06-141-46/+45
* tc: m_xt: Fix indentingPhil Sutter2016-06-141-28/+26
* tc: m_xt: Fix segfault when adding multiple actions at oncePhil Sutter2016-06-141-6/+8
* tc: m_xt: Prevent segfault with standard targetsPhil Sutter2016-06-141-2/+6
* tc: code cleanupStephen Hemminger2016-03-211-29/+36
* whitespace cleanupStephen Hemminger2014-12-201-1/+1
* tc: minor spelling fixesStephen Hemminger2014-12-031-2/+2
* fix print_ipt: segfault if more then one filter with action -j MARK.Andreas Greve2014-05-131-5/+8
* More minor spelling fixesStephen Hemminger2013-08-041-1/+1
* iproute2: act_ipt fix xtables breakage on older versions.Alexander Duyck2013-05-011-6/+8
* ip: make local functions staticStephen Hemminger2013-02-121-2/+2
* iproute2: act_ipt fix xtables breakageJamal Hadi Salim2013-01-161-18/+45
* Convert to use rta_getattr_ functionsStephen Hemminger2012-04-101-3/+3
* iproute2: fix calling up the xt actionJan Engelhardt2012-01-031-2/+2
* xt: only unset fields if m is non NULLDan McGee2011-08-311-6/+8
* Remove redundant limits.hStephen Hemminger2011-07-131-1/+0
* iproute2: Fix building xt module against xtables version 6Andreas Henriksson2011-07-111-4/+12
* xt match: fix set-never-used warningStephen Hemminger2011-06-291-2/+0
* m_xt: stop using xtables_set_revision()Mike Frysinger2010-11-301-1/+1
* Workaround missing ALIGN() macroStephen Hemminger2010-03-291-0/+5
* Add new (iptables 1.4.5 compatible) tc/ipt/xt module.Andreas Henriksson2009-12-261-0/+346
* Keep the old tc/ipt/xt module for compatibility.Andreas Henriksson2009-12-261-433/+0
* tc: remove dlfcn.h from files that dont need itMike Frysinger2009-11-131-1/+0
* remove duplicate limits.hStephen Hemminger2009-03-271-1/+0
* Add missing limits.hStephen Hemminger2009-03-011-0/+1
* Breakage noticed when debian upgraded to xtables (iptables > 1.4.1)Jamal Hadi Salim2009-02-191-0/+434