summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib1-1/+0
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-28ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg1-1/+0
2026-01-28ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma1-4/+6
2026-01-28ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju1-4/+2
2026-01-28ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju1-12/+8
2026-01-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+33
2026-01-21idpf: Fix data race in idpf_net_dimDavid Yang1-5/+11
2026-01-20idpf: read lower clock bits inside the time sandwichMina Almasry1-1/+1
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-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
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
2026-01-07idpf: fix aux device unplugging when rdma is not supported by vportLarysa Zaremba1-1/+1
2026-01-07idpf: cap maximum Rx buffer sizeJoshua Hay2-3/+6
2026-01-07idpf: Fix error handling in idpf_vport_open()Sreedevi Joshi1-2/+2
2026-01-07idpf: Fix RSS LUT NULL ptr issue after soft resetSreedevi Joshi3-17/+6
2026-01-07idpf: Fix RSS LUT configuration on down interfacesSreedevi Joshi1-7/+11
2026-01-07idpf: Fix RSS LUT NULL pointer crash on early ethtool operationsSreedevi Joshi5-79/+66
2026-01-07idpf: fix issue with ethtool -n command displayErik Gabriel Carrillo2-22/+40
2026-01-07idpf: fix memory leak of flow steer list on rmmodSreedevi Joshi3-3/+42
2026-01-07idpf: fix error handling in the init_task on loadEmil Tantilov1-4/+12
2026-01-07idpf: fix memory leak in idpf_vc_core_deinit()Emil Tantilov1-0/+4
2026-01-07idpf: fix memory leak in idpf_vport_rel()Emil Tantilov1-0/+2
2026-01-07idpf: detach and close netdevs while handling a resetEmil Tantilov1-49/+72
2026-01-06idpf: keep the netdev when a reset failsEmil Tantilov1-11/+6
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni8-18/+31
2025-12-17e1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li1-1/+9
2025-12-17idpf: reduce mbx_task schedule delay to 300usBrian Vazquez1-1/+1
2025-12-17idpf: fix LAN memory regions command on some NVMsLarysa Zaremba1-0/+5
2025-12-17iavf: fix off-by-one issues in iavf_config_rss_reg()Kohei Enju1-2/+2
2025-12-17i40e: validate ring_len parameter against hardware-specific valuesGregory Herrero3-14/+13
2025-12-17i40e: fix scheduling in set_rx_modePrzemyslaw Korba1-0/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-15/+0
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds61-1413/+2954
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+4
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2025-11-28iavf: clarify VLAN add/delete log messages and lower log levelAlok Tiwari1-4/+8
2025-11-28ice: fix comment typo and correct module format stringAlok Tiwari2-2/+2
2025-11-28idpf: correct queue index in Rx allocation error messagesAlok Tiwari1-4/+4
2025-11-28idpf: use desc_ring when checking completion queue DMA allocationAlok Tiwari1-1/+1
2025-11-28ixgbe: avoid redundant call to ixgbe_non_sfp_link_config()Alok Tiwari1-2/+2