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
2016-08-31
ixgbe: Eliminate useless message and improve logic
Mark Rustad
1
-11
/
+5
2016-08-31
drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
Colin Ian King
1
-1
/
+1
2016-08-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-122
/
+200
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
219
-1016
/
+3170
2016-08-30
Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2016-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
53
-332
/
+596
2016-08-29
Merge tag 'platform-drivers-x86-v4.8-4' of git://git.infradead.org/users/dvha...
Linus Torvalds
2
-11
/
+5
2016-08-29
Merge tag 'powerpc-4.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
6
-5
/
+10
2016-08-29
hwmon: (it87) Add missing sysfs attribute group terminator
Jean Delvare
1
-0
/
+1
2016-08-29
fm10k: don't re-map queues when a mailbox message suffices
Jacob Keller
1
-17
/
+29
2016-08-29
fm10k: don't clear the RXQCTL register when enabling or disabling queues
Jacob Keller
1
-3
/
+5
2016-08-29
fm10k: remove unnecessary extra parenthesis around ((~value))
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
4
-4
/
+31
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
3
-78
/
+93
2016-08-29
fm10k: don't try to stop queues if we've lost hw_addr
Jacob Keller
1
-0
/
+3
2016-08-29
fm10k: don't continue probe if PCI device not in normal IO state
Jacob Keller
1
-0
/
+6
2016-08-29
fm10k: print error code when pci_enable_device_mem fails during probe
Jacob Keller
1
-1
/
+4
2016-08-29
fm10k: NAPI polling routine must return actual work done
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
5
-9
/
+9
2016-08-29
fm10k: remove fm10k_get_reta_size from namespace
Jacob Keller
2
-2
/
+1
2016-08-29
fm10k: use variadic form of alloc_workqueue
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
3
-6
/
+17
2016-08-29
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
Jacob Keller
1
-1
/
+1
2016-08-29
intel_pmic_gpio: Make explicitly non-modular
Paul Gortmaker
1
-6
/
+2
2016-08-29
platform/olpc: Make ec explicitly non-modular
Paul Gortmaker
1
-5
/
+3
2016-08-29
net/xgene: fix error handling during reset
Arnd Bergmann
1
-3
/
+9
2016-08-29
amd-xgbe: Reset running devices after resume from hibernate
James Morse
1
-1
/
+7
2016-08-29
Add Killer E2500 device ID in alx driver.
Owen Lin
2
-0
/
+3
2016-08-29
net: smc91x: fix SMC accesses
Russell King
2
-20
/
+52
2016-08-29
cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"
Colin Ian King
1
-1
/
+1
2016-08-29
net: ucc_geth: fix spelling mistake "propperty" -> "property"
Colin Ian King
1
-1
/
+1
2016-08-29
wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
Colin Ian King
1
-1
/
+1
2016-08-29
net/mlx5: Increase number of ethtool steering priorities
Maor Gottlieb
1
-1
/
+1
2016-08-29
net/mlx5: Add error prints when validate ETS failed
Eran Ben Elisha
1
-5
/
+16
2016-08-29
net/mlx5e: Fix memory leak if refreshing TIRs fails
Kamal Heib
1
-3
/
+4
2016-08-29
net/mlx5e: Add ethtool counter for TX xmit_more
Tariq Toukan
3
-0
/
+6
2016-08-29
net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQ
Eran Ben Elisha
1
-9
/
+67
2016-08-29
net/mlx5e: Don't wait for SQ completions on close
Saeed Mahameed
4
-70
/
+44
2016-08-29
net/mlx5e: Don't post fragmented MPWQE when RQ is disabled
Saeed Mahameed
2
-0
/
+10
2016-08-29
net/mlx5e: Don't wait for RQ completions on close
Saeed Mahameed
3
-42
/
+22
2016-08-29
net/mlx5e: Limit UMR length to the device's limitation
Saeed Mahameed
4
-16
/
+40
2016-08-29
Merge tag 'drm-fixes-for-4.8-rc4' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
20
-71
/
+422
2016-08-28
drm/atomic: Don't potentially reset color_mgmt_changed on successive property...
Mario Kleiner
1
-3
/
+3
2016-08-28
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-7
/
+36
2016-08-28
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-5
/
+20
2016-08-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+3
2016-08-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
31
-136
/
+181
2016-08-27
net: ethernet: ti: cpsw: fix error return code in cpsw_set_channels()
Wei Yongjun
1
-1
/
+2
2016-08-27
vxlan: remove the useless header file protocol.h
Zhu Yanjun
1
-1
/
+0
2016-08-27
chcr: Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
[next]