aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-201-3/+4
* [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy2006-03-203-185/+0
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-2030-22/+81
* [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-202-8/+10
* [NETFILTER]: Convert arp_tables targets to centralized error checkingPatrick McHardy2006-03-202-6/+8
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-2028-390/+103
* [NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checkingPatrick McHardy2006-03-202-8/+29
* [NETFILTER]: Fix CID offset bug in PPTP NAT helper debug messageHolger Eitzenberger2006-03-201-3/+5
* [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte2006-03-201-10/+12
* [NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy2006-03-121-1/+1
* [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf2006-03-071-1/+1
* [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy2006-02-271-1/+6
* [NETFILTER]: Fix outgoing redirects to loopbackPatrick McHardy2006-02-191-11/+5
* [NETFILTER]: Fix NAT PMTUD problemsPatrick McHardy2006-02-191-9/+9
* [NETFILTER]: nf_conntrack: move registration of __nf_ct_attachYasuyuki Kozakai2006-02-151-5/+0
* [NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2006-02-151-3/+3
* [NETFILTER]: Fix check whether dst_entry needs to be released after NATPatrick McHardy2006-02-041-2/+2
* [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-041-3/+6
* [NETFILTER]: Check policy length in policy match strict modePatrick McHardy2006-02-041-1/+1
* [NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev2006-02-042-0/+14
* [NETFILTER]: Fix missing src port initialization in tftp expectation maskPatrick McHardy2006-02-041-0/+1
* [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_logPatrick McHardy2006-02-041-8/+12
* [NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'Holger Eitzenberger2006-02-041-1/+5
* [NETFILTER]: ctnetlink: add MODULE_ALIAS for expectation subsystemPablo Neira Ayuso2006-02-041-0/+1
* [NETFILTER]: ctnetlink: Fix subsystem used for expectation eventsMarcus Sundberg2006-02-041-1/+1
* [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.hDavid S. Miller2006-01-171-0/+1
* [NETFILTER] Makefile cleanupYasuyuki Kozakai2006-01-171-1/+0
* [NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot2006-01-171-2/+5
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1260-3995/+245
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-112-0/+2
* [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exitDavid S. Miller2006-01-112-2/+5
* netfilter: headers included twiceNicolas Kaiser2006-01-113-3/+0
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-107-37/+37
* [NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy2006-01-105-160/+0
* [NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy2006-01-101-23/+13
* [NETFILTER]: Fix another crash in ip_nat_pptpPatrick McHardy2006-01-101-30/+27
* [NETFILTER]: Fix crash in ip_nat_pptpPatrick McHardy2006-01-101-1/+1
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-2/+3
* spelling: s/trough/through/Adrian Bunk2006-01-101-2/+2
* [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.hJoe Kappus2006-01-071-0/+1
* [NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy2006-01-073-0/+181
* [NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy2006-01-071-2/+48
* [NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy2006-01-071-2/+25
* [NETFILTER]: Use conntrack information to determine if packet was NATedPatrick McHardy2006-01-071-15/+19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-061-0/+1
|\
| * [NETFILTER]: ipt_helper.c needs linux/interrupt.hJoe2006-01-061-0/+1
* | kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-062-2/+2
|/
* [NETFILTER]: Use HOPLIMIT metric as TTL of TCP reset sent by REJECTYasuyuki Kozakai2006-01-051-1/+1
* [NETFILTER]: nf_conntrack_l3proto_ipv4.c needs net/route.hPatrick McHardy2006-01-051-0/+1
* [NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy2006-01-053-67/+2