summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-0/+1
10 dayse1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor LakeDima Ruinskiy2-1/+17
10 daysi40e: Fix i40e_debug() to use struct i40e_hw argumentMohamed Khalfella1-1/+1
10 daysice: dpll: fix memory leak in ice_dpll_init_info error pathsZhaoJinming1-6/+10
10 daysice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_infoZhaoJinming1-0/+4
10 daysice: call netif_keep_dst() once when entering switchdev modeMarcin Szycik1-2/+2
10 daysice: fix ice_init_link() error return preventing probePaul Greenwalt1-11/+5
10 daysice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
10 daysice: 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-17Merge 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-14igc: fix typos in commentsMaximilian Pezzullo2-3/+3
2026-06-14igb: fix typos in commentsMaximilian Pezzullo4-4/+4
2026-06-14e1000e: limit endianness conversion to boundary wordsAgalakov Daniil1-7/+12
2026-06-14e1000: limit endianness conversion to boundary wordsAgalakov Daniil1-4/+6
2026-06-14e1000e: Use __napi_schedule_irqoff()Matt Vollrath1-3/+3
2026-06-14igc: use napi_schedule_irqoff() instead of napi_schedule()Daiki Harada1-3/+3
2026-06-14igb: use napi_schedule_irqoff() instead of napi_schedule()Daiki Harada1-3/+3
2026-06-14e1000e: use ktime_get_real_ns() in e1000e_systim_reset()Aleksandr Loktionov1-1/+1
2026-06-14igb: use ktime_get_real helpers in igb_ptp_reset()Aleksandr Loktionov1-2/+3
2026-06-14ixgbe: e610: remove redundant assignmentPiotr Kwapulinski1-10/+4
2026-06-14net/intel: Replace manual array size calculation with ARRAY_SIZEJakub Raczynski2-2/+2
2026-06-14iavf: iavf_virtchnl_completion: drop duplicate ether_addr_equal() testCorinna Vinschen1-7/+5
2026-06-14ice: remove redundant checks from PTP initNatalia Wochtman1-10/+4
2026-06-14idpf: 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
2026-06-13ice: introduce TXC DPLL device and TX ref clock pin framework for E825Grzegorz Nitka3-25/+315
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+3
2026-06-10net: change ndo_set_rx_mode_async return type to intStanislav Fomichev1-3/+7
2026-06-09igc: skip RX timestamp header for frame preemption verificationKhaiWenTan1-1/+1
2026-06-09ixgbe: do not configure xps for XDP queuesLarysa Zaremba1-1/+2
2026-06-09idpf: add padding to PTP virtchnl structuresPrzemyslaw Korba1-3/+9
2026-06-06idpf: fix mailbox capability for set device clock timeAlok Tiwari1-1/+1
2026-06-06ice: fix missing priority callbacks for U.FL DPLL pinsPetr Oros1-0/+2
2026-06-04igc: Use provided clock ID for history snapshotThomas Gleixner2-1/+4
2026-06-04ice/ptp: Use provided clock ID for history snapshotThomas Gleixner1-1/+4
2026-05-26devlink: pass param values by pointerRatheesh Kannoth1-15/+15
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+43
2026-05-19igc: fix potential skb leak in igc_fpe_xmit_smd_frame()Kohei Enju1-1/+7
2026-05-19igc: set tx buffer type for SMD framesKohei Enju1-0/+1
2026-05-19ixgbevf: fix use-after-free in VEPA multicast source pruningMichael Bommarito1-0/+1
2026-05-19ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-05-19ice: ptp: use primary NAC semaphore on E825Grzegorz Nitka1-0/+9
2026-05-19ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-05-19ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-05-19ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-05-19ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4