aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_nat_core.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-06[NETFILTER]: Clean NAT status bits on module unloadPatrick McHardy1-0/+1
2005-01-30[NETFILTER]: Fix ICMP checksumming in icmp_reply_translation()Patrick McHardy1-7/+7
2005-01-17[NETFILTER]: Fix SNMP nat build.Rusty Russell1-0/+27
2005-01-16[NETFILTER]: Get rid of 'initialized' in nat structure: use conntrack status ...Rusty Russell1-15/+16
2005-01-16[NETFILTER]: Use a bit in conntrack status to indicate sequence number adjust...Rusty Russell1-3/+1
2005-01-16[NETFILTER]: Remove manip array from conntrack entryRusty Russell1-318/+120
2005-01-16[NETFILTER]: Adrian Bunk's cleanup patchesRusty Russell1-25/+25
2005-01-16[NETFILTER]: Remove remaining multirange related codeRusty Russell1-18/+3
2005-01-16[NETFILTER]: Fix up IRC, AMANDA, TFTP and SNMPRusty Russell1-14/+0
2005-01-16[NETFILTER]: Call NAT helper modules directly from conntrack modules, fixup FTPRusty Russell1-76/+18
2005-01-04[PATCH] Fix for NAT core on nonlinear skbsRusty Russell1-1/+1
2005-01-04[PATCH] Remove Randomness in Selecting NAT IP AddressRusty Russell1-89/+11
2005-01-04[PATCH] Warn when old code would have done extra manglingRusty Russell1-0/+22
2005-01-04[PATCH] Remove do_extra_mangle: double NAT on LOCAL_OUTRusty Russell1-73/+23
2005-01-04[PATCH] Don't try too hard to NAT to unique tupleRusty Russell1-61/+29
2005-01-04[PATCH] ip_conntrack_alter_reply doesn't need to loopRusty Russell1-27/+14
2005-01-04[PATCH] Remove NAT to multiple rangesRusty Russell1-174/+118
2005-01-03[PATCH] netfilter: Fix ip_ct_selective_cleanup(), and rename ip_ct_iterate_cl...Rusty Russell1-3/+3
2004-11-27[NETFILTER]: Verify NAT manips have been applied before reversing them in icm...Patrick McHardy1-0/+36
2004-11-27[NETFILTER]: Apply PRE_ROUTING manips in LOCAL_OUT for locally generated icmp...Patrick McHardy1-0/+8
2004-11-27[NETFILTER]: Save a level of indentation in icmp_reply_translationPatrick McHardy1-30/+26
2004-11-27[NETFILTER]: Remove CONFIG_IP_NF_NAT_LOCAL config optionPatrick McHardy1-8/+0
2004-11-14Merge bk://212.42.230.204/nf-2.6David S. Miller1-1/+1
2004-11-14[NETFILTER]: Cleanup find_appropriate_src() FixRusty Russell1-5/+2
2004-11-13[NETFILTER]: Fix invalid tcp/udp checksums within NATed icmp errorsPatrick McHardy1-1/+1
2004-11-09[NETFILTER]: Fix find_appropriate_src() to actually work.Rusty Russell1-25/+25
2004-09-23[NETFILTER]: Fix two broken assertionsPatrick McHardy1-6/+2
2004-09-23[NETFILTER]: Keep conntrack/nat protocols in array instead of linked listPatrick McHardy1-28/+11
2004-09-23[NETFILTER]: kill struct ip_nat_hash, saves two pointers per conntrackPatrick McHardy1-46/+27
2004-08-25[NETFILTER]: Fix ip_nat_find_helper() locking.Harald Welte1-1/+1
2004-07-24[NETFILTER]: Make 'helper' list of ip_nat_core staticHarald Welte1-10/+1
2004-06-21[NETFILTER]: Fix expectation eviction orderPatrick McHardy1-1/+1
2004-06-21[NETFILTER]: Fix non-existant config option for IP_NF_ASSERT, fix some broken...Patrick McHardy1-2/+3
2004-03-29[NETFILTER]: Add 'raw' table, from Jozsef Kadlecsik.Harald Welte1-0/+4
2004-01-28[NETFILTER]: Fix up copyright notices.Harald Welte1-2/+8
2003-11-03[NETFILTER]: get_unique_tuple doesn't always return unique tuple.Rusty Russell1-1/+2
2003-10-02[NETFILTER]: LOCAL_OUT NAT fix, part 2.Rusty Russell1-0/+10
2003-10-02[NETFILTER]: LOCAL_OUT NAT fix.Harald Welte1-5/+0
2003-09-03[NETFILTER]: NAT range calculation fix.Harald Welte1-2/+2
2003-08-30[NETFILTER]: Remove unneeded version.h inclusion.Felipe Damasio1-1/+0
2003-08-23[NETFILTER]: NAT optimization.Harald Welte1-17/+16
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap1-1/+1
2003-06-24`cat msg`Harald Welte1-5/+13
2003-05-17[NETFILTER]: Move skb_ip_make_writable to netfilter.c.Rusty Russell1-59/+0
2003-05-11[NETFILTER]: Fix stale skb data pointer usage in ipv4 NAT.David S. Miller1-1/+6
2003-05-08[NETFILTER]: Fix ip_nat_core.c:manip_pkt return value checks.David S. Miller1-11/+11
2003-05-07[NETFILTER]: Fix skb_checksum args in ip_nat_core.cRusty Russell1-7/+12
2003-05-05[NETFILTER]: Make NAT code handle non-linear skbs.Rusty Russell1-67/+135
2003-04-15[NETFILTER_IPV4]: De-linearization of IP Connection Tracking.Rusty Russell1-4/+4
2003-04-04[NETFILTER]: Get rid of unused include in ip_nat_core.cStephen Hemminger1-1/+0
2003-03-02[NETFILTER]: fix NAT ICMP reply translation of inner packet.Harald Welte1-4/+4
2003-02-24[PATCH] Spelling fixes - necessaryMichael Hayes1-1/+1
2003-02-22[NET]: Remove __NO_VERSION__ from networking code.Christoph Hellwig1-3/+0
2002-10-13[NETFILTER]: Avoid nesting readlocks in conntrack code.Harald Welte1-1/+1
2002-10-11[IPV4]: Use generic struct flowi as routing key.David S. Miller1-1/+2
2002-10-04[IPV4/IPV6]: General cleanups.Hideaki Yoshifuji1-1/+1
2002-08-27[PATCH] net_ipv4_netfilter_ip_nat_core.c, typo: wierdJames Mayer1-1/+1
2002-08-18NETFILTER: Rest of new netfilter modules changes.Harald Welte1-0/+3
2002-08-18[NETFILTER]: Synchronize with 2.4.x newnat infrastructure.Harald Welte1-4/+1
2002-05-20Fix some compiler warningsKai Germaschewski1-0/+2
2002-03-25Big netfilter newnat patch for 2.5.7:Harald Welte1-4/+81
2002-03-14Netfilter updates from Harald Welte and myself:David S. Miller1-1/+8
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-0/+12
2002-02-04v2.4.14.2 -> v2.4.14.3Linus Torvalds1-9/+0
2002-02-04v2.4.14 -> v2.4.14.1Linus Torvalds1-0/+9
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds1-2/+3
2002-02-04v2.4.3.8 -> v2.4.4Linus Torvalds1-14/+39
2002-02-04v2.4.3.6 -> v2.4.3.7Linus Torvalds1-51/+0
2002-02-04v2.4.0.11 -> v2.4.0.12Linus Torvalds1-1/+20
2002-02-04Import changesetLinus Torvalds1-0/+910