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
2015-11-24
tipc: fix error handling of expanding buffer headroom
Ying Xue
1
-2
/
+5
2015-11-23
tipc: avoid packets leaking on socket receive queue
Ying Xue
1
-3
/
+7
2015-11-23
broadcom: fix PHY_ID_BCM5481 entry in the id table
Aaro Koskinen
1
-1
/
+1
2015-11-23
vrf: fix double free and memory corruption on register_netdevice failure
Nikolay Aleksandrov
1
-10
/
+1
2015-11-23
net/hsr: fix a warning message
Dan Carpenter
1
-1
/
+1
2015-11-23
unix: avoid use-after-free in ep_remove_wait_queue
Rainer Weikusat
2
-19
/
+165
2015-11-23
cgroups: Allow dynamically changing net_classid
Nina Schiff
1
-8
/
+18
2015-11-23
net: fsl: expands dependencies of NET_VENDOR_FREESCALE
Shaohui Xie
1
-1
/
+2
2015-11-23
can: remove obsolete assignment for CAN protocol error type
Oliver Hartkopp
12
-17
/
+3
2015-11-23
can: fix assignment of error location in CAN error messages
Oliver Hartkopp
10
-28
/
+18
2015-11-23
can: sja1000: clear interrupts on start
Mirza Krak
1
-0
/
+3
2015-11-22
net: ip6mr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2015-11-22
net: ipmr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2015-11-22
Merge tag 'wireless-drivers-for-davem-2015-11-20' of git://git.kernel.org/pub...
David S. Miller
15
-73
/
+189
2015-11-22
net: tulip: update MAINTAINER status to Orphan
Grant Grundler
1
-2
/
+2
2015-11-22
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
1
-0
/
+2
2015-11-20
tipc: correct settings of broadcast link state
Jon Paul Maloy
1
-0
/
+2
2015-11-20
net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller
Måns Rullgård
6
-0
/
+1891
2015-11-20
net: tulip: turn compile-time warning into dev_warn()
Arnd Bergmann
2
-3
/
+8
2015-11-20
bnx2x: Fix vxlan removal
Yuval Mintz
1
-2
/
+2
2015-11-20
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
Eric Dumazet
1
-3
/
+19
2015-11-20
tcp: fix Fast Open snmp over-counting bug
Yuchung Cheng
1
-1
/
+1
2015-11-20
tcp: disable Fast Open on timeouts after handshake
Yuchung Cheng
1
-0
/
+12
2015-11-20
net: cpsw: Fix ethernet regression for dm814x
Tony Lindgren
1
-0
/
+3
2015-11-18
tcp: md5: fix lockdep annotation
Eric Dumazet
1
-1
/
+2
2015-11-18
net: qmi_wwan: add XS Stick W100-2 from 4G Systems
Bjørn Mork
1
-0
/
+1
2015-11-18
arm64: bpf: fix buffer pointer
Zi Shen Lim
1
-14
/
+13
2015-11-18
ravb: fix WARNING in __free_irq()
Sergei Shtylyov
1
-2
/
+4
2015-11-18
net: dns_resolver: convert time_t to time64_t
Aya Mahfouz
2
-2
/
+2
2015-11-18
net/ip6_tunnel: fix dst leak
Paolo Abeni
1
-1
/
+1
2015-11-18
net: macb: Add support for sgmii phy interface
Punnaiah Choudary Kalluri
2
-0
/
+9
2015-11-18
ethernet/atheros/alx: add Killer E2400 device ID
Ben Pope
2
-0
/
+3
2015-11-18
hdlc: fix null-deref on allocation failure
stephen hemminger
1
-5
/
+5
2015-11-18
fm10k: fix memory leak
stephen hemminger
1
-1
/
+3
2015-11-18
udp: remove duplicate include
stephen hemminger
1
-1
/
+0
2015-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
29
-278
/
+247
2015-11-18
Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-11
/
+14
2015-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
84
-3650
/
+1036
2015-11-17
MAINTAINERS: Update Mellanox's Eth NIC driver entries
Or Gerlitz
1
-1
/
+9
2015-11-17
net/core: revert "net: fix __netdev_update_features return.." and add comment
Nikolay Aleksandrov
1
-1
/
+4
2015-11-17
af_unix: take receive queue lock while appending new skb
Hannes Frederic Sowa
1
-1
/
+4
2015-11-17
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Hannes Frederic Sowa
1
-122
/
+152
2015-11-17
net: use skb_clone to avoid alloc_pages failure.
Martin Zhang
1
-1
/
+1
2015-11-17
packet: Use PAGE_ALIGNED macro
Tobias Klauser
1
-1
/
+1
2015-11-17
packet: Don't check frames_per_block against negative values
Tobias Klauser
1
-2
/
+2
2015-11-17
net: phy: Use interrupts when available in NOLINK state
Andrew Lunn
1
-0
/
+3
2015-11-17
phy: marvell: Add support for 88E1540 PHY
Andrew Lunn
2
-0
/
+17
2015-11-17
arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS
Yang Shi
1
-5
/
+39
2015-11-17
macvlan: fix leak in macvlan_handle_frame
Sabrina Dubroca
1
-0
/
+2
2015-11-17
ipvlan: fix use after free of skb
Sabrina Dubroca
1
-1
/
+1
[prev]
[next]