aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2025-10-24ice: extract ice_init_dev() from ice_init()Przemek Kitszel1-9/+9
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel3-19/+31
2025-10-24ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel1-30/+28
2025-10-24ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel1-19/+12
2025-10-24ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel1-14/+11
2025-10-24ice: move service task start out of ice_init_pf()Przemek Kitszel2-7/+12
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel1-2/+2
2025-10-20ice: refactor to use helpersJesse Brandeburg6-54/+24
2025-10-20ice: implement transmit hardware timestamp statisticsJesse Brandeburg1-0/+18
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg2-0/+11
2025-10-20ice: implement ethtool standard statsJesse Brandeburg3-0/+82
2025-10-06ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang1-4/+6
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko1-1/+3
2025-09-19ice: Remove deprecated ice_lag_move_new_vf_nodes() callDave Ertman3-58/+0
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt15-48/+722
2025-09-19ice: move ice_qp_[ena|dis] for reusePaul Greenwalt4-149/+173
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-47/+34
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller2-47/+34
2025-09-11ice, libie: move fwlog code to libieMichal Swiatkowski5-1192/+2
2025-09-11ice: reregister fwlog after driver reinitMichal Swiatkowski2-2/+11
2025-09-11ice: prepare for moving file to libieMichal Swiatkowski5-356/+358
2025-09-11ice: move debugfs code to fwlogMichal Swiatkowski4-639/+635
2025-09-11libie, ice: move fwlog admin queue to libieMichal Swiatkowski4-112/+35
2025-09-11ice: drop driver specific structure from fwlog codeMichal Swiatkowski5-90/+75
2025-09-11ice: check for PF number outside the fwlog codeMichal Swiatkowski3-12/+8
2025-09-11ice: move out debugfs init from fwlogMichal Swiatkowski4-9/+24
2025-09-11ice: allow calling custom send function in fwlogMichal Swiatkowski4-45/+65
2025-09-11ice: add pdev into fwlog structure and use it for loggingMichal Swiatkowski4-23/+26
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski6-87/+98
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski3-16/+3
2025-09-11ice: move get_fwlog_data() to fwlog fileMichal Swiatkowski3-29/+29
2025-09-11ice: make fwlog functions staticMichal Swiatkowski2-128/+109
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-8/+7
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+15
2025-09-02ice: fix NULL access of tx->in_use in ice_ll_ts_intrJacob Keller1-5/+7
2025-09-02ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller1-5/+8
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-35/+91
2025-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski15-1688/+1747
2025-08-27ice: finish virtchnl.c split into rss.cPrzemek Kitszel4-718/+27
2025-08-27ice: extract virt/rss.c: cleanup - p2Przemek Kitszel1-1521/+0
2025-08-27ice: extract virt/rss.c: cleanup - p1Przemek Kitszel1-1408/+0
2025-08-27ice: split RSS stuff out of virtchnl.c - copy backPrzemek Kitszel2-1/+3648
2025-08-27ice: split RSS stuff out of virtchnl.c - tmp renamePrzemek Kitszel2-1/+1
2025-08-27ice: finish virtchnl.c split into queues.cPrzemek Kitszel4-973/+31
2025-08-27ice: extract virt/queues.c: cleanup - p3Przemek Kitszel1-2392/+0
2025-08-27ice: extract virt/queues.c: cleanup - p2Przemek Kitszel1-181/+0
2025-08-27ice: extract virt/queues.c: cleanup - p1Przemek Kitszel1-1064/+0
2025-08-27ice: split queue stuff out of virtchnl.c - copy backPrzemek Kitszel2-1/+4612
2025-08-27ice: split queue stuff out of virtchnl.c - tmp renamePrzemek Kitszel2-1/+1
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-2/+1