1Authors: Various (see below)
2Status: Included in stock 2.4.20 kernel
3
4This big patch contains all netfilter/iptables changes between stock kernel
5versions 2.4.19 and 2.4.20.
6
7submitted/DSCP.patch
8	+ New DSCP target to mangle table (Harald Welte + Matthew G. Marsh)
9submitted/ECN.patch
10	+ New ECN target to mangle table (Harald Welte)
11submitted/REJECT_mark.patch
12	+ Don't copy nfmark value of old packet (Henrik Nordstrom)
13submitted/ahesp-static.patch
14	+ Fix static build of ahesp match (Paul P Komkoff Jr)
15submitted/conntrack+nat-helper-unregister.patch
16	+ Fix helper unregister in case of clashing ports (Harald Welte)
17submitted/conntrack.patch
18	+ Add new 'conntrack' match (Marc Boucher)
19submitted/dscp.patch
20	+ New 'dscp' match (Harald Welte)
21submitted/ecn.patch
22	+ New 'ecn' match (Harald Welte)
23submitted/helper.patch
24	+ New 'helper' match (Martin Josefsson, Harald Welte)
25submitted/ip6tables-exthdr-bug.patch.ipv6
26	+ Fix broken ipv6 extensionheader parser (Andras Kis-Szabo)
27submitted/ipv6-agr.patch.ipv6
28	+ New ip6tables 'eui64' match (Andras Kis-Szabo)
29submitted/length.patch.ipv6
30	+ New ip6tables 'length' match (Imran Patel, James Morris)
31submitted/log-tunnel-fix.patch.ipv6
32	+ Fix ip6tables 'LOG' target MAC address in case of tunnels
33	  (Peter Bieringer, Andras Kis-Szabo)
34submitted/nat-memoryleak-fix.patch
35	+ Fix memoryleak at iptable_nat unload time (zhongyu)
36submitted/ownercmd.patch
37	+ Extend 'owner' match to match cmdline (Marc Boucher)
38submitted/pkttype.patch
39	+ New 'pkttype' match (Michal Ludvig)
40submitted/ulog-nlgroup-shift-fix.patch
41	+ Fix error with shifting nlgroup in ULOG target (Harald Welte)
42submitted/ulog-sparc-bitops-fix.patch
43	+ Include linux/bitops.h instead of asm/bitops.h
44submitted/z-newnat16.patch
45	+ Redesign of conntrack and nat helper framework, for more info see http://cvs.netfilter.org/cgi-bin/cvsweb/netfilter/documentation/newnat-summary.txt
46	  (Harald Welte, Jozsef Kadlecsik, and others)
47submitted/z-newnat_assertfix.patch
48	+ Fix erroneously printed ASSERT messages when debugging of newnat
49	  enabled (Martin Josefsson)
50submitted/z-newnat_changeexpect-lockfix.patch
51	+ Fix locking bug in ip_conntrack_change_expect() (Martin Josefsson)
52Further changes, not previuosly in patch-o-matic:
53	+ ip6tables usage counter fix (Harald Welte)
54	+ ip_queue cleanup (James Morris)
55	+ minor spelling fixes 
56	+ __constant_htons() macro changes
57	+ ipt_unclean: srcport _can_ be zero
58	+ yet another ipchains GFP_ATOMIC fix
59