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)
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>

Trivial merge