summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-04-01ice: Add support for PFCP hardware offload in switchdevMarcin Szycik7-7/+169
2024-04-01ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTSMarcin Szycik2-6/+6
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-5/+2
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-8/+4
2024-03-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski18-489/+232
2024-03-29net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2-4/+2
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-24/+29
2024-03-25ice: count representor statsMichal Swiatkowski4-30/+98
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski5-1/+62
2024-03-25ice: change repr::id valuesMichal Swiatkowski2-3/+3
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski12-277/+13
2024-03-25ice: control default Tx rule in lagMichal Swiatkowski2-10/+37
2024-03-25ice: default Tx rule instead of to queueMichal Swiatkowski4-97/+23
2024-03-25ice: do Tx through PF netdev in slow-pathMichal Swiatkowski3-34/+6
2024-03-25ice: remove eswitch changing queues algorithmMichal Swiatkowski4-47/+0
2024-03-25ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg1-9/+9
2024-03-25ice: Refactor FW data type and fix bitmap casting issueSteven Zou4-15/+20
2024-03-23overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook6-18/+18
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+11
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller3-5/+145
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-20/+21
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka3-5/+145
2024-03-06ice: fix stats being updated by way too large valuesPrzemek Kitszel1-13/+11
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-12/+5
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-03-05ice: fix typo in assignmentJesse Brandeburg1-1/+1
2024-03-05ice: fix uninitialized dplls mutex usageMichal Schmidt1-1/+1
2024-03-05net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-04ice: avoid unnecessary devm_ usageMaciej Fijalkowski2-30/+14
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski3-57/+44
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller2-13/+9
2024-03-04ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller1-36/+8
2024-03-04ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller1-28/+28
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller3-15/+1
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-03-04ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-03-01ice: reconfig host after changing MSI-X on VFMichal Swiatkowski1-2/+9
2024-03-01ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-39/+161
2024-02-21ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar4-26/+83
2024-02-20ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski1-0/+3
2024-02-20ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski1-1/+4
2024-02-20ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski1-0/+38
2024-02-20ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski1-1/+1
2024-02-20ice: fix connection state of DPLL and out pinYochai Hagvi1-11/+32
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+26
2024-02-15ice: Add check for lport extraction to LAG initDave Ertman2-2/+26