summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2024-04-01ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTSMarcin Szycik
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-03-25ice: count representor statsMichal Swiatkowski
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski
2024-03-25ice: change repr::id valuesMichal Swiatkowski
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-25ice: control default Tx rule in lagMichal Swiatkowski
2024-03-25ice: default Tx rule instead of to queueMichal Swiatkowski
2024-03-25ice: do Tx through PF netdev in slow-pathMichal Swiatkowski
2024-03-25ice: remove eswitch changing queues algorithmMichal Swiatkowski
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