aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2026-08-06igc: fix netdev not re-attached after resume if interface is downPhilipp David1-3/+5
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev1-1/+1
2026-08-03xsk: pass TX metadata pointer by referenceStanislav Fomichev1-1/+1
2026-07-28e1000: fix memory leak in e1000_probe()Dawei Feng1-1/+1
2026-07-28igbvf: Fix leak in TX DMA error cleanupMatt Vollrath1-2/+0
2026-07-28igc: remove napi_synchronize() in igc_down()David Carlier1-2/+1
2026-07-28ice: suppress DPLL errors during reset recoveryPrzemyslaw Korba1-7/+12
2026-07-28ice: fix memory leak in ice_lbtest_prepare_rings()Dawei Feng1-5/+5
2026-07-28ice: fix VF interrupts cleanupDawid Osuchowski3-0/+49
2026-07-28ice: wait for reset completion in ice_resume()Aaron Ma1-0/+10
2026-07-28idpf: Fix mailbox IRQ name leak on request failureYuho Choi1-1/+1
2026-07-28idpf: adjust TxQ ring count minimumJoshua Hay2-5/+2
2026-07-28idpf: bound interrupt-vector register fill to the allocated arrayMichael Bommarito4-5/+6
2026-07-23idpf: fix max_vport related crash on allocation error during initEmil Tantilov1-1/+6
2026-07-23ice: reject out-of-range ptype in ice_parser_profile_initAleksandr Loktionov1-0/+3
2026-07-23ice: prevent tstamp ring allocation for non-PF VSI typesPaul Greenwalt1-0/+3
2026-07-23ice: fix PTP Call Trace during PTP releasePaul Greenwalt1-0/+5
2026-07-23ice: use READ_ONCE() to access cached PHC timeSergey Temerkhanov1-1/+1
2026-07-23ice: fix LAG recipe to profile associationMarcin Szycik1-1/+1
2026-07-23ice: pass the return value of skb_checksum_help()Michal Swiatkowski1-11/+9
2026-07-23ice: allow creating VFs when !CONFIG_ICE_SWITCHDEVVincent Chen3-10/+10
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-0/+1
2026-06-22e1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor LakeDima Ruinskiy2-1/+17
2026-06-22i40e: Fix i40e_debug() to use struct i40e_hw argumentMohamed Khalfella1-1/+1
2026-06-22ice: dpll: fix memory leak in ice_dpll_init_info error pathsZhaoJinming1-6/+10
2026-06-22ice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_infoZhaoJinming1-0/+4
2026-06-22ice: call netif_keep_dst() once when entering switchdev modeMarcin Szycik1-2/+2
2026-06-22ice: fix ice_init_link() error return preventing probePaul Greenwalt1-11/+5
2026-06-22ice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
2026-06-22ice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()Dawid Osuchowski1-1/+1
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds54-483/+2410
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+12
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds3-2/+8
2026-06-13igc: fix typos in commentsMaximilian Pezzullo2-3/+3
2026-06-13igb: fix typos in commentsMaximilian Pezzullo4-4/+4
2026-06-13e1000e: limit endianness conversion to boundary wordsAgalakov Daniil1-7/+12
2026-06-13e1000: limit endianness conversion to boundary wordsAgalakov Daniil1-4/+6
2026-06-13e1000e: Use __napi_schedule_irqoff()Matt Vollrath1-3/+3
2026-06-13igc: use napi_schedule_irqoff() instead of napi_schedule()Daiki Harada1-3/+3
2026-06-13igb: use napi_schedule_irqoff() instead of napi_schedule()Daiki Harada1-3/+3
2026-06-13e1000e: use ktime_get_real_ns() in e1000e_systim_reset()Aleksandr Loktionov1-1/+1
2026-06-13igb: use ktime_get_real helpers in igb_ptp_reset()Aleksandr Loktionov1-2/+3
2026-06-13ixgbe: e610: remove redundant assignmentPiotr Kwapulinski1-10/+4
2026-06-13net/intel: Replace manual array size calculation with ARRAY_SIZEJakub Raczynski2-2/+2
2026-06-13iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() testCorinna Vinschen1-7/+5
2026-06-13ice: remove redundant checks from PTP initNatalia Wochtman1-10/+4
2026-06-13idpf: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-06-13ice: implement E825 TX ref clock control and TXC hardware sync statusGrzegorz Nitka10-20/+696
2026-06-13ice: add Tx reference clock index handling to AN restart commandGrzegorz Nitka4-3/+9
2026-06-13ice: implement CPI support for E825CGrzegorz Nitka8-3/+448