summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds17-164/+357
12 daysice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
12 daysice: fix ready bitmap check for non-E822 devicesJacob Keller3-26/+136
12 daysice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka2-1/+93
12 daysice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
13 daysiavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-5/+11
2026-04-18e1000e: Unroll PTP in probe error handlingMatt Vollrath1-0/+1
2026-04-18iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2Petr Oros1-1/+1
2026-04-18i40e: don't advertise IFF_SUPP_NOFCSKohei Enju1-1/+0
2026-04-18ice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju1-0/+1
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki5-18/+31
2026-04-18ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-04-18ice: fix PHY config on media change with link-down-on-closePaul Greenwalt1-94/+27
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-04-18ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-18ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-04-18ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka1-3/+3
2026-04-16Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+3
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-108/+109
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds2-5/+3
2026-04-11iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov1-50/+53
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-33/+67
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov1-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov1-3/+1
2026-04-07e1000: check return value of e1000_read_eepromAgalakov Daniil1-1/+7
2026-04-07igb: remove napi_synchronize() in igb_down()Alex Dvoretsky1-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt1-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov4-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros1-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju1-1/+7
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov1-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov1-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov2-11/+8
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-46/+60
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay1-1/+1
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay3-4/+6
2026-03-23iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju1-16/+15
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros1-1/+1
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski3-20/+24
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-21/+86
2026-03-18libie: 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