summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski122-2704/+1072
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds23-136/+343
2023-12-01Merge tag 'pmdomain-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-12-01Merge tag 'mmc-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds5-49/+85
2023-12-01Merge tag 'leds-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-14/+0
2023-12-01Merge tag 'efi-urgent-for-v6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-11-30net: ethernet: ezchip: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30net: ethernet: ti: cpsw-new: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ethernet: ti: am65-cpsw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+10
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-11-30net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King2-3/+3
2023-11-30net: libwx: fix memory leak on msix entryJiawen Wu1-1/+1
2023-11-30net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko1-1/+2
2023-11-30mlxsw: spectrum: Use CFF mode where availablePetr Machata1-0/+2
2023-11-30mlxsw: spectrum_fid: Add support for rFID family in CFF flood modePetr Machata1-0/+231
2023-11-30mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood modePetr Machata1-0/+96
2023-11-30mlxsw: spectrum_fid: Initialize flood profiles in CFF modePetr Machata1-1/+122
2023-11-30mlxsw: spectrum_fid: Add profile_id to flood profilePetr Machata1-0/+6
2023-11-30mlxsw: spectrum_fid: Add an object to keep flood profilesPetr Machata1-19/+31
2023-11-30mlxsw: spectrum_fid: Add hooks for RSP table maintenancePetr Machata3-1/+67
2023-11-30mlxsw: spectrum_fid: Add a not-UC packet typePetr Machata2-0/+12
2023-11-30mlxsw: spectrum_fid: Add an op for packing SFMRPetr Machata1-2/+11
2023-11-30mlxsw: spectrum_fid: Add an op to get PGT address of a FIDPetr Machata1-7/+9
2023-11-30mlxsw: spectrum_fid: Add an op to get PGT allocation sizePetr Machata1-5/+18
2023-11-30mlxsw: spectrum_fid: Add an op for flood table initializationPetr Machata1-5/+12
2023-11-30mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() upPetr Machata1-30/+30
2023-11-30mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an intPetr Machata1-7/+14
2023-11-30mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid()Petr Machata1-5/+12
2023-11-30mlxsw: spectrum_fid: Rename FID ops, families, arraysPetr Machata1-23/+25
2023-11-30mlxsw: spectrum_fid: Privatize FID familiesPetr Machata3-20/+44
2023-11-30net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi1-10/+14
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-30net: phy: adin: allow control of Fast Link DownVincent Whitchurch1-0/+53
2023-11-30r8169: improve handling task schedulingHeiner Kallweit1-2/+4
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski4-6/+7
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+8
2023-11-29net: dsa: microchip: make phylink_mac_link_up() not optionalOleksij Rempel1-4/+2
2023-11-29net: dsa: microchip: ksz8: Add function to configure ports with integrated PHYsOleksij Rempel3-1/+74
2023-11-29net: dsa: microchip: ksz8: Make flow control, speed, and duplex on CPU port c...Oleksij Rempel3-2/+56
2023-11-29gve: Remove dependency on 4k page size.John Fraker5-10/+11
2023-11-29gve: Add page size register to the register_page_list command.John Fraker2-1/+3
2023-11-29gve: Remove obsolete checks that rely on page size.John Fraker2-18/+1
2023-11-29gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker2-13/+44
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker2-10/+22