Pavel Emelyanov
de248a75c3
tcp repair: Fix unaligned access when repairing options (v2)
...
Don't pick __u8/__u16 values directly from raw pointers, but instead use
an array of structures of code:value pairs. This is OK, since the buffer
we take options from is not an skb memory, but a user-to-kernel one.
For those options which don't require any value now, require this to be
zero (for potential future extension of this API).
v2: Changed tcp_repair_opt to use two __u32-s as spotted by David Laight.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2012-04-26 06:13:51 -04:00
..
2012-04-15 17:35:19 -07:00
2012-04-16 16:45:34 +02:00
2012-04-16 21:27:07 +02:00
2012-04-05 05:08:03 -04:00
2012-04-20 20:30:19 -04:00
2012-04-15 12:44:40 -04:00
2012-04-09 16:29:34 +02:00
2012-04-16 15:19:12 -04:00
2012-04-11 09:31:01 +02:00
2012-04-10 14:30:45 -04:00
2012-04-04 10:09:30 -07:00
2012-04-16 08:35:33 -07:00
2012-04-05 05:08:04 -04:00
2012-04-14 15:24:26 -04:00
2012-04-04 17:13:43 -07:00
2012-04-10 15:30:16 -07:00
2012-04-10 14:30:45 -04:00
2012-04-03 18:36:20 -04:00
2012-04-02 14:41:27 -07:00
2012-04-05 15:30:34 -07:00
2012-04-12 12:57:08 +02:00
2012-04-03 17:47:15 -04:00
2012-04-16 14:19:29 -04:00
2012-04-15 13:06:05 -04:00
2012-04-15 13:06:05 -04:00
2012-04-21 16:26:33 -04:00
2012-04-15 12:44:40 -04:00
2012-04-23 11:04:29 +10:00
2012-04-12 00:37:48 -06:00
2012-04-02 09:50:40 -07:00
2012-04-12 18:35:58 -07:00
2012-04-11 22:55:25 -03:00
2012-04-03 09:49:59 -07:00
2012-04-21 01:58:20 -04:00
2012-04-15 13:06:04 -04:00
2012-04-15 13:06:04 -04:00
2012-04-20 21:22:30 -04:00
2012-04-12 15:10:33 -04:00
2012-04-11 16:23:59 -04:00
2012-04-04 05:28:45 -04:00
2012-04-04 05:28:45 -04:00
2012-04-15 13:06:04 -04:00
2012-04-09 10:38:30 -07:00
2012-04-24 00:18:02 -04:00
2012-04-25 20:46:59 -04:00
2012-04-15 12:44:40 -04:00
2012-04-14 07:47:49 -07:00
2012-04-19 20:08:44 -04:00
2012-04-05 15:25:51 -07:00
2012-04-26 06:13:51 -04:00
2012-04-10 22:39:17 -06:00
2012-04-11 09:36:00 +01:00
2012-04-15 03:23:31 -04:00