summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.19.255v4.19.255Greg Kroah-Hartman2022-08-111-1/+1
* x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta2022-08-111-1/+3
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-117-6/+102
* macintosh/adb: fix oob read in do_adb_query() functionNing Qiang2022-08-111-1/+1
* 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
* scsi: core: Fix race between handling STS_RESOURCE and completionMing Lei2022-08-111-2/+1
* mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi2022-08-111-0/+1
* ARM: crypto: comment out gcc warning that breaks clang buildsGreg Kroah-Hartman2022-08-111-1/+2
* perf symbol: Correct address for bss symbolsLeo Yan2022-08-111-4/+41
* netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-08-111-1/+6
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-111-1/+1
* i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski2022-08-111-0/+4
* tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-08-111-1/+2
* Documentation: fix sctp_wmem in ip-sysctl.rstXin Long2022-08-111-1/+8
* tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-08-111-1/+1
* net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He2022-08-111-0/+1
* igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-08-111-11/+13
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-111-0/+6
* tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-08-111-1/+1
* scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He2022-08-111-2/+13
* tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-08-111-2/+2
* s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger2022-08-111-3/+6
* ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong2022-08-111-2/+6
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-112-13/+49
* Linux 4.19.254v4.19.254Greg Kroah-Hartman2022-07-291-1/+1
* PCI: hv: Fix interrupt mapping for multi-MSIJeffrey Hugo2022-07-291-8/+53
* PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()Jeffrey Hugo2022-07-291-7/+9
* PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIJeffrey Hugo2022-07-291-2/+4
* PCI: hv: Fix multi-MSI to allow more than one MSI vectorJeffrey Hugo2022-07-291-1/+16
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-07-291-8/+8
* tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-293-12/+36
* 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-292-23/+8
* tty: the rest, stop using tty_schedule_flip()Jiri Slaby2022-07-293-5/+5
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2022-07-296-11/+11
* serial: mvebu-uart: correctly report configured baudrate valuePali Rohár2022-07-291-12/+13
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2022-07-291-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-293-3/+3
* Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2022-07-292-43/+53
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2022-07-291-23/+11