summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-114/+204
2023-01-12Merge 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-11net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2023-01-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-10/+18
2023-01-11bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-11net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
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-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+15
2023-01-10iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2023-01-10igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2-4/+8
2023-01-10ixgbe: fix pci device refcount leakYang Yingliang1-5/+9
2023-01-10octeontx2-pf: Fix resource leakage in VF driver unbindHariprasad Kelam1-0/+2
2023-01-09net/mlx5e: Fix macsec possible null dereference when updating MAC security en...Emeel Hakim1-7/+2
2023-01-09net/mlx5e: Fix macsec ssci attribute handling in offload pathEmeel Hakim1-3/+7
2023-01-09net/mlx5: E-switch, Coverity: overlapping copyShay Drory1-4/+0
2023-01-09net/mlx5e: Don't support encap rules with gbp optionGavin Li1-0/+2
2023-01-09net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu1-1/+1
2023-01-09net/mlx5e: Fix memory leak on updating vport countersAya Levin1-1/+2
2023-01-09net/mlx5e: TC, Restore pkt rate policing supportOz Shlomo1-6/+0
2023-01-09net/mlx5e: TC, ignore match level for post meter rulesOz Shlomo1-0/+1
2023-01-09net/mlx5e: IPoIB, Fix child PKEY interface stats on rx pathDragos Tatulea1-1/+1
2023-01-09net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parentDragos Tatulea1-0/+9
2023-01-09net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are pre...Dragos Tatulea4-7/+62
2023-01-09net/mlx5e: Verify dev is present for fix features ndoRoy Novich1-0/+3
2023-01-09net/mlx5: Fix command stats access after freeMoshe Shemesh1-11/+2
2023-01-09net/mlx5e: TC, Keep mod hdr actions after mod hdr allocAriel Levkovich1-2/+3
2023-01-09net/mlx5: check attr pointer validity before dereferencing itAriel Levkovich1-1/+1
2023-01-09net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_ruleYevgeny Kliteynik1-4/+7
2023-01-09Revert "r8169: disable detection of chip version 36"Heiner Kallweit1-4/+1
2023-01-09ice: Add check for kzallocJiasheng Jiang1-9/+14
2023-01-09ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can1-0/+1
2023-01-09net: lan966x: Allow to add rules in TCAM even if not enabledHoratiu Vultur1-3/+0
2023-01-09nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang1-3/+41
2023-01-09mlxsw: spectrum_router: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-09net: ipa: correct IPA v4.7 IMEM offsetAlex Elder1-1/+1
2023-01-09brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov1-2/+3
2023-01-09xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev1-1/+3
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne1-17/+29
2023-01-07Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+32
2023-01-07Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-6/+9
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-20/+43