summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2019-09-12ice: Enable DDP package downloadTony Nguyen
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan
2019-09-05ice: change work limit to a constantJesse Brandeburg
2019-09-05ice: Update fields in ice_vsi_set_num_qs when reconfiguringBrett Creeley
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan
2019-08-26ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt
2019-08-26ice: add support for enabling/disabling single queuesMaciej Fijalkowski
2019-08-23ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman
2019-08-23ice: Don't call synchronize_irq() for VF's from the hostBrett Creeley
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin
2019-07-31ice: Move vector base setup to PF VSITony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash
2019-05-29ice: Refactor interrupt trackingBrett Creeley
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg
2019-05-02ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-03-26ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley