summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-0232-95/+218
|\
| * mtk_sgmii: enable PCS polling to allow SFP workAlexander Couzens2023-02-021-0/+1
| * net: mediatek: sgmii: fix duplex configurationBjørn Mork2023-02-022-4/+4
| * net: mediatek: sgmii: ensure the SGMII PHY is powered down on configurationAlexander Couzens2023-02-022-11/+30
| * Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-021-0/+1
| |\
| | * can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing tx_obj_num_coa...Marc Kleine-Budde2023-02-021-0/+1
| * | net: ethernet: mtk_eth_soc: disable hardware DSA untagging for second MACArınç ÜNAL2023-02-021-2/+4
| * | virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit2023-02-021-1/+1
| * | hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()Michael Kelley2023-02-021-7/+2
| |/
| * octeontx2-af: Fix devlink unregisterRatheesh Kannoth2023-02-011-8/+27
| * igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix2023-02-011-5/+9
| * nfp: flower: avoid taking mutex in atomic contextYanguo Li2023-02-011-1/+7
| * net: phy: meson-gxl: Add generic dummy stubs for MMD register accessChris Healy2023-01-311-0/+2
| * net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean2023-01-311-0/+3
| * net: ethernet: mtk_eth_soc: Avoid truncating allocationKees Cook2023-01-312-3/+1
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-01-305-19/+43
| |\
| | * ice: Prevent set_channel from changing queues while RDMA activeDave Ertman2023-01-275-19/+43
| * | net: phy: fix null dereference in phy_attach_directColin Foster2023-01-301-1/+1
| * | net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov2023-01-302-1/+4
| * | net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba2023-01-281-0/+2
| * | net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba2023-01-283-11/+45
| * | net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesAndre Kalb2023-01-281-2/+4
| * | sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet2023-01-281-1/+4
| * | net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL2023-01-271-3/+4
| * | dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+6
| * | dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3
| * | virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3
| * | lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3
| * | qede: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+4
* | | Merge tag 'soc-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-021-1/+7
|\ \ \
| * \ \ Merge tag 'sunxi-fixes-for-6.2-1' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2023-01-301-1/+7
| |\ \ \
| | * | | bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can2023-01-081-1/+7
* | | | | Merge tag 's390-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-02-021-3/+12
|\ \ \ \ \
| * | | | | watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov2023-01-301-1/+1
| * | | | | watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov2023-01-301-2/+11
* | | | | | Merge tag 'platform-drivers-x86-v6.2-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-028-28/+70
|\ \ \ \ \ \
| * | | | | | platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI matchHans de Goede2023-02-021-0/+9
| * | | | | | platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255Hans de Goede2023-01-301-1/+1
| * | | | | | platform/x86/amd: pmc: add CONFIG_SERIO dependencyArnd Bergmann2023-01-301-0/+1
| * | | | | | platform/x86/amd/pmf: Ensure mutexes are initialized before useHans de Goede2023-01-301-4/+5
| * | | | | | platform/x86/amd/pmf: Fix to update SPS thermals when power supply changeShyam Sundar S K2023-01-302-0/+24
| * | | | | | platform/x86/amd/pmf: Fix to update SPS default pprof thermalsShyam Sundar S K2023-01-301-0/+3
| * | | | | | platform/x86/amd/pmf: update to auto-mode limits only after AMT eventShyam Sundar S K2023-01-301-2/+0
| * | | | | | platform/x86/amd/pmf: Add helper routine to check pprof is balancedShyam Sundar S K2023-01-303-3/+9
| * | | | | | platform/x86/amd/pmf: Add helper routine to update SPS thermalsShyam Sundar S K2023-01-304-18/+18
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-015-6/+24
|\ \ \ \ \ \ \
| * | | | | | | vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
| * | | | | | | vhost-scsi: unbreak any layout for responseJason Wang2023-01-271-4/+17
| * | | | | | | vhost/net: Clear the pending messages when the backend is removedEric Auger2023-01-273-1/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-02-012-1/+4
|\ \ \ \ \ \ \