summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-04-16ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik1-1/+4
2024-04-16ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski1-1/+1
2024-04-16ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski1-0/+8
2024-04-03ice: fix enabling RX VLAN filteringPetr Oros1-10/+8
2024-04-03ice: Fix freeing uninitialized pointersDan Carpenter2-6/+6
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: 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
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek4-2/+14
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek3-131/+125
2024-02-12ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka2-0/+10
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka5-3/+19
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka4-0/+32
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2024-02-07net: intel: fix old compiler regressionsJesse Brandeburg2-2/+2
2024-02-02ice: remove incorrect commentPaul M Stillwell Jr1-3/+0
2024-02-02ice: Add a new counter for Rx EIPE errorsAniruddha Paul3-2/+8