linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan d76a60ba7a ice: Add support for VLANs and offloads
This patch adds support for VLANs. When a VLAN is created a switch filter
is added to direct the VLAN traffic to the corresponding VSI. When a VLAN
is deleted, the filter is deleted as well.

This patch also adds support for the following hardware offloads.
    1) VLAN tag insertion/stripping
    2) Receive Side Scaling (RSS)
    3) Tx checksum and TCP segmentation
    4) Rx checksum

Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-03-26 11:54:49 -07:00
..
Makefile ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_adminq_cmd.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_common.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_common.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_controlq.c ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_controlq.h ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_devids.h
ice_hw_autogen.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_lan_tx_rx.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_main.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_nvm.c ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_osdep.h ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_sched.c ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_sched.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_status.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_switch.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_switch.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_txrx.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_txrx.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_type.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00