summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-13net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn3-4/+4
2023-01-13net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou9-14/+397
2023-01-13net: thunderbolt: Add tracepointsMika Westerberg4-1/+176
2023-01-13net: thunderbolt: Add debugging when sending/receiving control packetsMika Westerberg1-1/+26
2023-01-13net: thunderbolt: Move into own directoryMika Westerberg5-15/+17
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski123-436/+3684
2023-01-13Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-114/+204
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-60/+51
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara1-0/+1
2023-01-12Merge tag 'spi-fix-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-27/+28
2023-01-12Merge tag 'regulator-fix-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+7
2023-01-12Merge tag 'mtd/fixes-for-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-7/+10
2023-01-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-13/+86
2023-01-12net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi1-4/+0
2023-01-12net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2023-01-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-10/+18
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2023-01-12r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-01-11spi: Merge rename of spi-cs-setup-ns DT propertyMark Brown1-1/+1
2023-01-11spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-01-11spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski1-16/+18
2023-01-11Merge tag 'mlx5-fixes-2023-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller16-48/+103
2023-01-11Merge tag 'mlx5-updates-2023-01-10' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-83/+637
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto3-0/+179
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto2-0/+239
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2-0/+195
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto3-2/+23
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-11net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing1-3/+3
2023-01-11net/mlx5: remove redundant ret variablezhang songyi1-4/+1
2023-01-11net/mlx5e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-11net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-11net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan1-1/+29
2023-01-11net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan1-46/+42
2023-01-11net/mlx5: Enable management PF initializationShay Drory3-1/+15
2023-01-11net/mlx5e: Add hairpin debugfs filesGal Pressman1-0/+117
2023-01-11net/mlx5e: Add flow steering debugfs directoryGal Pressman5-7/+35
2023-01-11net/mlx5e: Add hairpin params structureGal Pressman1-15/+37
2023-01-11net/mlx5e: kTLS, Add debugfsTariq Toukan3-0/+52
2023-01-11net/mlx5e: Add Ethernet driver debugfsGal Pressman2-0/+7
2023-01-11net/mlx5e: Update shared buffer along with device buffer changesMaher Sanalla2-4/+219
2023-01-11net/mlx5e: Add API to query/modify SBPR and SBCM registersMaher Sanalla2-0/+78
2023-01-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+15
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2023-01-11net: dsa: mv88e6xxx: Separate C22 and C45 transactionsAndrew Lunn7-85/+225
2023-01-11net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn1-0/+55
2023-01-11net: fec: Separate C22 and C45 transactionsAndrew Lunn1-50/+103
2023-01-11net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn1-40/+108
2023-01-11net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn1-16/+8