aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-2/+2
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman1-2/+71
2019-05-29ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin1-8/+10
2019-05-29ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan1-35/+73
2019-05-29ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen1-0/+15
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley1-6/+18
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash1-0/+7
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-127/+52
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-6/+38
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley1-1/+2
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley1-11/+13
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin1-0/+55
2019-05-04ice: Always free/allocate q_vectorsBrett Creeley1-20/+14
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski1-14/+18
2019-05-04ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin1-1/+5
2019-05-04ice: Preserve VLAN Rx stripping settingsTony Nguyen1-0/+4
2019-05-04ice: Use pf instead of vsi-backJesse Brandeburg1-30/+30
2019-05-02ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley1-3/+6
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley1-17/+67
2019-05-02ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin1-6/+9
2019-05-02ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley1-8/+2
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley1-1/+1
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt1-7/+5
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley1-3/+3
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski1-1/+2
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley1-7/+11
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan1-39/+60
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan1-0/+2
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-0/+135
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-12/+12
2019-03-26ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan1-4/+3
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley1-2/+0
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan1-2/+2
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-3/+6
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-2/+3
2019-03-22ice: fix the divide by zero issueKiran Patil1-1/+12
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin1-7/+26
2019-03-22ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin1-3/+23
2019-03-22ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin1-0/+9
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley1-4/+24
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley1-0/+33
2019-03-19ice: remove redundant variable and if conditionBrett Creeley1-7/+4
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley1-2/+4
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan1-36/+62
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-5/+5
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley1-6/+18
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan1-109/+127
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash1-0/+6
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-4/+4
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-5/+3