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-09-04
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-09-04
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
1
-0
/
+2
2024-09-04
netem: fix return value if duplicate enqueue fails
Stephen Hemminger
1
-18
/
+29
2024-09-04
net: dsa: mv88e6xxx: Fix out-of-bound access
Joseph Huang
1
-1
/
+2
2024-09-04
net: dsa: mv88e6xxx: replace ATU violation prints with trace points
Vladimir Oltean
4
-9
/
+86
2024-09-04
net: dsa: mv88e6xxx: read FID when handling ATU violations
Hans J. Schultz
1
-11
/
+61
2024-09-04
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
1
-1
/
+1
2024-09-04
bonding: fix xfrm state handling when clearing active slave
Nikolay Aleksandrov
1
-1
/
+1
2024-09-04
bonding: fix xfrm real_dev null pointer dereference
Nikolay Aleksandrov
1
-1
/
+0
2024-09-04
bonding: fix null pointer deref in bond_ipsec_offload_ok
Nikolay Aleksandrov
1
-0
/
+2
2024-09-04
bonding: fix bond_ipsec_offload_ok return type
Nikolay Aleksandrov
1
-12
/
+6
2024-09-04
ip6_tunnel: Fix broken GRO
Thomas Bogendoerfer
1
-5
/
+7
2024-09-04
netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
Sebastian Andrzej Siewior
1
-0
/
+5
2024-09-04
kcm: Serialise kcm_sendmsg() for the same socket.
Kuniyuki Iwashima
2
-0
/
+5
2024-09-04
tc-testing: don't access non-existent variable on exception
Simon Horman
1
-1
/
+0
2024-09-04
Bluetooth: SMP: Fix assumption of Central always being Initiator
Luiz Augusto von Dentz
1
-72
/
+72
2024-09-04
Bluetooth: hci_core: Fix LE quote calculation
Luiz Augusto von Dentz
1
-12
/
+7
2024-09-04
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
1
-2
/
+2
2024-09-04
media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
Aurelien Jarno
1
-5
/
+5
2024-09-04
block: use "unsigned long" for blk_validate_block_size().
Tetsuo Handa
1
-1
/
+1
2024-09-04
gtp: pull network headers in gtp_dev_xmit()
Eric Dumazet
1
-0
/
+3
2024-09-04
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
1
-0
/
+2
2024-09-04
nvmet-rdma: fix possible bad dereference when freeing rsps
Sagi Grimberg
1
-12
/
+4
2024-09-04
ext4: set the type of max_zeroout to unsigned int to avoid overflow
Baokun Li
1
-1
/
+2
2024-09-04
irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
Guanrui Huang
1
-2
/
+0
2024-09-04
usb: dwc3: core: Skip setting event buffers for host only controllers
Krishna Kurapati
1
-0
/
+13
2024-09-04
s390/iucv: fix receive buffer virtual vs physical address confusion
Alexander Gordeev
1
-2
/
+1
2024-09-04
openrisc: Call setup_memory() earlier in the init sequence
Oreoluwa Babatunde
1
-3
/
+3
2024-09-04
NFS: avoid infinite loop in pnfs_update_layout.
NeilBrown
1
-0
/
+8
2024-09-04
nvmet-tcp: do not continue for invalid icreq
Hannes Reinecke
1
-0
/
+1
2024-09-04
net: hns3: add checking for vf id of mailbox
Jian Shen
1
-3
/
+4
2024-09-04
Bluetooth: bnep: Fix out-of-bound access
Luiz Augusto von Dentz
1
-1
/
+2
2024-09-04
usb: gadget: fsl: Increase size of name buffer for endpoints
Uwe Kleine-König
1
-1
/
+1
2024-09-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-09-04
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
1
-2
/
+0
2024-09-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-09-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-09-04
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
1
-1
/
+1
2024-09-04
powerpc/boot: Only free if realloc() succeeds
Michael Ellerman
1
-2
/
+3
2024-09-04
powerpc/boot: Handle allocation failure in simple_realloc()
Li zeming
1
-1
/
+3
2024-09-04
parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
Helge Deller
1
-2
/
+2
2024-09-04
memory: stm32-fmc2-ebi: check regmap_read return value
Christophe Kerello
1
-34
/
+88
2024-09-04
x86: Increase brk randomness entropy for 64-bit systems
Kees Cook
1
-1
/
+4
2024-09-04
md: clean up invalid BUG_ON in md_ioctl
Li Nan
1
-5
/
+0
2024-09-04
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
1
-7
/
+6
2024-09-04
virtiofs: forbid newlines in tags
Stefan Hajnoczi
1
-0
/
+10
2024-09-04
drm/lima: set gp bus_stop bit before hard reset
Erico Nunes
1
-0
/
+12
2024-09-04
net/sun3_82586: Avoid reading past buffer in debug output
Kees Cook
1
-1
/
+1
2024-09-04
scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()
Justin Tee
1
-1
/
+1
2024-09-04
fs: binfmt_elf_efpic: don't use missing interpreter's properties
Max Filippov
1
-1
/
+1
[prev]
[next]