summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
9 dayse1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath-4/+0
9 daysi40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari-7/+7
9 daysiavf: fix incorrect reset handling in callbacksPetr Oros-69/+31
9 daysiavf: fix PTP use-after-free during resetPetr Oros-0/+4
9 daysdrivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov-2/+2
14 dayslibeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba-1/+7
14 daysi40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba-3/+6
14 daysi40e: fix registering XDP RxQ infoLarysa Zaremba-17/+22
14 daysice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba-5/+4
14 daysice: fix rxq info registering in mbuf packetsLarysa Zaremba-20/+14
2026-03-03igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera-11/+26
2026-03-03igb: Fix trigger of incorrect irq in igb_xsk_wakeupVivek Behera-8/+30
2026-03-03iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju-1/+16
2026-03-03libie: don't unroll if fwlog isn't supportedMichal Swiatkowski-0/+4
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba-1/+1
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-38/+114
2026-02-25e1000e: clear DPG_EN after reset to avoid autonomous power-gatingVitaly Lifshits-0/+10
2026-02-25e1000e: introduce new board type for Panther Lake PCHVitaly Lifshits-12/+31
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski-1/+2
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner-1/+1
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma-11/+41
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi-3/+0
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez-1/+1
2026-02-25idpf: nullify pointers after they are freedLi Li-0/+1
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li-0/+3
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li-0/+3
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-37/+27
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-86/+43
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-183/+183
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-393/+364
2026-02-12net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore-1/+7
2026-02-06ice: Remove jumbo_remove step from TX pathAlice Mikityanska-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-88/+136
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski-92/+959
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera-7/+12
2026-02-05dpll: Add reference count tracking supportIvan Vecera-7/+7
2026-01-30i40e: drop udp_tunnel_get_rx_info() call from i40e_open()Mohammad Heib-1/+0
2026-01-30ice: drop udp_tunnel_get_rx_info() call from ndo_open()Mohammad Heib-3/+0
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma-5/+29
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller-78/+103
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka-1/+4
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+16
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg-1/+0
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma-4/+6