Patrick McHardy
010c0b9f34
netfilter: nf_nat: support mangling a single TCP packet multiple times
...
nf_nat_mangle_tcp_packet() can currently only handle a single mangling
per window because it only maintains two sequence adjustment positions:
the one before the last adjustment and the one after.
This patch makes sequence number adjustment tracking in
nf_nat_mangle_tcp_packet() optional and allows a helper to manually
update the offsets after the packet has been fully handled.
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-02-11 12:27:09 +01:00
..
2009-11-02 08:43:45 -06:00
2009-12-03 19:34:24 +01:00
2010-02-11 12:27:09 +01:00
2010-02-10 14:17:10 +01:00
2010-01-07 00:24:55 -08:00
2009-12-09 19:43:33 -08:00
2009-10-22 21:56:42 -07:00
2009-11-04 05:06:25 -08:00
2010-01-26 11:53:20 -05:00
2009-12-11 15:07:56 -08:00
2009-12-08 07:55:01 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-12-23 14:13:30 -08:00
2009-12-03 12:22:55 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2010-01-23 01:21:28 -08:00
2009-10-30 16:49:20 -04:00
2009-11-06 14:32:18 +03:00
2009-11-04 05:06:25 -08:00
2009-12-08 20:17:51 -08:00
2009-09-30 16:12:20 -07:00
2009-12-08 20:17:51 -08:00
2010-01-11 16:28:01 -08:00
2009-12-08 20:17:51 -08:00
2009-11-13 20:46:58 -08:00
2009-11-04 05:06:25 -08:00
2009-11-04 05:06:25 -08:00
2009-11-06 00:55:55 -08:00
2010-01-05 05:50:24 +01:00
2010-01-13 18:10:36 -08:00
2009-11-04 05:06:25 -08:00
2010-01-20 10:42:41 +01:00
2009-11-04 05:06:25 -08:00
2009-12-26 20:43:57 -08:00
2009-12-26 20:46:28 -08:00
2010-02-01 15:40:08 -05:00
2009-12-14 09:58:24 -08:00
2010-01-13 16:02:14 +01:00
2010-01-16 01:04:04 -08:00
2009-11-20 15:35:04 -08:00
2010-01-28 21:27:00 -08:00
2009-11-05 21:40:17 -08:00
2009-11-04 05:06:25 -08:00
2010-02-01 15:40:06 -05:00
2010-01-17 19:09:39 -08:00
2009-12-01 16:15:50 -08:00
2009-11-08 00:53:51 -08:00
2010-01-28 21:27:00 -08:00
2009-11-04 05:06:25 -08:00
2010-01-23 01:21:27 -08:00
2009-11-08 20:53:06 -08:00
2010-01-17 19:09:39 -08:00
2009-11-10 20:54:38 -08:00
2009-10-07 16:39:43 -04:00
2009-12-09 19:43:33 -08:00
2009-11-06 14:32:24 +03:00
2009-11-29 00:24:59 -08:00
2010-01-28 06:31:05 -08:00