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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-19
Linux 4.14.71
v4.14.71
Greg Kroah-Hartman
1
-1
/
+1
2018-09-19
mm: get rid of vmacache_flush_all() entirely
Linus Torvalds
6
-48
/
+4
2018-09-19
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2
-2
/
+3
2018-09-19
tuntap: fix use after free during release
Jason Wang
1
-1
/
+1
2018-09-19
tun: fix use after free for ptr_ring
Jason Wang
1
-14
/
+7
2018-09-19
mtd: ubi: wl: Fix error return code in ubi_wl_init()
Wei Yongjun
1
-2
/
+6
2018-09-19
ip: frags: fix crash in ip_do_fragment()
Taehee Yoo
2
-0
/
+2
2018-09-19
ip: process in-order fragments efficiently
Peter Oskolkov
2
-42
/
+70
2018-09-19
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2
-0
/
+79
2018-09-19
ipv4: frags: precedence bug in ip_expire()
Dan Carpenter
1
-1
/
+1
2018-09-19
net: sk_buff rbnode reorg
Eric Dumazet
6
-98
/
+129
2018-09-19
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
4
-36
/
+37
2018-09-19
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
2
-3
/
+16
2018-09-19
ipv6: defrag: drop non-last frags smaller than min mtu
Florian Westphal
2
-0
/
+8
2018-09-19
net: modify skb_rbtree_purge to return the truesize of all purged skbs.
Peter Oskolkov
2
-2
/
+6
2018-09-19
net: speed up skb_rbtree_purge()
Eric Dumazet
1
-4
/
+7
2018-09-19
ip: discard IPv4 datagrams with overlapping segments.
Peter Oskolkov
3
-56
/
+21
2018-09-19
inet: frags: fix ip6frag_low_thresh boundary
Eric Dumazet
4
-10
/
+3
2018-09-19
inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
Eric Dumazet
2
-21
/
+15
2018-09-19
inet: frags: reorganize struct netns_frags
Eric Dumazet
1
-4
/
+5
2018-09-19
rhashtable: reorganize struct rhashtable layout
Eric Dumazet
1
-4
/
+4
2018-09-19
ipv6: frags: rewrite ip6_expire_frag_queue()
Eric Dumazet
1
-8
/
+16
2018-09-19
inet: frags: do not clone skb in ip_expire()
Eric Dumazet
1
-10
/
+6
2018-09-19
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
8
-32
/
+32
2018-09-19
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
6
-25
/
+8
2018-09-19
inet: frags: get rif of inet_frag_evicting()
Eric Dumazet
3
-42
/
+32
2018-09-19
inet: frags: remove some helpers
Eric Dumazet
6
-23
/
+6
2018-09-19
inet: frags: use rhashtables for reassembly units
Eric Dumazet
9
-574
/
+266
2018-09-19
rhashtable: add schedule points
Eric Dumazet
1
-0
/
+2
2018-09-19
ipv6: export ip6 fragments sysctl to unprivileged users
Eric Dumazet
1
-4
/
+0
2018-09-19
inet: frags: refactor lowpan_net_frag_init()
Eric Dumazet
1
-9
/
+11
2018-09-19
inet: frags: refactor ipv6_frag_init()
Eric Dumazet
1
-11
/
+14
2018-09-19
inet: frags: Convert timers to use timer_setup()
Kees Cook
6
-11
/
+15
2018-09-19
inet: frags: refactor ipfrag_init()
Eric Dumazet
1
-2
/
+2
2018-09-19
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
7
-41
/
+48
2018-09-19
inet: frags: change inet_frags_init_net() return value
Eric Dumazet
5
-12
/
+37
2018-09-19
drm/i915: set DP Main Stream Attribute for color range on DDI platforms
Jani Nikula
2
-0
/
+5
2018-09-19
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
1
-3
/
+10
2018-09-19
MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON
Paul Burton
1
-2
/
+4
2018-09-19
NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
Trond Myklebust
1
-2
/
+2
2018-09-19
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
Chao Yu
1
-2
/
+19
2018-09-19
mfd: ti_am335x_tscadc: Fix struct clk memory leak
Zumeng Chen
1
-2
/
+1
2018-09-19
iommu/ipmmu-vmsa: Fix allocation in atomic context
Geert Uytterhoeven
1
-5
/
+4
2018-09-19
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
Dan Carpenter
1
-1
/
+1
2018-09-19
f2fs: fix to wait on page writeback before updating page
Chao Yu
1
-0
/
+1
2018-09-19
media: helene: fix xtal frequency setting at power on
Katsuhiro Suzuki
1
-1
/
+4
2018-09-19
partitions/aix: fix usage of uninitialized lv_info and lvname structures
Mauricio Faria de Oliveira
1
-2
/
+3
2018-09-19
partitions/aix: append null character to print data from disk
Mauricio Faria de Oliveira
1
-2
/
+6
2018-09-19
media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...
Sylwester Nawrocki
1
-11
/
+12
2018-09-19
Input: atmel_mxt_ts - only use first T9 instance
Nick Dyer
1
-3
/
+4
[next]