summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
* ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
* ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
* ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
* ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
* Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-285-24/+29
|\
| * ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg2024-03-251-9/+9
| * ice: Refactor FW data type and fix bitmap casting issueSteven Zou2024-03-254-15/+20
* | overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-226-18/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-13/+11
|\
| * ice: fix stats being updated by way too large valuesPrzemek Kitszel2024-03-061-13/+11
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-113-5/+145
|\ \
| * | ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-063-5/+145
* | | net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-077-20/+21
|\ \ \ | |/ / |/| / | |/
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-065-12/+5
| |\
| | * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
| | * ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| | * net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
| | * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-052-10/+1
| * | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
| |/
| * ice: reconfig host after changing MSI-X on VFMichal Swiatkowski2024-03-011-2/+9
| * ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski2024-03-011-4/+5
* | ice: avoid unnecessary devm_ usageMaciej Fijalkowski2024-03-042-30/+14
* | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-043-57/+44
* | ice: cleanup line splitting for context set functionsJacob Keller2024-03-042-13/+9
* | ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller2024-03-041-36/+8
* | ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller2024-03-041-28/+28
* | ice: remove vf->lan_vsi_num fieldJacob Keller2024-03-043-15/+1
* | ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-042-7/+11
* | ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller2024-03-041-3/+0
* | ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-295-39/+161
|\|
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-204-26/+83
| * ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski2024-02-201-0/+3
| * ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski2024-02-201-1/+4
| * ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski2024-02-201-0/+38
| * ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski2024-02-201-1/+1
| * ice: fix connection state of DPLL and out pinYochai Hagvi2024-02-201-11/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-152-2/+26
|\|
| * ice: Add check for lport extraction to LAG initDave Ertman2024-02-142-2/+26
* | ice: Fix debugfs with devlink reloadWojciech Drewek2024-02-124-2/+14
* | ice: Remove and readd netdev during devlink reloadWojciech Drewek2024-02-123-131/+125
* | ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka2024-02-122-0/+10
* | ice: Add helper function ice_is_generic_macGrzegorz Nitka2024-02-125-3/+19
* | ice: introduce new E825C devices familyGrzegorz Nitka2024-02-124-0/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-082-2/+2
|\|
| * net: intel: fix old compiler regressionsJesse Brandeburg2024-02-072-2/+2
* | ice: remove incorrect commentPaul M Stillwell Jr2024-02-021-3/+0