index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
33
-519
/
+1160
2016-05-20
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
96
-3766
/
+6410
2016-05-20
Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
182
-2525
/
+7630
2016-05-20
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
104
-1174
/
+2528
2016-05-20
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
136
-1122
/
+7164
2016-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
173
-5218
/
+7721
2016-05-20
locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()
Peter Zijlstra
1
-1
/
+26
2016-05-20
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-8
/
+72
2016-05-20
net: suppress warnings on dev_alloc_skb
Neil Horman
1
-2
/
+2
2016-05-20
uapi glibc compat: fix compilation when !__USE_MISC in glibc
Nicolas Dichtel
1
-1
/
+1
2016-05-20
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
4
-11
/
+7
2016-05-20
Merge branch 'bpf-verifier-fixes'
David S. Miller
1
-9
/
+21
2016-05-20
bpf: teach verifier to recognize imm += ptr pattern
Alexei Starovoitov
1
-1
/
+17
2016-05-20
bpf: support decreasing order in direct packet access
Alexei Starovoitov
1
-8
/
+4
2016-05-20
net: usb: ch9200: use kmemdup
Muhammad Falak R Wani
1
-2
/
+1
2016-05-20
ps3_gelic: use kmemdup
Muhammad Falak R Wani
1
-2
/
+2
2016-05-20
net:liquidio: use kmemdup
Muhammad Falak R Wani
1
-3
/
+1
2016-05-20
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
1
-1
/
+1
2016-05-20
Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...
David S. Miller
95
-4766
/
+6751
2016-05-20
net: cdc_ncm: update datagram size after changing mtu
Rafal Redzimski
1
-2
/
+4
2016-05-20
tuntap: correctly wake up process during uninit
Jason Wang
1
-3
/
+3
2016-05-20
Merge branch 'GREoIPV6-followups'
David S. Miller
9
-4
/
+16
2016-05-20
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
8
-0
/
+8
2016-05-20
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE
Alexander Duyck
1
-4
/
+8
2016-05-20
Merge branch 'rds-conn-spamming'
David S. Miller
1
-4
/
+9
2016-05-20
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
1
-4
/
+6
2016-05-20
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
1
-0
/
+3
2016-05-20
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
9
-32
/
+60
2016-05-20
net: sock: move ->sk_shutdown out of bitfields.
Andrey Ryabinin
1
-1
/
+8
2016-05-20
Merge branch 'GREoIPV6'
David S. Miller
36
-310
/
+737
2016-05-20
ipv6: Don't reset inner headers in ip6_tnl_xmit
Tom Herbert
1
-5
/
+0
2016-05-20
ip4ip6: Support for GSO/GRO
Tom Herbert
4
-6
/
+49
2016-05-20
ip6ip6: Support for GSO/GRO
Tom Herbert
2
-3
/
+26
2016-05-20
ipv6: Set features for IPv6 tunnels
Tom Herbert
1
-0
/
+9
2016-05-20
ip6_tunnel: Add support for fou/gue encapsulation
Tom Herbert
1
-0
/
+72
2016-05-20
ip6_gre: Add support for fou/gue encapsulation
Tom Herbert
1
-4
/
+75
2016-05-20
fou: Add encap ops for IPv6 tunnels
Tom Herbert
3
-1
/
+142
2016-05-20
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
3
-13
/
+144
2016-05-20
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-20
fou: Split out {fou,gue}_build_header
Tom Herbert
2
-14
/
+41
2016-05-20
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-20
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
3
-63
/
+62
2016-05-20
ipv6: Change "final" protocol processing for encapsulation
Tom Herbert
1
-1
/
+14
2016-05-20
ipv6: Fix nexthdr for reinjection
Tom Herbert
1
-3
/
+15
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
19
-50
/
+37
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
7
-102
/
+1
2016-05-20
Revert "phy: add support for a reset-gpio specification"
Fabio Estevam
2
-11
/
+0
2016-05-20
Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
56
-290
/
+595
2016-05-20
xen-netback: only deinitialized hash if it was initialized
Paul Durrant
1
-2
/
+1
2016-05-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
111
-2605
/
+4116
[next]