summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang2022-12-061-4/+4
| |/ / / / / /
| * | | | | | net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter2022-12-051-0/+3
| * | | | | | xen-netfront: Fix NULL sring after live migrationLin Liu2022-12-051-0/+6
| * | | | | | net: microchip: sparx5: correctly free skb in xmitCasper Andersson2022-12-052-18/+25
| * | | | | | octeontx2-pf: Fix potential memory leak in otx2_init_tc()Ziyang Xuan2022-12-051-1/+6
| * | | | | | net: mdiobus: fix double put fwnode in the error pathYang Yingliang2022-12-051-1/+3
| * | | | | | net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko2022-12-051-2/+2
| * | | | | | net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko2022-12-051-2/+2
| * | | | | | nfp: correct desc type when header dma len is 4096Yinjun Zhang2022-12-041-3/+3
| * | | | | | Bluetooth: btusb: Add debug message for CSR controllersIsmael Ferreras Morezuelas2022-12-021-0/+5
| * | | | | | Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-0/+1
| * | | | | | vmxnet3: use correct intrConf reference when using extended queuesRonak Doshi2022-12-021-2/+14
| * | | | | | vmxnet3: correctly report encapsulated LRO packetRonak Doshi2022-12-021-2/+9
| * | | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-12-012-2/+4
| |\ \ \ \ \ \
| | * | | | | | igb: Allocate MSI-X vector when testingAkihiko Odaki2022-11-301-0/+2
| | * | | | | | e1000e: Fix TX dispatch conditionAkihiko Odaki2022-11-301-2/+2
| * | | | | | | net: ethernet: ti: am65-cpsw: Fix RGMII configuration at SPEED_10Siddharth Vadapalli2022-11-301-1/+1
| * | | | | | | net: broadcom: Add PTP_1588_CLOCK_OPTIONAL dependency for BCMGENET under ARCH...YueHaibing2022-11-301-1/+2
| |/ / / / / /
* | | | | | | Merge tag 'for-linus-2022120801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-089-22/+34
|\ \ \ \ \ \ \
| * | | | | | | Revert "HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devi...Benjamin Tissoires2022-12-081-19/+0
| * | | | | | | Revert "HID: logitech-hidpp: Remove special-casing of Bluetooth devices"Benjamin Tissoires2022-12-081-0/+9
| * | | | | | | HID: usbhid: Add ALWAYS_POLL quirk for some miceAnkit Patel2022-11-222-0/+6
| * | | | | | | HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng2022-11-211-0/+3
| * | | | | | | HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirkJosé Expósito2022-11-211-0/+1
| * | | | | | | HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires2022-11-151-2/+2
| * | | | | | | HID: hid-lg4ff: Add check for empty lbufAnastasia Belova2022-11-141-0/+6
| * | | | | | | HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10Hans de Goede2022-11-142-0/+6
| * | | | | | | HID: uclogic: Fix frame templates for big endian architecturesJosé Expósito2022-11-141-1/+1
* | | | | | | | Merge tag 'for-linus-xsa-6.1-rc9b-tag' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | xen/netback: fix build warningJuergen Gross2022-12-071-1/+1
* | | | | | | | | Merge tag 'gpio-fixes-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-083-16/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()Wang Yufen2022-12-061-0/+1
| * | | | | | | | | gpio: amd8111: Fix PCI device reference count leakXiongfeng Wang2022-11-301-0/+4
| * | | | | | | | | gpiolib: fix memory leak in gpiochip_setup_dev()Zeng Heng2022-11-281-16/+26
* | | | | | | | | | Merge tag 'ata-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-12-081-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell2022-12-071-1/+1
* | | | | | | | | | | Merge tag 'platform-drivers-x86-v6.1-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-071-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | platform/x86/amd: pmc: Add a workaround for an s0i3 issue on CezanneMario Limonciello2022-12-071-0/+6
* | | | | | | | | | | | media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()Hans Verkuil2022-12-071-29/+73
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross2022-12-063-6/+10
* | | | | | | | | | | xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall2022-12-061-100/+123
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | char: tpm: Protect tpm_pm_suspend with locksJan Dabros2022-12-041-2/+3
* | | | | | | | | | Merge tag 'timers_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley2022-12-011-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'input-for-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-041-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu2022-12-021-1/+3
* | | | | | | | | | | Merge tag 'i2c-for-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-035-11/+27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn2022-12-021-2/+4
| * | | | | | | | | | | i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen2022-12-011-1/+0
| * | | | | | | | | | | i2c: cadence: Fix regression with bus recoveryCarsten Haitzler2022-12-011-3/+8