summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+10
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr1-4/+4
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+1
2021-06-11ice: enable receive hardware timestampingJacob Keller1-1/+7
2021-06-11ice: add support for sideband messagesJacob Keller1-1/+10
2021-06-09ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-14/+67
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+12
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan1-1/+1
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller1-0/+28
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta1-6/+8
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley1-0/+27
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-7/+3
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley1-0/+2
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski1-0/+10
2021-05-28ice: Initialize RDMA supportDave Ertman1-0/+11
2021-04-14ice: remove return variablePaul M Stillwell Jr1-5/+3
2021-04-14ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley1-0/+2
2021-04-14ice: use local for consistencyJesse Brandeburg1-5/+7
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-7/+0
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-8/+5
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg1-76/+95
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan1-6/+15
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-9/+9
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-0/+37
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-7/+7
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-30/+12
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-2/+7
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley1-34/+16
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr1-33/+90
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman1-1/+0
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny1-2/+2
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang1-8/+56
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-1/+1
2021-02-08ice: create scheduler aggregator node config and move VSIsKiran Patil1-0/+125
2021-02-08ice: Add initial support framework for LAGDave Ertman1-0/+2
2021-02-08ice: implement new LLDP filter commandDave Ertman1-3/+10
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley1-5/+9
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller1-1/+4
2020-10-05Merge 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-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-0/+24
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-1/+1
2020-06-18ice: 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