aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib1-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma3-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller3-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka1-1/+4
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-20ice: fix devlink reload call tracePaul Greenwalt1-2/+1
2026-01-20ice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt1-0/+1
2026-01-20ice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
2026-01-13ice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
2026-01-13ice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
2026-01-13ice: initialize ring_stats->syncpJacob Keller1-0/+4
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-11-27ice: fix comment typo and correct module format stringAlok Tiwari2-2/+2
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao1-4/+15
2025-11-25ice: fix broken Rx on VFsAlexander Lobakin1-0/+3
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-2/+0
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka1-4/+10
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+19
2025-11-18ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-06ice: Extend PTYPE bitmap coverage for GTP encapsulated flowsPrzemek Kitszel1-26/+26
2025-11-06ice: improve TCAM priority handling for RSS profilesAleksandr Loktionov2-14/+78
2025-11-06ice: implement GTP RSS context tracking and configurationAleksandr Loktionov1-54/+1040
2025-11-06ice: add virtchnl definitions and static data for GTP RSSAleksandr Loktionov2-1/+266
2025-11-06ice: add flow parsing for GTP and new protocol field supportAleksandr Loktionov3-9/+322
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+35
2025-10-29ice: Allow 100M speed for E825C SGMII deviceGrzegorz Nitka1-0/+1
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin6-36/+168
2025-10-29ice: switch to Page PoolMichal Kubiak10-552/+202
2025-10-29ice: drop page splitting and recyclingMichal Kubiak5-223/+24
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak7-208/+6
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka1-1/+1
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka2-2/+25
2025-10-28ice: fix lane number calculationGrzegorz Nitka1-0/+9
2025-10-24ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel1-1/+1
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel4-9/+23
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