aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-15net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is upGravatar Daniel Golle 1-4/+3
2024-03-14net: txgbe: fix clk_name exceed MAX_DEV_ID limitsGravatar Duanqiang Wen 1-1/+1
2024-03-14vmxnet3: Fix missing reserved tailroomGravatar William Tu 1-3/+3
2024-03-13octeontx2-af: Use matching wake_up API variant in CGX command interfaceGravatar Linu Cherian 1-1/+1
2024-03-13soc: fsl: qbman: Use raw spinlock for cgr_lockGravatar Sean Anderson 1-11/+14
2024-03-13soc: fsl: qbman: Always disable interrupts when taking cgr_lockGravatar Sean Anderson 1-5/+5
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 936-18871/+54193
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-24/+20
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-13/+22
2024-03-12Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+35
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 55-306/+2743
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 4-2/+24
2024-03-12Merge tag 'm68k-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 25-586/+739
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-1/+12
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 395-4714/+10895
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 10-79/+64
2024-03-11Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 24-320/+5091
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+2
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-106/+1177
2024-03-11Revert "dm: use queue_limits_set"Gravatar Linus Torvalds 1-12/+15
2024-03-11ptp: Move from simple ida to xarrayGravatar Kory Maincent 1-14/+18
2024-03-11vxlan: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-2/+0
2024-03-11vxlan: Do not alloc tstats manuallyGravatar Breno Leitao 1-11/+2
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-03-11nfp: flower: handle acti_netdevs allocation failureGravatar Duoming Zhou 1-0/+5
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-12/+12
2024-03-11ravb: Correct buffer size to map for R-Car RxGravatar Niklas Söderlund 1-1/+1
2024-03-11net: amt: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-03-11net: amt: Move stats allocation to coreGravatar Breno Leitao 1-7/+2
2024-03-11net: wan: framer/pef2256: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-10/+10
2024-03-11mlxsw: spectrum_router: Share nexthop counters in resilient groupsGravatar Petr Machata 1-2/+68
2024-03-11mlxsw: spectrum_router: Support nexthop group hardware statisticsGravatar Petr Machata 1-6/+142
2024-03-11mlxsw: spectrum_router: Track NH ID's of group membersGravatar Petr Machata 1-0/+2
2024-03-11mlxsw: spectrum_router: Add helpers for nexthop countersGravatar Petr Machata 1-15/+50
2024-03-11mlxsw: spectrum_router: Avoid allocating NH counters twiceGravatar Petr Machata 1-0/+3
2024-03-11mlxsw: spectrum: Allow fetch-and-clear of flow countersGravatar Petr Machata 5-9/+11
2024-03-11mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intGravatar Petr Machata 3-12/+36
2024-03-11mlxsw: spectrum_router: Rename two functionsGravatar Petr Machata 3-19/+19
2024-03-11r8152: fix unknown device for choose_configurationGravatar Hayes Wang 1-1/+1
2024-03-11net: netconsole: Add continuation line prefix to userdata messagesGravatar Matthew Wood 1-5/+7
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-154/+393
2024-03-11Merge tag 'irq-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 24-145/+324
2024-03-11r8169: switch to new function phy_support_eeeGravatar Heiner Kallweit 1-2/+1
2024-03-11net: phy: simplify a check in phy_check_link_statusGravatar Heiner Kallweit 1-2/+2
2024-03-11net: phy: marvell-88x2222: Remove unused of_gpio.hGravatar Andy Shevchenko 1-2/+0
2024-03-11net: dsa: mt7530: disable LEDs before resetGravatar Justin Swartz 1-0/+6
2024-03-11net: mdio_bus: Remove unused of_gpio.hGravatar Andy Shevchenko 1-2/+0