summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-13ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2021-12-01ice: fix vsi->txq_map sizingMaciej Fijalkowski1-2/+7
2021-06-23ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-10ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley1-0/+2
2021-05-19ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr1-33/+90
2021-04-14ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-1/+1
2021-04-14ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman1-1/+0
2021-04-14ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny1-2/+2
2021-02-04ice: Fix MSI-X vector fallback logicBrett Creeley1-5/+9
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller1-1/+4
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+16
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller1-1/+13
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley1-0/+7
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr1-2/+8
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-0/+24
2020-07-02ice: replace single-element array used for C struct hackBruce Allan1-1/+1
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus1-4/+4
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley1-8/+6
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley1-0/+26
2020-05-29ice: cleanup VSI context initializationJacob Keller1-1/+0
2020-05-28ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow1-1/+1
2020-05-28ice: Don't allow VLAN stripping change when pvid setBrett Creeley1-0/+6
2020-05-23ice: Implement aRFSBrett Creeley1-0/+1
2020-05-23ice: Restore filters following resetHenry Tieman1-6/+11
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-24/+186
2020-05-22ice: refactor filter functionsMichal Swiatkowski1-193/+19
2020-05-22ice: Fix casting issuesKarol Kolacinski1-13/+16
2020-05-22ice: Provide more meaningful error messageLihong Yang1-49/+54
2020-03-10ice: use variable name more descriptive than typeBruce Allan1-12/+12
2020-03-10ice: Correct setting VLAN pruningBrett Creeley1-8/+2
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley1-92/+108
2020-03-10ice: allow bigger VFsMitch Williams1-5/+4
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-16ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-11/+21
2020-02-16ice: Add initial support for QinQBrett Creeley1-3/+40
2020-02-12ice: Trivial fixesTony Nguyen1-3/+4
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-24/+12
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-7/+7
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan1-19/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley1-1/+0
2020-01-26ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash1-1/+30
2020-01-26ice: Optimize table usageTony Nguyen1-1/+27
2020-01-25ice: Enable writing hardware filtering tablesTony Nguyen1-1/+86
2020-01-04ice: Restore interrupt throttle settings after VSI rebuildMichal Swiatkowski1-0/+102
2020-01-04ice: Add code to keep track of current dflt_vsiBrett Creeley1-0/+118
2020-01-04ice: Fix VF spoofchkBrett Creeley1-16/+18