summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
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
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan
2019-03-22ice: fix the divide by zero issueKiran Patil
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin
2019-03-22ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin
2019-03-22ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley
2019-03-19ice: remove redundant variable and if conditionBrett Creeley
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan