summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated for new release.Rusty Russell2000-07-142-21/+36
* Patches and isapplied script for reducing bug reports.Rusty Russell2000-07-142-0/+353
* Yet another thing to do.Rusty Russell2000-07-121-0/+1
* Remove ICMP packet-filtered option (deprecated).Rusty Russell2000-07-121-2/+2
* Include ip6tables in installationJames Morris2000-07-071-1/+1
* Modifications for new header (entries -> entrytable, for alignment reasons)Rusty Russell2000-07-072-20/+20
* Don't reverse matches on command line (matters for -m limit).Rusty Russell2000-07-071-3/+7
* More to doRusty Russell2000-07-031-1/+5
* More PPC alignment fixes.Rusty Russell2000-07-031-2/+2
* Aligning matchsize and targetsize now responsibility of extension writersRusty Russell2000-07-0325-64/+77
* Document that we (now) allow mac match in FORWARDRusty Russell2000-07-031-1/+2
* More to do.Rusty Russell2000-06-241-0/+1
* updated port range specification to match existing codeJames Morris2000-06-231-7/+5
* REJECT enhancements.Rusty Russell2000-06-201-1/+7
* Marco Masetti's -C insists on -o and -i bug report.Rusty Russell2000-06-171-9/+21
* new TODO pointsRusty Russell2000-06-171-6/+15
* doco was very out of date and basically uselessJames Morris2000-06-091-118/+0
* M.P.Anand Babu's fix for iptables rename chain without new chain bug.M.P.Anand Babu2000-06-092-0/+10
* Phil's missing file 8)Philip Blundell2000-06-081-0/+68
* Made error message clearer.Rusty Russell2000-06-051-1/+1
* Phil Blundell's new ipv6 extensions.Philip Blundell2000-06-043-0/+976
* Phil Blundell: ICMP, TCP and UDP extensions + rule deletion bug.Philip Blundell2000-06-043-5/+11
* Philip Blundell's IPv6 patches.Rusty Russell2000-06-026-7/+2058
* Minor change for debugging.Rusty Russell2000-05-312-2/+2
* port-unreachable, not net-unreachable mistake in REJECT doco.Rusty Russell2000-05-311-1/+1
* Added explicit mention of make install.Rusty Russell2000-05-311-0/+4
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-156-23/+179
* Fixed protocol-by-number loading.v1.1.0Rusty Russell2000-05-121-2/+2
* IPv6 FixesRusty Russell2000-05-101-22/+26
* Philip Blundell's IPv6 fixes.Philip Blundell2000-05-102-17/+19
* Alignment assertion fix.Rusty Russell2000-05-101-1/+3
* -p 6 should load tcp extension.Rusty Russell2000-05-101-7/+22
* Clarified where things can be (`... or user-defined chains called from...').Rusty Russell2000-05-101-3/+5
* Stuff.Rusty Russell2000-05-021-0/+1
* IPv6 enhancements.Rusty Russell2000-05-028-634/+1246
* Module loading now can be compulsory.Rusty Russell2000-05-022-39/+39
* Dependency fixes.Rusty Russell2000-05-022-5/+10
* Updated.Rusty Russell2000-04-271-7/+10
* Alignment fixes (requires kernel patch).Rusty Russell2000-04-275-80/+95
* Fixed dependencies for libiptc.aRusty Russell2000-04-271-1/+1
* Dependencies for libiptc.a fixed.Rusty Russell2000-04-271-0/+6
* New files.Rusty Russell2000-04-241-0/+8
* More fixes and testsuite enhancements.Rusty Russell2000-04-235-81/+27
* Caching speedups.Rusty Russell2000-04-231-151/+280
* New fix for -j <match> and -m <target>.Rusty Russell2000-04-231-56/+88
* Fix for -j match coredumping reported by Erik Tews <erik.tews@gmx.net>.Erik Tews2000-04-221-3/+5
* Fix for iptables -C coredump due to check_packet() being called with fw=NULLMarc Boucher2000-04-221-2/+4
* Improved iptc_set_policy error messages.Marc Boucher2000-04-221-3/+8
* Fix minor compilation problems in match_different() and is_same().Marc Boucher2000-04-221-2/+2
* Added #include <linux/stddef.h> for offsetof().Marc Boucher2000-04-221-0/+1