summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
37 hoursice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
37 hoursice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
37 hoursixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
37 hoursixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8
9 daysidpf: Fix data race in idpf_net_dimDavid Yang1-5/+11
9 daysidpf: read lower clock bits inside the time sandwichMina Almasry1-1/+1
9 daysice: fix devlink reload call tracePaul Greenwalt1-2/+1
9 daysice: add missing ice_deinit_hw() in devlink reinit pathPaul Greenwalt1-0/+1
9 daysice: Fix persistent failure in ice_get_rxfhCody Haas3-5/+30
9 daysigc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
9 daysigc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
9 daysigc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
9 daysice: Fix incorrect timeout ice_release_res()Ding Hui1-1/+1
9 daysice: Avoid detrimental cleanup for bond during interface stopDave Ertman1-8/+17
9 daysice: initialize ring_stats->syncpJacob Keller1-0/+4
2026-01-17idpf: fix aux device unplugging when rdma is not supported by vportLarysa Zaremba1-1/+1
2026-01-17idpf: cap maximum Rx buffer sizeJoshua Hay2-3/+6
2026-01-17idpf: Fix error handling in idpf_vport_open()Sreedevi Joshi1-2/+2
2026-01-17idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi3-17/+6
2026-01-17idpf: Fix RSS LUT configuration on down interfacesSreedevi Joshi1-7/+11
2026-01-17idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi5-79/+66
2026-01-17idpf: fix issue with ethtool -n command displayErik Gabriel Carrillo2-22/+40
2026-01-17idpf: fix memory leak of flow steer list on rmmodSreedevi Joshi3-3/+42
2026-01-17idpf: fix error handling in the init_task on loadEmil Tantilov1-4/+12
2026-01-17idpf: fix memory leak in idpf_vc_core_deinit()Emil Tantilov1-0/+4
2026-01-17idpf: fix memory leak in idpf_vport_rel()Emil Tantilov1-0/+2
2026-01-17idpf: detach and close netdevs while handling a resetEmil Tantilov1-49/+72
2026-01-17idpf: convert vport state to bitmapEmil Tantilov7-30/+28
2026-01-17idpf: keep the netdev when a reset failsEmil Tantilov1-11/+6
2026-01-08e1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li1-1/+9
2026-01-08idpf: reduce mbx_task schedule delay to 300usBrian Vazquez1-1/+1
2026-01-08idpf: fix LAN memory regions command on some NVMsLarysa Zaremba1-0/+5
2026-01-08iavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
2026-01-08i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2026-01-08i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-12-18iavf: Implement settime64 with -EOPNOTSUPPMichal Schmidt1-0/+7
2025-12-18ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel1-1/+1
2025-12-18ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel4-9/+23
2025-12-18ice: extract ice_init_dev() from ice_init()Przemek Kitszel1-9/+9
2025-12-18ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel3-19/+31
2025-12-18ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel1-30/+28
2025-12-18ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel1-19/+12
2025-12-18ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel1-14/+11
2025-12-18ice: move service task start out of ice_init_pf()Przemek Kitszel2-7/+12
2025-11-19ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-19idpf: fix possible vport_config NULL pointer deref in removeEmil Tantilov1-0/+2
2025-11-06libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski2-4/+2
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju1-1/+1
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju1-1/+1
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju1-1/+1