]> git.baikalelectronics.ru Git - kernel.git/commit
GRE: enable offloads for GRE
authorAmritha Nambiar <amritha.nambiar@intel.com>
Fri, 11 Jul 2014 00:29:21 +0000 (17:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jul 2014 20:53:39 +0000 (13:53 -0700)
commit7e6b3a17ced9c0dc7a24accd63e156b03a40feb9
tree733dfd9b87e691fd28bd12b52c3a9ebb99c81e3e
parent76fa1c07e62d372972f6f7627004f4efc852366f
GRE: enable offloads for GRE

To get offloads to work with Generic Routing Encapsulation (GRE), the
outer transport header has to be reset after skb_push is done. This
patch has the support for this fix and hence GRE offloading.

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
Signed-off-by: Joseph Gasparakis <joseph.gasparakis@intel.com>
Tested-By: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/gre_demux.c