aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)Author
2021-06-09ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski
2021-04-14ice: remove return variablePaul M Stillwell Jr
2021-04-14ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley
2021-04-14ice: use local for consistencyJesse Brandeburg
2021-04-14ice: refactor ITR data structuresJesse Brandeburg
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil
2021-02-08ice: Add initial support framework for LAGDave Ertman
2021-02-08ice: implement new LLDP filter commandDave Ertman
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley
2020-05-28ice: cleanup VSI context initializationJacob Keller
2020-05-27ice: Change number of XDP Tx queues to match number of Rx queuesMarta Plantykow
2020-05-27ice: Don't allow VLAN stripping change when pvid setBrett Creeley
2020-05-22ice: Implement aRFSBrett Creeley
2020-05-22ice: Restore filters following resetHenry Tieman
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: refactor filter functionsMichal Swiatkowski
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Provide more meaningful error messageLihong Yang
2020-03-10ice: use variable name more descriptive than typeBruce Allan
2020-03-10ice: Correct setting VLAN pruningBrett Creeley
2020-03-10ice: Improve clarity of prints and variablesBrett Creeley