summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-11macintosh/adb: fix oob read in do_adb_query() functionNing Qiang1-1/+1
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu1-0/+4
2022-08-11Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma1-0/+3
2022-08-11Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson1-0/+1
2022-08-11Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2-0/+3
2022-08-11ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck1-8/+23
2022-08-11ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach1-34/+0
2022-08-11ACPI: video: Force backlight native for some TongFang devicesWerner Sembach1-1/+50
2022-08-11tun: avoid double free in tun_free_netdevGeorge Kennedy1-55/+59
2022-08-11ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa3-0/+10
2022-08-11ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2-0/+9
2022-08-03EDAC/ghes: Set the DIMM label unconditionallyToshi Kani1-3/+8
2022-08-03mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-08-03virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie1-2/+2
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca1-1/+2
2022-08-03net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He1-0/+1
2022-08-03scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He1-2/+13
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-08-03nouveau/svm: Fix to migrate all requested pagesAlistair Popple1-1/+5
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-10/+10
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2-12/+33
2022-07-29tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby1-5/+10
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby1-22/+8
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby2-4/+4
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby6-11/+11
2022-07-29drm/imx/dcss: fix unused but set variable warningsWang ShaoBo1-2/+0
2022-07-29spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde1-4/+8
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-29drm/imx/dcss: Add missing of_node_put() in fail pathLiang He1-0/+3
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-29gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-29gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-29gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-29i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-29iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski1-3/+2
2022-07-29net: stmmac: fix dma queue left shift overflow issueJunxiao Chang1-0/+3
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock1-25/+5
2022-07-29net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2-10/+15