]> git.karo-electronics.de Git - karo-tx-linux.git/commit
packet: always probe for transport header
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 11 Nov 2015 22:25:41 +0000 (23:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Nov 2015 23:00:35 +0000 (18:00 -0500)
commit8fd6c80d9dd938ca338c70698533a7e304752846
treeb5080145d5f9afe7b0502a4aed2a5fae37631280
parentefdfa2f7848f64517008136fb41f53c4a1faf93a
packet: always probe for transport header

We concluded that the skb_probe_transport_header() should better be
called unconditionally. Avoiding the call into the flow dissector has
also not really much to do with the direct xmit mode.

While it seems that only virtio_net code makes use of GSO from non
RX/TX ring packet socket paths, we should probe for a transport header
nevertheless before they hit devices.

Reference: http://thread.gmane.org/gmane.linux.network/386173/
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c