summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-292-3/+3
* tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-292-3/+6
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-291-1/+1
* be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-293-18/+25
* tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-293-5/+7
* tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-294-8/+9
* tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-293-5/+10
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-291-8/+13
* net/tls: Fix race in TLS device down flowTariq Toukan2022-07-291-3/+5
* 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
* tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-292-2/+2
* tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-292-2/+2
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-292-2/+2
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* pinctrl: ralink: Check for null return of devm_kcallocWilliam Dean2022-07-291-0/+2
* power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probeMiaoqian Lin2022-07-291-0/+1
* xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-07-291-1/+4
* xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour2022-07-291-1/+2
* riscv: add as-options for modules with assembly compontentsBen Dooks2022-07-291-0/+1
* Linux 4.19.253v4.19.253Greg Kroah-Hartman2022-07-211-1/+1
* can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde2022-07-211-2/+3
* serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen2022-07-211-2/+21
* serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen2022-07-211-0/+2
* serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang2022-07-211-1/+3
* tty: serial: samsung_tty: set dma burst_size to 1Chanho Park2022-07-211-3/+2
* usb: dwc3: gadget: Fix event pending checkThinh Nguyen2022-07-211-1/+3
* usb: typec: add missing uevent when partner support PDLinyu Yuan2022-07-211-0/+1
* USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2022-07-212-0/+9
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* ARM: dts: stm32: use the correct clock source for CEC on stm32mp151Gabriel Fernandez2022-07-211-1/+1
* x86: Clear .brk area at early bootJuergen Gross2022-07-211-0/+2
* irqchip: or1k-pic: Undefine mask_ack for level triggered hardwareStafford Horne2022-07-211-1/+0
* ASoC: wm5110: Fix DRE controlCharles Keepax2022-07-211-2/+6
* ASoC: ops: Fix off by one in range control validationMark Brown2022-07-211-2/+2
* net: sfp: fix memory leak in sfp_probe()Jianglei Nie2022-07-211-1/+1
* NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle2022-07-211-2/+6
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-07-211-0/+1