linux_old1/drivers/net/ethernet/broadcom/bnxt
Tom Herbert 7e13318daa net: define gso types for IPx over IPv4 and IPv6
This patch defines two new GSO definitions SKB_GSO_IPXIP4 and
SKB_GSO_IPXIP6 along with corresponding NETIF_F_GSO_IPXIP4 and
NETIF_F_GSO_IPXIP6. These are used to described IP in IP
tunnel and what the outer protocol is. The inner protocol
can be deduced from other GSO types (e.g. SKB_GSO_TCPV4 and
SKB_GSO_TCPV6). The GSO types of SKB_GSO_IPIP and SKB_GSO_SIT
are removed (these are both instances of SKB_GSO_IPXIP4).
SKB_GSO_IPXIP6 will be used when support for GSO with IP
encapsulation over IPv6 is added.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-20 18:03:15 -04:00
..
Makefile
bnxt.c net: define gso types for IPx over IPv4 and IPv6 2016-05-20 18:03:15 -04:00
bnxt.h bnxt_en: Simplify and improve unsupported SFP+ module reporting. 2016-05-15 13:35:48 -04:00
bnxt_ethtool.c bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO 2016-05-15 13:35:47 -04:00
bnxt_ethtool.h bnxt_en: Add EEE setup code. 2016-04-05 16:20:46 -04:00
bnxt_fw_hdr.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_hsi.h bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO 2016-05-15 13:35:47 -04:00
bnxt_nvm_defs.h bnxt_en: Update to Firmware 1.2.2 spec. 2016-04-05 16:20:45 -04:00
bnxt_sriov.c bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00
bnxt_sriov.h bnxt_en: Call firmware to approve VF MAC address change. 2016-04-11 14:58:45 -04:00