summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Linux 5.15.151v5.15.151Greg Kroah-Hartman1-1/+1
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-03-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman1-4/+4
2024-03-06net: tls: fix async vs NIC crypto offloadJakub Kicinski1-0/+2
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis5-1/+43
2024-03-06bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos3-7/+49
2024-03-06bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau3-13/+38
2024-03-06Revert "interconnect: Teach lockdep about icc_bw_lock order"Greg Kroah-Hartman1-9/+1
2024-03-06Revert "interconnect: Fix locking for runpm vs reclaim"Greg Kroah-Hartman1-6/+2
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski1-4/+4
2024-03-06gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko1-1/+1
2024-03-06gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas1-2/+2
2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima1-13/+9
2024-03-06Revert "drm/bridge: lt8912b: Register and attach our DSI device at probe"Max Krummenacher1-7/+4
2024-03-06fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-03-06cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+3
2024-03-06mptcp: fix possible deadlock in subflow diagPaolo Abeni1-0/+3
2024-03-06mptcp: push at DSS boundariesPaolo Abeni1-0/+1
2024-03-06mptcp: add needs_id for netlink appending addrGeliang Tang1-5/+19
2024-03-06mptcp: clean up harmless false expressionsJean Sacren1-4/+4
2024-03-06selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)1-0/+1
2024-03-06selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)1-0/+1
2024-03-06mptcp: rename timer related helper to less confusing namesPaolo Abeni1-16/+16
2024-03-06mptcp: process pending subflow error on closePaolo Abeni1-29/+34
2024-03-06mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2-36/+36
2024-03-06x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini1-87/+91
2024-03-06pmdomain: qcom: rpmhpd: Fix enabled_corner aggregationBjorn Andersson1-2/+5
2024-03-06mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman1-0/+19
2024-03-06mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman1-9/+20
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-03-06dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein1-9/+8
2024-03-06dmaengine: ptdma: use consistent DMA masksTadeusz Struk1-2/+0
2024-03-06dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma1-1/+3
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-03-06gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov1-6/+6
2024-03-06ALSA: firewire-lib: fix to check cycle continuityTakashi Sakamoto1-1/+1
2024-03-06tomoyo: fix UAF write bug in tomoyo_write_control()Tetsuo Handa1-1/+2
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-03-06afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-03-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai1-1/+0
2024-03-06power: supply: bq27xxx-i2c: Do not free non existing IRQHans de Goede1-1/+3
2024-03-06efi/capsule-loader: fix incorrect allocation sizeArnd Bergmann1-1/+1
2024-03-06tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca1-0/+2
2024-03-06tls: rx: use async as an in-out argumentJakub Kicinski1-15/+16
2024-03-06tls: rx: assume crypto always calls our callbackJakub Kicinski1-3/+0
2024-03-06tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski1-2/+2
2024-03-06tls: rx: don't track the async countJakub Kicinski1-7/+5
2024-03-06tls: rx: factor out writing ContentType to cmsgJakub Kicinski1-55/+36