summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-108/+109
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds-5/+3
2026-04-10iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov-50/+53
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-33/+67
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov-3/+1
2026-04-06e1000: check return value of e1000_read_eepromAgalakov Daniil-1/+7
2026-04-06igb: remove napi_synchronize() in igb_down()Alex Dvoretsky-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju-1/+7
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov-11/+8
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-46/+60
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay-1/+1
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay-4/+6
2026-03-23iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju-16/+15
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros-4/+13
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros-1/+1
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski-20/+24
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+86
2026-03-17libie: prevent memleak in fwlog codeMichal Swiatkowski-13/+36
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros-3/+6
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska-0/+42
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju-5/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-82/+44
2026-03-10e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath-4/+0
2026-03-10i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari-7/+7
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros-69/+31
2026-03-10iavf: fix PTP use-after-free during resetPetr Oros-0/+4
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-129/+275
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba-1/+7
2026-03-05i40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba-3/+6
2026-03-05i40e: fix registering XDP RxQ infoLarysa Zaremba-17/+22
2026-03-05ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba-5/+4
2026-03-05ice: 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-03-03ixgbe: refactor: use DECLARE_BITMAP for ring state fieldAleksandr Loktionov-44/+45
2026-03-03i40e: Add missing wordpart.h headerAndy Shevchenko-0/+2