index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-04
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
2
-4
/
+2
2015-02-04
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
1
-10
/
+8
2015-02-04
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
1
-1
/
+1
2015-02-04
rxrpc: switch rxrpc_send_data() to iov_iter primitives
Al Viro
1
-6
/
+5
2015-02-04
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
Al Viro
1
-1
/
+1
2015-01-29
dev: add per net_device packet type chains
Salam Noureddine
1
-0
/
+2
2015-01-28
net: remove sock_iocb
Christoph Hellwig
1
-23
/
+0
2015-01-28
openvswitch: Add support for checksums on UDP tunnels.
Jesse Gross
1
-1
/
+1
2015-01-28
Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-7
/
+24
2015-01-27
net/mlx4_core: Adjust command timeouts to conform to the firmware spec
Jack Morgenstein
1
-3
/
+3
2015-01-27
net/mlx4_core: Add bad-cable event support
Jack Morgenstein
1
-1
/
+13
2015-01-27
vxlan: advertise link netns in fdb messages
Nicolas Dichtel
1
-1
/
+1
2015-01-27
bonding: cleanup and remove dead code
Jonathan Toppins
1
-1
/
+0
2015-01-27
bonding: update bond carrier state when min_links option changes
Jonathan Toppins
1
-0
/
+1
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-30
/
+72
2015-01-28
NFC: st21nfca: Adding support for secure element
Christophe Ricard
1
-0
/
+2
2015-01-28
NFC: hci: Add cmd_received handler
Christophe Ricard
1
-0
/
+8
2015-01-27
NFC: hci: Change nfc_hci_send_response gate parameter to pipe
Christophe Ricard
1
-2
/
+0
2015-01-27
NFC: hci: Add pipes table to reference them with a tuple {gate, host}
Christophe Ricard
1
-1
/
+12
2015-01-27
NFC: hci: Change event_received handler gate parameter to pipe
Christophe Ricard
1
-1
/
+1
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+6
2015-01-27
net: phy: keep track of the PHY suspend state
Florian Fainelli
1
-0
/
+2
2015-01-27
net: phy: document has_fixups field
Florian Fainelli
1
-0
/
+1
2015-01-26
ipv4: try to cache dst_entries which would cause a redirect
Hannes Frederic Sowa
1
-5
/
+6
2015-01-26
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2
-8
/
+12
2015-01-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/...
David S. Miller
2
-4
/
+4
2015-01-26
openvswitch: Add support for unique flow IDs.
Joe Stringer
1
-0
/
+20
2015-01-26
genetlink: Add genlmsg_parse() helper function.
Joe Stringer
1
-0
/
+17
2015-01-26
Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2015-01-26
NFC: st21nfcb: Fix copy/paste error in comment
Christophe Ricard
1
-1
/
+1
2015-01-26
NFC: st21nfcb: Remove useless include
Christophe Ricard
1
-2
/
+0
2015-01-26
printk: add dummy routine for when CONFIG_PRINTK=n
Pranith Kumar
1
-3
/
+12
2015-01-26
mm: page_alloc: embed OOM killing naturally into allocation slowpath
Johannes Weiner
1
-5
/
+0
2015-01-26
rhashtable: fix rht_for_each_entry_safe() endless loop
Patrick McHardy
1
-1
/
+3
2015-01-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+13
2015-01-25
net: ipv6: Add sysctl entry to disable MTU updates from RA
Harout Hedeshian
2
-0
/
+2
2015-01-25
net/mlx4_core: Enable device recovery flow with SRIOV
Yishai Hadas
2
-0
/
+7
2015-01-25
net/mlx4_core: Manage interface state for Reset flow cases
Yishai Hadas
1
-0
/
+7
2015-01-25
net/mlx4_core: Activate reset flow upon fatal command cases
Yishai Hadas
1
-0
/
+1
2015-01-25
net/mlx4_core: Enhance the catas flow to support device reset
Yishai Hadas
1
-0
/
+7
2015-01-25
net/mlx4_core: Refactor the catas flow to work per device
Yishai Hadas
1
-0
/
+2
2015-01-25
net/mlx4_core: Set device configuration data to be persistent across reset
Yishai Hadas
1
-0
/
+2
2015-01-25
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
1
-3
/
+8
2015-01-24
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-5
/
+8
2015-01-24
udp: Do not require sock in udp_tunnel_xmit_skb
Tom Herbert
1
-8
/
+8
2015-01-23
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
1
-0
/
+1
2015-01-24
Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2015-01-24
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2015-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+9
2015-01-23
bcma: use standard bus scanning during early register
Rafał Miłecki
1
-2
/
+0
[next]