]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mpls_gso'
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 May 2013 05:51:06 +0000 (22:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 May 2013 05:51:06 +0000 (22:51 -0700)
commit51047840e60287fb4f34bc768cc65f4bfc9098f4
treecc7fd6947941ba8e7cb63d5e190e14f48503ca37
parent50ab731e967d65549b11b808f129329dd614e8d9
parent0d89d2035fe063461a5ddb609b2c12e7fb006e44
Merge branch 'mpls_gso'

Simon Horman says:

====================
In the case where a non-MPLS packet is received and an MPLS stack is
added it may well be the case that the original skb is GSO but the
NIC used for transmit does not support GSO of MPLS packets.

The aim of this short series is to provide GSO in software for MPLS packets
whose skbs are GSO.

Change since v4:

Update first patch of the series to use 16 bits for all *_headers
rather than just inner_*_headers

Simon Horman (2):
  net: Use 16bits for *_headers fields of struct skbuff
  MPLS: Add limited GSO support
====================

Signed-off-by: David S. Miller <davem@davemloft.net>