index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-21
net: sched: sch: add extack for block callback
Alexander Aring
1
-1
/
+2
2017-12-21
net: sched: sch: add extack to change class
Alexander Aring
1
-1
/
+2
2017-12-21
net: sched: sch: add extack for change qdisc ops
Alexander Aring
1
-1
/
+2
2017-12-21
net: sched: sch: add extack for init callback
Alexander Aring
1
-1
/
+2
2017-12-20
Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...
David S. Miller
1
-10
/
+17
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
2
-26
/
+24
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
3
-31
/
+109
2017-12-20
tcp: Export to userspace the TCP state names for the trace events
Steven Rostedt (VMware)
1
-13
/
+28
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
1
-0
/
+3
2017-12-19
sock: Hide unused variable when !CONFIG_PROC_FS.
Tonghao Zhang
1
-1
/
+1
2017-12-19
sock: Move the socket inuse to namespace.
Tonghao Zhang
2
-0
/
+4
2017-12-19
sock: Change the netns_core member name.
Tonghao Zhang
1
-1
/
+1
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-8
/
+129
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
3
-0
/
+6
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
1
-2
/
+3
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2
-0
/
+7
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
1
-1
/
+2
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
1
-2
/
+34
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2
-1
/
+10
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-256
/
+103
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-10
/
+21
2017-12-15
net: phy: broadcom: Add entry for 5395 switch PHYs
Florian Fainelli
1
-0
/
+1
2017-12-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-228
/
+11
2017-12-15
sctp: implement handle_ftsn for sctp_stream_interleave
Xin Long
1
-0
/
+2
2017-12-15
sctp: implement report_ftsn for sctp_stream_interleave
Xin Long
1
-0
/
+1
2017-12-15
sctp: implement validate_ftsn for sctp_stream_interleave
Xin Long
2
-0
/
+12
2017-12-15
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2
-0
/
+3
2017-12-15
sctp: add basic structures and make chunk function for ifwdtsn
Xin Long
3
-0
/
+21
2017-12-15
pkt_sched: Remove TC_RED_OFFLOADED from uapi
Yuval Mintz
1
-1
/
+0
2017-12-15
net: sched: Add TCA_HW_OFFLOAD
Yuval Mintz
2
-0
/
+2
2017-12-15
sfp: add sff module support
Russell King
1
-0
/
+1
2017-12-15
ip6_gre: add erspan v2 support
William Tu
1
-0
/
+3
2017-12-15
net: erspan: introduce erspan v2 for ip_gre
William Tu
4
-3
/
+126
2017-12-15
net: erspan: refactor existing erspan code
William Tu
1
-10
/
+24
2017-12-15
batman-adv: Change batman_adv.h license to MIT
Sven Eckelmann
1
-11
/
+17
2017-12-15
batman-adv: Add SPDX license identifier above copyright header
Sven Eckelmann
1
-0
/
+1
2017-12-14
Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-0
/
+1
2017-12-14
Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+8
2017-12-14
Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2017-12-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-2
/
+23
2017-12-14
mm, oom_reaper: fix memory corruption
Michal Hocko
2
-0
/
+10
2017-12-14
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
1
-0
/
+1
2017-12-14
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
1
-1
/
+5
2017-12-14
string.h: workaround for increased stack usage
Arnd Bergmann
1
-1
/
+4
2017-12-14
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
1
-0
/
+2
2017-12-14
include/linux/idr.h: add #include <linux/bug.h>
Wei Wang
1
-0
/
+1
2017-12-14
Merge tag 'drm-misc-fixes-2017-12-14' of git://anongit.freedesktop.org/drm/dr...
Linus Torvalds
3
-5
/
+25
2017-12-13
drm: rework delayed connector cleanup in connector_iter
Daniel Vetter
2
-5
/
+23
2017-12-13
bpf/tracing: fix kernel/events/core.c compilation error
Yonghong Song
2
-1
/
+6
2017-12-13
net: phy: phylink: Allow setting a custom link state callback
Florian Fainelli
1
-0
/
+3
[next]