aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-21/+86
2026-03-17libie: prevent memleak in fwlog codeMichal Swiatkowski1-13/+36
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska3-0/+42
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-82/+44
2026-03-10e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath2-4/+0
2026-03-10i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari1-7/+7
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros4-69/+31
2026-03-10iavf: fix PTP use-after-free during resetPetr Oros1-0/+4
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-129/+275
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba3-1/+7
2026-03-05i40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba1-3/+6
2026-03-05i40e: fix registering XDP RxQ infoLarysa Zaremba2-17/+22
2026-03-05ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba1-5/+4
2026-03-05ice: fix rxq info registering in mbuf packetsLarysa Zaremba4-20/+14
2026-03-03igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera2-11/+26
2026-03-03igb: Fix trigger of incorrect irq in igb_xsk_wakeupVivek Behera1-8/+30
2026-03-03iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju1-1/+16
2026-03-03libie: don't unroll if fwlog isn't supportedMichal Swiatkowski1-0/+4
2026-03-03ice: Fix memory leak in ice_set_ringparam()Zilin Guan1-2/+9
2026-03-03ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-03ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-03ice: fix adding AQ LLDP filter for VFLarysa Zaremba1-1/+1
2026-03-03ixgbe: refactor: use DECLARE_BITMAP for ring state fieldAleksandr Loktionov4-44/+45
2026-03-03i40e: Add missing wordpart.h headerAndy Shevchenko1-0/+2
2026-03-03i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()Yury Norov (NVIDIA)1-13/+8
2026-03-03ice: Make name member of struct ice_cgu_pin_desc constSimon Horman1-1/+1
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski16-38/+114
2026-02-25e1000e: clear DPG_EN after reset to avoid autonomous power-gatingVitaly Lifshits2-0/+10
2026-02-25e1000e: introduce new board type for Panther Lake PCHVitaly Lifshits4-12/+31
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski1-1/+2
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner1-1/+1
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt3-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma3-11/+41
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi1-3/+0
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez1-1/+1
2026-02-25idpf: nullify pointers after they are freedLi Li1-0/+1
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li1-0/+3
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li1-0/+3
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li1-3/+3
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg3-3/+3
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook14-37/+27
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds22-86/+43
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds6-7/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds67-183/+183
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook81-393/+364
2026-02-12net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore1-1/+7
2026-02-06ice: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0