index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/bpftool: fix bpftool build with bintutils >= 2.9
Roman Gushchin
2017-12-30
6
-0
/
+86
*
tools/bpftool: use version from the kernel source tree
Roman Gushchin
2017-12-30
2
-11
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-29
212
-1204
/
+2378
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-12-28
30
-121
/
+298
|
|
\
|
|
*
Merge branch 'strparser-Fix-lockdep-issue'
David S. Miller
2017-12-28
2
-1
/
+6
|
|
|
\
|
|
|
*
strparser: Call sock_owned_by_user_nocheck
Tom Herbert
2017-12-28
1
-1
/
+1
|
|
|
*
sock: Add sock_owned_by_user_nocheck
Tom Herbert
2017-12-28
1
-0
/
+5
|
|
|
/
|
|
*
skbuff: in skb_copy_ubufs unclone before releasing zerocopy
Willem de Bruijn
2017-12-28
1
-3
/
+3
|
|
*
tipc: fix hanging poll() for stream sockets
Parthasarathy Bhuvaragan
2017-12-28
1
-1
/
+1
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2017-12-27
3
-4
/
+8
|
|
|
\
|
|
|
*
Merge branch 'bpf-bpftool-various-fixes'
Daniel Borkmann
2017-12-23
2
-3
/
+7
|
|
|
|
\
|
|
|
|
*
tools: bpftool: protect against races with disappearing objects
Jakub Kicinski
2017-12-23
2
-0
/
+4
|
|
|
|
*
tools: bpftool: maps: close json array on error paths of show
Jakub Kicinski
2017-12-23
1
-3
/
+3
|
|
|
|
/
|
|
|
*
selftests/bpf: fix Makefile for passing LLC to the command line
Quentin Monnet
2017-12-22
1
-1
/
+1
|
|
*
|
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
2017-12-27
1
-2
/
+2
|
|
*
|
bnx2x: Improve reliability in case of nested PCI errors
Guilherme G. Piccoli
2017-12-27
2
-3
/
+15
|
|
*
|
Merge branch 'tg3-fixes'
David S. Miller
2017-12-27
2
-4
/
+22
|
|
|
\
\
|
|
|
*
|
tg3: Enable PHY reset in MTU change path for 5720
Siva Reddy Kallam
2017-12-27
1
-1
/
+2
|
|
|
*
|
tg3: Add workaround to restrict 5762 MRRS to 2048
Siva Reddy Kallam
2017-12-27
2
-0
/
+14
|
|
|
*
|
tg3: Update copyright
Siva Reddy Kallam
2017-12-27
2
-3
/
+6
|
|
|
/
/
|
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-12-27
7
-5
/
+125
|
|
|
\
\
|
|
|
*
|
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
2017-12-19
4
-2
/
+80
|
|
|
*
|
xfrm: put policies when reusing pcpu xdst entry
Florian Westphal
2017-12-12
1
-0
/
+1
|
|
|
*
|
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
2017-12-08
1
-0
/
+9
|
|
|
*
|
xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
Antony Antony
2017-12-08
1
-0
/
+1
|
|
|
*
|
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
2017-12-01
1
-1
/
+7
|
|
|
*
|
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
2017-12-01
1
-1
/
+11
|
|
|
*
|
xfrm: fix XFRMA_OUTPUT_MARK policy entry
Michal Kubecek
2017-12-01
1
-1
/
+1
|
|
|
*
|
xfrm: check id proto in validate_tmpl()
Cong Wang
2017-11-29
1
-0
/
+15
|
|
*
|
|
net: fec: unmap the xmit buffer that are not transferred by DMA
Fugang Duan
2017-12-27
1
-0
/
+6
|
|
*
|
|
tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path
Tommi Rantala
2017-12-27
1
-1
/
+5
|
|
*
|
|
tipc: error path leak fixes in tipc_enable_bearer()
Tommi Rantala
2017-12-27
1
-1
/
+4
|
|
*
|
|
RDS: Check cmsg_len before dereferencing CMSG_DATA
Avinash Repaka
2017-12-27
1
-0
/
+3
|
|
*
|
|
tcp: Avoid preprocessor directives in tracepoint macro args
Mat Martineau
2017-12-26
1
-60
/
+37
|
|
*
|
|
tipc: fix memory leak of group member when peer node is lost
Jon Maloy
2017-12-26
1
-9
/
+18
|
|
*
|
|
net: sched: fix possible null pointer deref in tcf_block_put
Jiri Pirko
2017-12-26
1
-0
/
+2
|
|
*
|
|
tipc: base group replicast ack counter on number of actual receivers
Jon Maloy
2017-12-26
1
-1
/
+3
|
|
*
|
|
net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()
Cong Wang
2017-12-26
1
-1
/
+3
|
|
*
|
|
net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround
Grygorii Strashko
2017-12-26
1
-0
/
+1
|
|
*
|
|
ip6_gre: fix device features for ioctl setup
Alexey Kodanev
2017-12-26
1
-25
/
+32
|
|
*
|
|
phylink: ensure AN is enabled
Russell King
2017-12-25
1
-0
/
+1
|
|
*
|
|
phylink: ensure the PHY interface mode is appropriately set
Russell King
2017-12-25
1
-0
/
+1
|
*
|
|
|
Merge tag 'drm-fixes-for-v4.15-rc6' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
2017-12-28
3
-4
/
+5
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'drm-intel-fixes-2017-12-22-1' of git://anongit.freedesktop.org/drm...
Dave Airlie
2017-12-28
2
-3
/
+4
|
|
|
\
\
\
\
|
|
|
*
|
|
|
i915: Reject CCS modifiers for pipe C on Geminilake
Gabriel Krisman Bertazi
2017-12-21
1
-1
/
+1
|
|
|
*
|
|
|
Merge tag 'gvt-fixes-2017-12-21' of https://github.com/intel/gvt-linux into d...
Jani Nikula
2017-12-21
1
-2
/
+3
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
drm/i915/gvt: Fix pipe A enable as default for vgpu
Xiaolin Zhang
2017-12-11
1
-2
/
+3
|
|
*
|
|
|
|
|
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
2017-12-27
1
-1
/
+1
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
drm/nouveau: fix race when adding delayed work items
Ben Skeggs
2017-12-23
1
-1
/
+1
|
*
|
|
|
|
|
|
|
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-12-28
1
-1
/
+2
|
|
\
\
\
\
\
\
\
\
[next]