summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
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-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
2024-02-02ice: remove incorrect commentPaul M Stillwell Jr
2024-02-02ice: Add a new counter for Rx EIPE errorsAniruddha Paul
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller
2024-01-30ice: introduce PTP state machineJacob Keller
2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski