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