summaryrefslogtreecommitdiff
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-13Merge branch 'net-thunderbolt-add-tracepoints'Jakub Kicinski8-17/+219
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 Westerberg6-16/+18
2023-01-13u64_stat: Remove the obsolete fetch_irq() variants.Thomas Gleixner1-12/+0
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski309-2754/+6704
2023-01-13Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds74-1956/+1954
2023-01-13Merge tag 's390-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-73/+107
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-70/+54
2023-01-13Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+10
2023-01-13Merge tag 'perf-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+16
2023-01-13Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+60
2023-01-12Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2023-01-12Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12-38/+79
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 Torvalds5-29/+30
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 Torvalds14-18/+21
2023-01-12Merge branch 'vsock-update-tools-and-error-handling'Paolo Abeni9-17/+691
2023-01-12test/vsock: vsock_perf utilityArseniy Krasnov3-1/+463
2023-01-12test/vsock: add big message testArseniy Krasnov1-0/+69
2023-01-12test/vsock: rework message bounds testArseniy Krasnov5-15/+157
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-13/+95
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-12devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
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-12Merge tag 'perf-tools-fixes-for-v6.2-2-2023-01-11' of git://git.kernel.org/pu...Linus Torvalds8-45/+77
2023-01-11s390: update defconfigsHeiko Carstens3-6/+9
2023-01-11Merge branch 'dt-bindings-first-batch-of-dt-schema-conversions-for-amlogic-me...Jakub Kicinski2-48/+80
2023-01-11dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schemaNeil Armstrong2-48/+80
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2-55/+77
2023-01-11spi: Merge rename of spi-cs-setup-ns DT propertyMark Brown2-3/+3
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. Miller17-49/+104
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-11Merge tag 'mlx5-updates-2023-01-10' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller23-83/+706
2023-01-11Merge branch 'NCN26000-PLCA-RS-support'David S. Miller20-3/+1233
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto4-0/+186
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto4-0/+246