index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
Linux 5.15.151
v5.15.151
Greg Kroah-Hartman
1
-1
/
+1
2024-03-06
mptcp: fix double-free on socket dismantle
Davide Caratti
1
-0
/
+49
2024-03-06
Revert "tls: rx: move counting TlsDecryptErrors for sync"
Gal Pressman
1
-4
/
+4
2024-03-06
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
1
-0
/
+2
2024-03-06
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
5
-1
/
+43
2024-03-06
bpf: Add table ID to bpf_fib_lookup BPF helper
Louis DeLosSantos
3
-7
/
+49
2024-03-06
bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
Martin KaFai Lau
3
-13
/
+38
2024-03-06
Revert "interconnect: Teach lockdep about icc_bw_lock order"
Greg Kroah-Hartman
1
-9
/
+1
2024-03-06
Revert "interconnect: Fix locking for runpm vs reclaim"
Greg Kroah-Hartman
1
-6
/
+2
2024-03-06
gpio: fix resource unwinding order in error path
Bartosz Golaszewski
1
-4
/
+4
2024-03-06
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Andy Shevchenko
1
-1
/
+1
2024-03-06
gpio: 74x164: Enable output pins after registers are reset
Arturas Moskvinas
1
-2
/
+2
2024-03-06
af_unix: Drop oob_skb ref before purging queue in GC.
Kuniyuki Iwashima
1
-13
/
+9
2024-03-06
Revert "drm/bridge: lt8912b: Register and attach our DSI device at probe"
Max Krummenacher
1
-7
/
+4
2024-03-06
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Oscar Salvador
1
-2
/
+4
2024-03-06
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li
1
-0
/
+3
2024-03-06
mptcp: fix possible deadlock in subflow diag
Paolo Abeni
1
-0
/
+3
2024-03-06
mptcp: push at DSS boundaries
Paolo Abeni
1
-0
/
+1
2024-03-06
mptcp: add needs_id for netlink appending addr
Geliang Tang
1
-5
/
+19
2024-03-06
mptcp: clean up harmless false expressions
Jean Sacren
1
-4
/
+4
2024-03-06
selftests: mptcp: add missing kconfig for NF Filter in v6
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-03-06
selftests: mptcp: add missing kconfig for NF Filter
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-03-06
mptcp: rename timer related helper to less confusing names
Paolo Abeni
1
-16
/
+16
2024-03-06
mptcp: process pending subflow error on close
Paolo Abeni
1
-29
/
+34
2024-03-06
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
2
-36
/
+36
2024-03-06
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
Paolo Bonzini
1
-87
/
+91
2024-03-06
pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
Bjorn Andersson
1
-2
/
+5
2024-03-06
mmc: sdhci-xenon: fix PHY init clock stability
Elad Nachman
1
-0
/
+19
2024-03-06
mmc: sdhci-xenon: add timeout for PHY init complete
Elad Nachman
1
-9
/
+20
2024-03-06
mmc: core: Fix eMMC initialization with 1-bit bus connection
Ivan Semenov
1
-0
/
+2
2024-03-06
dmaengine: fsl-qdma: init irq after reg initialization
Curtis Klein
1
-9
/
+8
2024-03-06
dmaengine: ptdma: use consistent DMA masks
Tadeusz Struk
1
-2
/
+0
2024-03-06
dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
Peng Ma
1
-1
/
+3
2024-03-06
btrfs: dev-replace: properly validate device names
David Sterba
1
-4
/
+20
2024-03-06
wifi: nl80211: reject iftype change with mesh ID change
Johannes Berg
1
-0
/
+2
2024-03-06
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
Alexander Ofitserov
1
-6
/
+6
2024-03-06
ALSA: firewire-lib: fix to check cycle continuity
Takashi Sakamoto
1
-1
/
+1
2024-03-06
tomoyo: fix UAF write bug in tomoyo_write_control()
Tetsuo Handa
1
-1
/
+2
2024-03-06
riscv: Sparse-Memory/vmemmap out-of-bounds fix
Dimitris Vlachos
1
-1
/
+1
2024-03-06
afs: Fix endless loop in directory parsing
David Howells
1
-1
/
+3
2024-03-06
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
1
-5
/
+3
2024-03-06
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Takashi Iwai
1
-1
/
+0
2024-03-06
power: supply: bq27xxx-i2c: Do not free non existing IRQ
Hans de Goede
1
-1
/
+3
2024-03-06
efi/capsule-loader: fix incorrect allocation size
Arnd Bergmann
1
-1
/
+1
2024-03-06
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-03-06
tls: rx: use async as an in-out argument
Jakub Kicinski
1
-15
/
+16
2024-03-06
tls: rx: assume crypto always calls our callback
Jakub Kicinski
1
-3
/
+0
2024-03-06
tls: rx: move counting TlsDecryptErrors for sync
Jakub Kicinski
1
-2
/
+2
2024-03-06
tls: rx: don't track the async count
Jakub Kicinski
1
-7
/
+5
2024-03-06
tls: rx: factor out writing ContentType to cmsg
Jakub Kicinski
1
-55
/
+36
[next]