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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
isdn/capi: correct argument types of command_2_index
Tilman Schmidt
1
-1
/
+1
2014-12-10
isdn/gigaset: enable Kernel CAPI support by default
Tilman Schmidt
1
-1
/
+1
2014-12-10
isdn/gigaset: elliminate unnecessary argument from send_cb()
Tilman Schmidt
1
-16
/
+15
2014-12-10
isdn/gigaset: clarify gigaset_modem_fill control structure
Tilman Schmidt
1
-28
/
+24
2014-12-10
isdn/gigaset: drop duplicate declaration
Tilman Schmidt
1
-3
/
+0
2014-12-10
enic: add support for set/get rss hash key
Govindarajulu Varadarajan
3
-4
/
+49
2014-12-10
ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
3
-3
/
+3
2014-12-10
ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
3
-3
/
+3
2014-12-10
cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
1
-5
/
+6
2014-12-10
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
6
-11
/
+10
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
6
-33
/
+24
2014-12-09
dummy: use MODULE_VERSION
Flavio Leitner
1
-0
/
+1
2014-12-09
amd-xgbe: Use disable_irq_nosync when in IRQ context
Lendacky, Thomas
1
-1
/
+1
2014-12-09
net: fec: avoid kernal crash by NULL pointer when no phy connection
Nimrod Andy
1
-0
/
+2
2014-12-09
net: systemport: allow changing MAC address
Florian Fainelli
1
-0
/
+22
2014-12-09
rocker: remove swdev mode
Roopa Prabhu
1
-17
/
+1
2014-12-09
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
161
-2540
/
+7345
2014-12-09
sh_eth: Remove redundant alignment adjustment
Mitsuhiro Kimura
1
-2
/
+2
2014-12-09
sh_eth: Optimization for RX excess judgement
Mitsuhiro Kimura
1
-5
/
+5
2014-12-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
8
-111
/
+197
2014-12-09
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...
David S. Miller
8
-156
/
+139
2014-12-09
ppp_read(): switch to skb_copy_datagram_iter()
Al Viro
1
-1
/
+3
2014-12-09
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
1
-7
/
+5
2014-12-09
put iov_iter into msghdr
Al Viro
3
-17
/
+7
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-8
/
+9
2014-12-09
chelsio: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
hp100: fix misspelling of current function in string
Julia Lawall
1
-2
/
+5
2014-12-09
uli526x: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
isdn: fix misspelling of current function in string
Julia Lawall
8
-10
/
+9
2014-12-09
dmfe: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
macvlan: play well with ipvlan device
Mahesh Bandewar
1
-0
/
+3
2014-12-09
ipvlan: move the device check function into netdevice.h
Mahesh Bandewar
2
-15
/
+5
2014-12-09
ipvlan: play well with macvlan device
Mahesh Bandewar
1
-0
/
+6
2014-12-09
dummy: add support for ethtool get_drvinfo
Flavio Leitner
1
-2
/
+17
2014-12-09
macvlan: allow setting LRO independently of lower device
Michal Kubeček
1
-4
/
+5
2014-12-09
i40e/i40evf: Convert macro to static inline
Jeff Kirsher
2
-2
/
+8
2014-12-09
i40e: add to NVM update debug message
Shannon Nelson
1
-2
/
+4
2014-12-09
i40e: check for AQ timeout in aq_rc decode
Shannon Nelson
3
-14
/
+33
2014-12-09
i40e: poll on NVM semaphore only if not other error
Shannon Nelson
1
-4
/
+9
2014-12-09
i40e: fix up NVM update sm error handling
Shannon Nelson
1
-10
/
+16
2014-12-09
i40e: set max limit for access polling
Shannon Nelson
3
-15
/
+10
2014-12-09
i40e: remove unused nvm_semaphore_wait
Shannon Nelson
3
-4
/
+0
2014-12-09
i40e: init NVM update state on adminq init
Shannon Nelson
1
-0
/
+2
2014-12-09
i40e: add range check to i40e_aq_rc_to_posix
Shannon Nelson
2
-0
/
+4
2014-12-09
i40e: rework debug messages for NVM update
Shannon Nelson
1
-27
/
+80
2014-12-09
i40e: let firmware catch the NVM busy error
Shannon Nelson
4
-19
/
+0
2014-12-09
i40e: better error messages for NVM update issues
Shannon Nelson
1
-19
/
+33
2014-12-09
i40e: clear NVM update state on ethtool test
Shannon Nelson
1
-0
/
+3
2014-12-09
net: macb: Remove obsolete comment from Kconfig
James Byrne
1
-2
/
+2
2014-12-09
net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in Kconfig
Andreas Ruprecht
1
-1
/
+1
[next]