summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorLines
2005-03-31[NETFILTER]: ipt_hashlimit: Remove custom msecs_to_jiffies() macroTobias Klauser-6/+4
2005-03-31[NETFILTER]: ipt_hashlimit: Fix bug introduced by hlist changes.jix@bugmachine.ca-3/+3
2005-03-30[NETFILTER]: Restore ports module parameter for ip_nat_{ftp,irq}Rusty Russell-0/+18
2005-03-17[IPV4]: Kill remaining unnecessary uses of dst_pmtuHerbert Xu-1/+1
2005-03-17[NETFILTER]: Use correct IPSEC MTU in TCPMSSHerbert Xu-3/+3
2005-03-16[IPV4]: Send TCP reset through dst_output in ipt_REJECTHerbert Xu-2/+2
2005-03-15[IPV4]: Make ipt_REJECT use icmp_send again.Herbert Xu-139/+2
2005-03-14[NETFILTER]: ipt_hashlimit.c needs lockhelp.hHerbert Xu-0/+1
2005-03-14[NETFILTER]: ipt_hashlimit: use | instead of & for correct hash keyHarald Welte-1/+1
2005-03-09Merge bk://212.42.230.204:994/nf-2.6David S. Miller-146/+216
2005-03-04[NETFILTER]: Don't insist on ICMP errors carrying 8 byte of protocol headerPatrick McHardy-9/+5
2005-03-04[NETFILTER]: Fix multiple problems with TCP window trackingJozsef Kadlecsik-66/+89
2005-03-04[NETFILTER]: SCTP conntrack: fix association restartariel@blueslice.com-2/+2
2005-03-04[NETFILTER]: Fix /proc/net/ip_conntrack seq_file operationsPatrick McHardy-39/+77
2005-03-04[NETFILTER]: Use num_possible_cpus instead of NR_CPUS in {ip6_,arp_,eb}tablesPatrick McHardy-4/+4
2005-03-04[NETFILTER]: Reduce netfilter memory use on MP systemsAndi Kleen-5/+5
2005-03-04[NETFILTER]: Use correct types in seq_printf callsPatrick McHardy-6/+7
2005-03-04[NETFILTER]: fix ip6_queue inefficienciesmstjohns@mindspring.com-15/+27
2005-02-23[NETFILTER]: ipt_hashlimit: use hlist instead of list headHarald Welte-25/+36
2005-02-23[NETFILTER]: ipt_hashlimit: replace rwlock with spinlockHarald Welte-8/+8
2005-02-23[NETFILTER]: ipt_hashlimit rule load time race conditionHarald Welte-0/+10
2005-02-23[NETFILTER]: Prevent NAT from seeing fragmentsPatrick McHardy-0/+2
2005-02-06[NETFILTER]: Clean NAT status bits on module unloadPatrick McHardy-0/+1
2005-02-01[NETFILTER]: Use GFP_ATOMIC in ipt_hashlimitSamuel Jean-1/+1
2005-02-01[NETFILTER]: Fix ip_conntrack_ftp crash with debugging enabledNicolas Bouliane-4/+3
2005-02-01[NETFILTER]: Improve TCP window tracking retransmission detectionPhil Oester-0/+2
2005-01-30[NETFILTER]: Fix ICMP checksumming in icmp_reply_translation()Patrick McHardy-7/+7
2005-01-30[NETFILTER]: Fix TCP header offset used in tcp_manip_pkt().Patrick McHardy-1/+1
2005-01-26[IPV4]: Keep fragment queues private to each user.Patrick McHardy-17/+7
2005-01-25[NETFILTER]: IRC Zero Port FixRusty Russell-2/+10
2005-01-25[NETFILTER]: Add inversion to multiport matchPhil Oester-7/+8
2005-01-25[NETFILTER]: Fix compile errors without NATMartin Josefsson-0/+1
2005-01-25[NETFILTER]: Fix SNAT/DNAT target size checksMartin Josefsson-2/+2
2005-01-17[NETFILTER]: Fix SNMP nat build.Rusty Russell-70/+45
2005-01-16[NETFILTER]: Remove no longer needed symbol exports.David S. Miller-4/+0
2005-01-16[NETFILTER]: Don't cacheline align slab allocsRusty Russell-5/+3
2005-01-16[NETFILTER]: Get rid of 'initialized' in nat structure: use conntrack status ...Rusty Russell-18/+19
2005-01-16[NETFILTER]: Use a bit in conntrack status to indicate sequence number adjust...Rusty Russell-13/+9
2005-01-16[NETFILTER]: Remove ip_conntrack_tuple_hash 'ctrack' pointerRusty Russell-39/+47
2005-01-16[NETFILTER]: Remove manip array from conntrack entryRusty Russell-380/+197
2005-01-16[NETFILTER]: Adrian Bunk's cleanup patchesRusty Russell-46/+42
2005-01-16[NETFILTER]: Remove remaining multirange related codeRusty Russell-18/+3
2005-01-16[NETFILTER]: Make expectations timeouts compulsoryRusty Russell-19/+10
2005-01-16[NETFILTER]: Simplify expect handlingRusty Russell-381/+218
2005-01-16[NETFILTER]: Fix up IRC, AMANDA, TFTP and SNMPRusty Russell-628/+233
2005-01-16[NETFILTER]: Call NAT helper modules directly from conntrack modules, fixup FTPRusty Russell-457/+237
2005-01-16[NETFILTER]: Fix overlapping expectations in existing expectation codeRusty Russell-5/+4
2005-01-14[PATCH] various Kconfig fixesGabor Egry-9/+8
2005-01-13Merge bk://212.42.230.204/nf-2.6David S. Miller-5/+5
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner-5/+5