index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-02
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-28
/
+25
2017-06-05
crypto: ahash - Fix EINPROGRESS notification callback
Herbert Xu
1
-0
/
+10
2017-06-05
locking/static_keys: Add static_key_{en,dis}able() helpers
Peter Zijlstra
1
-0
/
+20
2017-06-05
net/mlx4: && vs & typo
Dan Carpenter
1
-1
/
+1
2017-06-05
net/mlx4: Spoofcheck and zero MAC can't coexist
Eugenia Emantayev
2
-1
/
+11
2017-06-05
mm: fix <linux/pagemap.h> stray kernel-doc notation
Randy Dunlap
1
-1
/
+0
2017-06-05
nlm: Ensure callback code also checks that the files match
Trond Myklebust
1
-1
/
+2
2017-06-05
locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZER
Chris Wilson
1
-4
/
+4
2017-06-05
RDMA/core: Fix incorrect structure packing for booleans
Jason Gunthorpe
1
-3
/
+3
2017-04-04
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
1
-0
/
+3
2017-04-04
netlink: remove mmapped netlink support
Florian Westphal
2
-0
/
+6
2017-04-04
blk: rq_data_dir() should not return a boolean
Linus Torvalds
1
-1
/
+1
2017-03-16
can: Fix kernel panic at security_sock_rcv_skb
Eric Dumazet
1
-4
/
+3
2017-03-16
tcp: fix tcp_fastopen unaligned access complaints on sparc
Shannon Nelson
1
-1
/
+6
2017-03-16
net: avoid sk_forward_alloc overflows
Eric Dumazet
1
-0
/
+10
2017-03-16
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-3
/
+3
2017-03-16
net/sock: Add sock_efree() function
Ben Hutchings
1
-0
/
+1
2017-03-16
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
1
-0
/
+4
2017-03-16
netfilter: nft_log: restrict the log prefix length to 127
Liping Zhang
1
-0
/
+2
2017-03-16
SUNRPC: cleanup ida information when removing sunrpc module
Kinglong Mee
1
-0
/
+1
2017-03-16
nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
Chuck Lever
1
-1
/
+2
2017-03-16
jump_labels: API for flushing deferred jump label updates
David Matlack
1
-0
/
+5
2017-03-16
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
1
-2
/
+7
2017-03-16
cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
Johannes Berg
1
-0
/
+11
2017-03-16
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
1
-11
/
+4
2017-03-16
usb: add helper to extract bits 12:11 of wMaxPacketSize
Felipe Balbi
1
-0
/
+19
2017-02-26
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
1
-0
/
+2
2017-02-23
tcp: take care of truncations done by sk_filter()
Eric Dumazet
1
-0
/
+1
2017-02-23
dccp: limit sk_filter trim to payload
Willem de Bruijn
1
-1
/
+7
2017-02-23
rose: limit sk_filter trim to payload
Willem de Bruijn
1
-1
/
+5
2017-02-23
net: Add __sock_queue_rcv_skb()
Ben Hutchings
1
-0
/
+1
2017-02-23
can: raw: raw_setsockopt: limit number of can_filter that can be set
Marc Kleine-Budde
1
-0
/
+1
2017-02-23
ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
Eli Cooper
1
-0
/
+1
2017-02-23
netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...
John W. Linville
1
-1
/
+1
2017-02-23
target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLE
Nicholas Bellinger
1
-0
/
+1
2017-02-23
ipc/sem.c: fix complex_count vs. simple op race
Manfred Spraul
1
-0
/
+1
2017-02-23
compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()
Paul E. McKenney
1
-1
/
+1
2017-02-23
mm/hugetlb: check for reserved hugepages during memory offline
Gerald Schaefer
1
-3
/
+3
2017-02-23
mfd: 88pm80x: Double shifting bug in suspend/resume
Dan Carpenter
1
-2
/
+2
2017-02-23
svcrdma: Tail iovec leaves an orphaned DMA mapping
Chuck Lever
1
-0
/
+9
2017-02-23
netfilter: nf_tables: validate maximum value of u32 netlink attributes
Laura Garcia Liebana
1
-0
/
+1
2017-02-23
pwm: Unexport children before chip removal
David Hsu
1
-0
/
+5
2017-02-23
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2017-02-23
Revert "fs: Give dentry to inode_change_ok() instead of inode"
Ben Hutchings
1
-1
/
+1
2016-11-20
Using BUG_ON() as an assert() is _never_ acceptable
Linus Torvalds
1
-2
/
+2
2016-11-20
compiler-gcc: disable -ftracer for __noclone functions
Paolo Bonzini
1
-1
/
+1
2016-11-20
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
1
-0
/
+1
2016-11-20
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-11-20
mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...
Johannes Weiner
1
-0
/
+2
2016-11-20
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
2
-2
/
+2
[next]