aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski2021-06-091-8/+10
* ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-041-0/+2
* ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski2021-06-031-0/+10
* ice: remove return variablePaul M Stillwell Jr2021-04-151-5/+3
* ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley2021-04-151-0/+2
* ice: use local for consistencyJesse Brandeburg2021-04-151-5/+7
* ice: refactor ITR data structuresJesse Brandeburg2021-04-151-7/+0
* ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-151-8/+5
* ice: refactor interrupt moderation writesJesse Brandeburg2021-04-151-74/+93
* ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan2021-04-151-6/+15
* ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan2021-04-151-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-3/+2
|\
| * ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman2021-03-291-1/+0
| * ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny2021-03-291-2/+2
* | ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan2021-04-081-0/+37
* | ice: Consolidate VSI state and flagsAnirudh Venkataramanan2021-03-311-7/+7
* | ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley2021-03-311-30/+12
* | ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley2021-03-311-2/+7
* | ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2021-03-311-34/+16
* | ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2021-03-311-32/+89
* | ice: Add support for per VF ctrl VSI enablingQi Zhang2021-03-221-8/+56
|/
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-091-1/+1
* ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-091-0/+125
* ice: Add initial support framework for LAGDave Ertman2021-02-091-0/+2
* ice: implement new LLDP filter commandDave Ertman2021-02-091-3/+10
* ice: Fix MSI-X vector fallback logicBrett Creeley2021-01-261-5/+9
* ice: refactor devlink_port to be per-VSIJacob Keller2020-10-091-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-4/+16
|\
| * ice: fix memory leak in ice_vsi_setupJacob Keller2020-09-251-1/+13
| * ice: fix memory leak if register_netdev_failsJacob Keller2020-09-251-3/+3
* | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-1/+1
|/
* ice: Disable VLAN pruning in promiscuous modeNick Nunley2020-08-011-0/+7
* ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr2020-07-291-2/+8
* ice: Add advanced power mgmt for WoLAkeem G Abodunrin2020-07-231-0/+24
* ice: replace single-element array used for C struct hackBruce Allan2020-07-011-1/+1
* ice: protect ring accesses with WRITE_ONCECiara Loftus2020-06-191-4/+4
* ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley2020-05-311-8/+6
* ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley2020-05-311-0/+26
* ice: cleanup VSI context initializationJacob Keller2020-05-281-1/+0
* ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow2020-05-281-1/+1
* ice: Don't allow VLAN stripping change when pvid setBrett Creeley2020-05-281-0/+6
* ice: Implement aRFSBrett Creeley2020-05-231-0/+1
* ice: Restore filters following resetHenry Tieman2020-05-231-6/+11
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-231-24/+186
* ice: refactor filter functionsMichal Swiatkowski2020-05-221-193/+19
* ice: Fix casting issuesKarol Kolacinski2020-05-221-13/+16
* ice: Provide more meaningful error messageLihong Yang2020-05-221-49/+54
* ice: use variable name more descriptive than typeBruce Allan2020-03-101-12/+12
* ice: Correct setting VLAN pruningBrett Creeley2020-03-101-8/+2
* ice: Improve clarity of prints and variablesBrett Creeley2020-03-101-92/+108