summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* macintosh/adb: fix oob read in do_adb_query() functionNing Qiang2022-08-111-1/+1
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu2022-08-111-0/+4
* Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma2022-08-111-0/+3
* Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson2022-08-111-0/+1
* Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2022-08-112-0/+3
* ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck2022-08-111-8/+23
* ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach2022-08-111-34/+0
* ACPI: video: Force backlight native for some TongFang devicesWerner Sembach2022-08-111-1/+50
* tun: avoid double free in tun_free_netdevGeorge Kennedy2022-08-111-55/+59
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2022-08-113-0/+10
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2022-08-112-0/+9
* EDAC/ghes: Set the DIMM label unconditionallyToshi Kani2022-08-031-3/+8
* mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi2022-08-031-0/+1
* sfc: disable softirqs for ptp TXAlejandro Lucero2022-08-031-0/+22
* virtio-net: fix the race between refill work and closeJason Wang2022-08-031-3/+34
* i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski2022-08-031-0/+4
* net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie2022-08-031-2/+2
* macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca2022-08-031-3/+3
* macsec: limit replay window size with XPNSabrina Dubroca2022-08-031-4/+12
* macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca2022-08-031-2/+2
* macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca2022-08-031-1/+2
* net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He2022-08-031-0/+1
* scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He2022-08-031-2/+13
* ice: do not setup vlan for loopback VSIMaciej Fijalkowski2022-08-031-3/+5
* ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-08-031-1/+2
* nouveau/svm: Fix to migrate all requested pagesAlistair Popple2022-08-031-1/+5
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-07-291-10/+10
* tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-292-12/+33
* tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby2022-07-291-5/+10
* tty: drop tty_schedule_flip()Jiri Slaby2022-07-291-22/+8
* tty: the rest, stop using tty_schedule_flip()Jiri Slaby2022-07-292-4/+4
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2022-07-296-11/+11
* drm/imx/dcss: fix unused but set variable warningsWang ShaoBo2022-07-291-2/+0
* spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde2022-07-291-4/+8
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-291-3/+3
* drm/imx/dcss: Add missing of_node_put() in fail pathLiang He2022-07-291-0/+3
* be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-293-18/+25
* gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-291-4/+7
* gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-291-6/+6
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-291-0/+3
* ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-293-0/+10
* i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-291-8/+5
* iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski2022-07-291-3/+2
* net: stmmac: fix dma queue left shift overflow issueJunxiao Chang2022-07-291-0/+3
* i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock2022-07-291-25/+5
* net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2022-07-292-10/+15