linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan e94d447866 ice: Implement filter sync, NDO operations and bump version
This patch implements multiple pieces of functionality:

1. Added ice_vsi_sync_filters, which is called through the service task
   to push filter updates to the hardware.

2. Add support to enable/disable promiscuous mode on an interface.
   Enabling/disabling promiscuous mode on an interface results in
   addition/removal of a promisc filter rule through ice_vsi_sync_filters.

3. Implement handlers for ndo_set_mac_address, ndo_change_mtu,
   ndo_poll_controller and ndo_set_rx_mode.

This patch also marks the end of the driver addition by bumping up the
driver version.

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 12:41:38 -07:00
..
Makefile ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_adminq_cmd.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_common.c ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_common.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -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_ethtool.c ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_hw_autogen.h ice: Support link events, reset and rebuild 2018-03-26 12:32:17 -07:00
ice_lan_tx_rx.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_main.c ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -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: Update Tx scheduler tree for VSI multi-Tx queue support 2018-03-26 12:21:42 -07:00
ice_sched.h ice: Update Tx scheduler tree for VSI multi-Tx queue support 2018-03-26 12:21:42 -07:00
ice_status.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_switch.c ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_switch.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -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: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00