summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorJason Wang2014-11-26 10:21:14 +0100
committerDavid S. Miller2014-11-30 05:44:27 +0100
commita523a5ecc8c6ddceb8f783f600605553e5ad8963 (patch)
tree144d7b5bdd72b0048cbc813422194486bfd15e5f /net/ipv4/tcp.c
parentsky2: Fix crash inside sky2_rx_clean (diff)
downloadkernel-qcow2-linux-a523a5ecc8c6ddceb8f783f600605553e5ad8963.tar.gz
kernel-qcow2-linux-a523a5ecc8c6ddceb8f783f600605553e5ad8963.tar.xz
kernel-qcow2-linux-a523a5ecc8c6ddceb8f783f600605553e5ad8963.zip
macvlan: delay the header check for dodgy packets into lower device
We do header check twice for a dodgy packet. One is done before macvlan_start_xmit(), another is done before lower device's ndo_start_xmit(). The first one seems redundant so this patch tries to delay header check until a packet reaches its lower device (or macvtap) through always enabling NETIF_F_GSO_ROBUST for macvlan device. Cc: Patrick McHardy <kaber@trash.net> Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions