git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3faf8
)
ip6_output: fragment outgoing reassembled skb properly
author
Jiri Pirko
<jiri@resnulli.us>
Wed, 6 Nov 2013 16:52:19 +0000
(17:52 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Nov 2013 05:19:35 +0000
(
00:19
-0500)
If reassembled packet would fit into outdev MTU, it is not fragmented
according the original frag size and it is send as single big packet.
The second case is if skb is gso. In that case fragmentation does not happen
according to the original frag size.
This patch fixes these.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c
patch
|
blob
|
history
diff --cc
net/ipv6/ip6_output.c
Simple merge