summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_mark.c
Commit message (Collapse)AuthorAgeFilesLines
* Pablo Neira: extensions conversion to C99 structure initializationPablo Neira2004-12-281-14/+13
| | | | (I removed the revision stuff for the moment, but this needs to go in before the code moves too much --RR)
* With a 64bit kernel only the high 32bits of nfmark was used regardless ofMartin Josefsson2004-05-261-1/+21
| | | | | | | 32/64bit userspace. This makes it quite hard to interoperate with 'tc'. Sync ipv6 versions with ipv4 versions. Tested on x86 and sparc64 with both 32bit and 64bit userspace.
* fix connmark and mark match save() functionsHarald Welte2002-09-201-10/+14
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵Harald Welte2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)Harald Welte2002-03-141-2/+1
|
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+1
| | | | - iptables-save/-restore is no longer experimental
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-031-2/+2
| | | | (PPC fix).
* Changes to allow matching (for delete) on part of a rule, for rules whichRusty Russell2000-04-191-0/+1
| | | | change in the kernel (eg. ipt_limit).
* Makefile fixes for release.v1.0.0-alphaRusty Russell2000-03-201-1/+1
| | | | Whitespace cleanups.
* reorganized tree after kernel mergeMarc Boucher2000-03-201-0/+128