index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-27
can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT
Ahmed S. Darwish
1
-2
/
+10
2015-01-27
can: kvaser_usb: Send correct context to URB completion
Ahmed S. Darwish
1
-1
/
+1
2015-01-27
can: kvaser_usb: Do not sleep in atomic context
Ahmed S. Darwish
1
-6
/
+1
2015-01-27
net: mv643xx_eth: Fix highmem support in non-TSO egress path
Ezequiel Garcia
1
-10
/
+49
2015-01-27
sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers
Ben Hutchings
2
-9
/
+31
2015-01-27
sh_eth: Fix crash or memory leak when resizing rings on device that is down
Ben Hutchings
1
-16
/
+18
2015-01-27
sh_eth: Detach net device when stopping queue to resize DMA rings
Ben Hutchings
1
-1
/
+2
2015-01-27
sh_eth: Fix padding of short frames on TX
Ben Hutchings
1
-4
/
+4
2015-01-27
drivers: net: cpsw: discard dual emac default vlan configuration
Mugunthan V N
1
-0
/
+22
2015-01-27
Merge tag 'linux-can-fixes-for-3.19-20150121' of git://git.kernel.org/pub/scm...
David S. Miller
1
-0
/
+3
2015-01-26
390/qeth: Fix locking warning during qeth device setup
Thomas Richter
3
-34
/
+132
2015-01-26
qeth: clean up error handling
Eugene Crosser
2
-106
/
+117
2015-01-25
ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.
Mahesh Bandewar
1
-2
/
+4
2015-01-25
netxen: fix netxen_nic_poll() logic
Eric Dumazet
1
-1
/
+4
2015-01-25
enic: fix rx napi poll return value
Govindarajulu Varadarajan
1
-1
/
+1
2015-01-25
Merge tag 'wireless-drivers-for-davem-2015-01-20' of git://git.kernel.org/pub...
David S. Miller
6
-31
/
+69
2015-01-24
amd-xgbe: Use proper Rx flow control register
Lendacky, Thomas
2
-6
/
+7
2015-01-22
can: c_can: end pending transmission on network stop (ifdown)
Viktor Babrian
1
-0
/
+3
2015-01-20
Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-31
/
+25
2015-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-126
/
+234
2015-01-20
s2io: use snprintf() as a safety feature
Dan Carpenter
1
-3
/
+8
2015-01-20
r8152: remove sram_read
hayeswang
1
-18
/
+6
2015-01-20
r8152: remove generic_ocp_read before writing
hayeswang
1
-6
/
+0
2015-01-19
bgmac: activate irqs only if there is nothing to poll
Hauke Mehrtens
1
-3
/
+3
2015-01-19
bgmac: register napi before the device
Hauke Mehrtens
1
-3
/
+3
2015-01-19
sh_eth: Fix ethtool operation crash when net device is down
Ben Hutchings
1
-0
/
+10
2015-01-19
sh_eth: Fix promiscuous mode on chips without TSU
Ben Hutchings
1
-9
/
+9
2015-01-19
ath9k: fix race condition in irq processing during hardware reset
Felix Fietkau
1
-4
/
+3
2015-01-19
pinctrl: qcom: Don't iterate past end of function array
Stephen Boyd
1
-2
/
+2
2015-01-19
Merge tag 'iwlwifi-for-kalle-2015-01-15' of https://git.kernel.org/pub/scm/li...
Kalle Valo
1
-0
/
+7
2015-01-18
iwlwifi: mvm: abort scheduled scan upon RFKILL
Emmanuel Grumbach
1
-0
/
+7
2015-01-18
Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
5
-71
/
+92
2015-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-0
/
+55
2015-01-18
Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+7
2015-01-18
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...
Linus Torvalds
7
-28
/
+69
2015-01-18
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+1
2015-01-17
clk: fix possible null pointer dereference
Stanimir Varbanov
1
-1
/
+1
2015-01-17
Revert "clk: ppc-corenet: Fix Section mismatch warning"
Kevin Hao
1
-1
/
+1
2015-01-17
clk: rockchip: fix deadlock possibility in cpuclk
Heiko Stübner
1
-4
/
+6
2015-01-17
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-2
/
+5
2015-01-17
reset: sunxi: fix spinlock initialization
Tyler Baker
1
-0
/
+4
2015-01-17
drivers: bus: check cci device tree node status
Abhilash Kesavan
1
-0
/
+3
2015-01-16
Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-9
/
+31
2015-01-16
Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-35
/
+70
2015-01-16
Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-10
/
+36
2015-01-16
Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
35
-93
/
+232
2015-01-16
net: davinci_emac: Add support for emac on dm816x
Tony Lindgren
1
-0
/
+5
2015-01-16
net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...
Tony Lindgren
1
-3
/
+12
2015-01-16
net: davinci_emac: Fix incomplete code for getting the phy from device tree
Tony Lindgren
1
-5
/
+18
2015-01-16
net: davinci_emac: Free clock after checking the frequency
Tony Lindgren
1
-0
/
+1
[next]