summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2024-04-25ice: ensure the copied buf is NUL terminatedBui Quang Minh
2024-04-25ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller
2024-04-16ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik
2024-04-16ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski
2024-04-16ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski
2024-04-03ice: fix enabling RX VLAN filteringPetr Oros
2024-04-03ice: Fix freeing uninitialized pointersDan Carpenter
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-25ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg
2024-03-25ice: Refactor FW data type and fix bitmap casting issueSteven Zou
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka
2024-03-06ice: fix stats being updated by way too large valuesPrzemek Kitszel
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-03-05ice: fix typo in assignmentJesse Brandeburg
2024-03-05ice: fix uninitialized dplls mutex usageMichal Schmidt
2024-03-05net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller
2024-03-04ice: avoid unnecessary devm_ usageMaciej Fijalkowski
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller
2024-03-04ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller
2024-03-04ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller
2024-03-04ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller
2024-03-01ice: reconfig host after changing MSI-X on VFMichal Swiatkowski
2024-03-01ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
2024-02-20ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski
2024-02-20ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski
2024-02-20ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski
2024-02-20ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski
2024-02-20ice: fix connection state of DPLL and out pinYochai Hagvi
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14ice: Add check for lport extraction to LAG initDave Ertman
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek
2024-02-12ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-07net: intel: fix old compiler regressionsJesse Brandeburg