summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.c
Commit message (Expand)AuthorAgeFilesLines
* Unifies libip[6]t_connmark into libxt_connmarkYasuyuki KOZAKAI2007-08-041-151/+0
* Make the option structures const.Jan Engelhardt2007-07-301-1/+1
* Fixes warning on compilation of iptables matches/targetsYasuyuki KOZAKAI2007-07-241-3/+3
* Replaces ipt_entry_* with xt_entry_* in matches/targetsYasuyuki KOZAKAI2007-07-241-4/+4
* fix connmark, it's now only 32bits (Deti Fliegl <deti@fliegl.de)v1.3.4Deti Fliegl2005-11-031-20/+5
* Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace.Martin Josefsson2005-02-121-5/+22
* latest version of CONNMARK (Henrik Nordstrom)Henrik Nordstrom2004-02-031-19/+37
* fix connmark and mark match save() functionsHarald Welte2002-09-201-10/+12
* make connmark patch comply with NO_SHARED_LIBSHarald Welte2002-06-041-0/+1
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-2/+2
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-2/+1
* add support for connmark match/targetHarald Welte2002-02-251-0/+129