summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-06Linux 5.15.151v5.15.151Greg Kroah-Hartman
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti
2024-03-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman
2024-03-06net: tls: fix async vs NIC crypto offloadJakub Kicinski
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos
2024-03-06bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2024-03-06Revert "interconnect: Teach lockdep about icc_bw_lock order"Greg Kroah-Hartman
2024-03-06Revert "interconnect: Fix locking for runpm vs reclaim"Greg Kroah-Hartman
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski
2024-03-06gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko
2024-03-06gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas
2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima
2024-03-06Revert "drm/bridge: lt8912b: Register and attach our DSI device at probe"Max Krummenacher
2024-03-06fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador
2024-03-06cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li
2024-03-06mptcp: fix possible deadlock in subflow diagPaolo Abeni
2024-03-06mptcp: push at DSS boundariesPaolo Abeni
2024-03-06mptcp: add needs_id for netlink appending addrGeliang Tang
2024-03-06mptcp: clean up harmless false expressionsJean Sacren
2024-03-06selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)
2024-03-06selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)
2024-03-06mptcp: rename timer related helper to less confusing namesPaolo Abeni
2024-03-06mptcp: process pending subflow error on closePaolo Abeni
2024-03-06mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2024-03-06x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini
2024-03-06pmdomain: qcom: rpmhpd: Fix enabled_corner aggregationBjorn Andersson
2024-03-06mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman
2024-03-06mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov
2024-03-06dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein
2024-03-06dmaengine: ptdma: use consistent DMA masksTadeusz Struk
2024-03-06dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov
2024-03-06ALSA: firewire-lib: fix to check cycle continuityTakashi Sakamoto
2024-03-06tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos
2024-03-06afs: Fix endless loop in directory parsingDavid Howells
2024-03-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai
2024-03-06power: supply: bq27xxx-i2c: Do not free non existing IRQHans de Goede
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-03-06tls: rx: use async as an in-out argumentJakub Kicinski
2024-03-06tls: rx: assume crypto always calls our callbackJakub Kicinski
2024-03-06tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski
2024-03-06tls: rx: don't track the async countJakub Kicinski
2024-03-06tls: rx: factor out writing ContentType to cmsgJakub Kicinski