summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2025-10-24ice: move service task start out of ice_init_pf()Przemek Kitszel
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel
2025-10-20ice: refactor to use helpersJesse Brandeburg
2025-10-20ice: implement transmit hardware timestamp statisticsJesse Brandeburg
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg
2025-10-20ice: implement ethtool standard statsJesse Brandeburg
2025-10-06ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko
2025-09-19ice: Remove deprecated ice_lag_move_new_vf_nodes() callDave Ertman
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt
2025-09-19ice: move ice_qp_[ena|dis] for reusePaul Greenwalt
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller
2025-09-11ice, libie: move fwlog code to libieMichal Swiatkowski
2025-09-11ice: reregister fwlog after driver reinitMichal Swiatkowski
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski
2025-09-11ice: move debugfs code to fwlogMichal Swiatkowski
2025-09-11libie, ice: move fwlog admin queue to libieMichal Swiatkowski
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski
2025-09-11ice: move get_fwlog_data() to fwlog fileMichal Swiatkowski
2025-09-11ice: make fwlog functions staticMichal Swiatkowski
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-02ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller
2025-09-02ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-08-27ice: finish virtchnl.c split into rss.cPrzemek Kitszel
2025-08-27ice: extract virt/rss.c: cleanup - p2Przemek Kitszel
2025-08-27ice: extract virt/rss.c: cleanup - p1Przemek Kitszel
2025-08-27ice: split RSS stuff out of virtchnl.c - copy backPrzemek Kitszel
2025-08-27ice: split RSS stuff out of virtchnl.c - tmp renamePrzemek Kitszel
2025-08-27ice: finish virtchnl.c split into queues.cPrzemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p3Przemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p2Przemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p1Przemek Kitszel
2025-08-27ice: split queue stuff out of virtchnl.c - copy backPrzemek Kitszel
2025-08-27ice: split queue stuff out of virtchnl.c - tmp renamePrzemek Kitszel
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-25ice: fix incorrect counter for buffer allocation failuresMichal Kubiak
2025-08-25ice: use fixed adapter index for E825C embedded devicesJacob Keller
2025-08-25ice: don't leave device non-functional if Tx scheduler config failsJacob Keller
2025-08-25ice: fix NULL pointer dereference in ice_unplug_aux_dev() on resetEmil Tantilov
2025-08-25ice: add virt/ and move ice_virtchnl* files therePrzemek Kitszel