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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-30
random: remove useless header comment
Jason A. Donenfeld
1
-5
/
+1
2022-05-30
random: remove unused tracepoints
Jason A. Donenfeld
1
-212
/
+0
2022-05-30
random: make more consistent use of integer types
Jason A. Donenfeld
3
-47
/
+44
2022-05-30
random: simplify entropy debiting
Jason A. Donenfeld
1
-24
/
+6
2022-05-30
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-35
/
+21
2022-05-30
random: early initialization of ChaCha constants
Dominik Brodowski
1
-4
/
+11
2022-05-30
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-1
/
+1
2022-05-30
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
1
-15
/
+25
2022-05-30
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
1
-3
/
+0
2022-05-30
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-3
/
+3
2022-05-30
crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
Eric Biggers
1
-2
/
+1
2022-05-30
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
2022-05-30
crypto: blake2s - add comment for blake2s_state fields
Eric Biggers
1
-0
/
+1
2022-05-30
crypto: blake2s - optimize blake2s initialization
Eric Biggers
2
-30
/
+28
2022-05-30
crypto: blake2s - share the "shash" API boilerplate code
Eric Biggers
1
-5
/
+60
2022-05-30
crypto: blake2s - move update and final logic to internal/blake2s.h
Eric Biggers
1
-0
/
+41
2022-05-30
crypto: lib/blake2s - Move selftest prototype into header file
Herbert Xu
1
-0
/
+2
2022-05-30
random: remove dead code left over from blocking pool
Eric Biggers
1
-83
/
+0
2022-05-30
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2
-3
/
+3
2022-05-30
lockdown: also lock down previous kgdb use
Daniel Thompson
1
-0
/
+2
2022-05-25
include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
Eugene Syromiatnikov
1
-3
/
+3
2022-05-25
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2
-1
/
+14
2022-05-25
xfrm: rework default policy structure
Nicolas Dichtel
2
-35
/
+19
2022-05-25
xfrm: fix dflt policy check when there is no policy configured
Nicolas Dichtel
1
-1
/
+1
2022-05-25
xfrm: make user policy API complete
Nicolas Dichtel
1
-3
/
+6
2022-05-25
net: xfrm: fix shift-out-of-bounce
Pavel Skripkin
1
-0
/
+1
2022-05-25
xfrm: Add possibility to set the default to block if we have no policy
Steffen Klassert
3
-6
/
+47
2022-05-25
dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace
Jérôme Pouiller
1
-2
/
+2
2022-05-25
libceph: fix potential use-after-free on linger ping and resends
Ilya Dryomov
1
-0
/
+3
2022-05-25
Revert "swiotlb: fix info leak with DMA_FROM_DEVICE"
Sasha Levin
1
-8
/
+0
2022-05-25
rtc: mc146818-lib: Fix the AltCentury for AMD platforms
Mario Limonciello
1
-0
/
+2
2022-05-18
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
1
-1
/
+0
2022-05-18
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
1
-0
/
+1
2022-05-18
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
1
-0
/
+1
2022-05-18
net: Fix features skip in for_each_netdev_feature()
Tariq Toukan
1
-2
/
+2
2022-05-15
Bluetooth: Fix the creation of hdev->name
Itay Iellin
1
-0
/
+3
2022-05-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
1
-31
/
+0
2022-05-15
regulator: consumer: Add missing stubs to regulator/consumer.h
Dmitry Osipenko
1
-0
/
+30
2022-05-12
net: stmmac: disable Split Header (SPH) for Intel platforms
Tan Tee Min
1
-0
/
+1
2022-05-09
tcp: make sure treq->af_specific is initialized
Eric Dumazet
1
-0
/
+1
2022-05-09
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-0
/
+1
2022-05-09
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2
-2
/
+2
2022-05-09
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-0
/
+6
2022-05-09
memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode
Geert Uytterhoeven
1
-0
/
+1
2022-05-09
mtd: fix 'part' field data corruption in mtd_info
Oleksandr Ocheretnyi
1
-4
/
+2
2022-05-09
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-1
/
+1
2022-04-27
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-0
/
+1
2022-04-27
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-0
/
+8
2022-04-27
ipv6: make ip6_rt_gc_expire an atomic_t
Eric Dumazet
1
-2
/
+2
2022-04-27
esp: limit skb_page_frag_refill use to a single page
Sabrina Dubroca
1
-2
/
+0
[next]