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.13.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-11-18
sfc: handle failure to allocate TSOv2 contexts
Edward Cree
1
-16
/
+24
2016-11-18
sfc: Firmware-Assisted TSO version 2
Bert Kenward
11
-768
/
+1035
2016-11-18
sfc: Update EF10 register definitions
Edward Cree
1
-15
/
+88
2016-11-18
sfc: Update MCDI protocol definitions
Edward Cree
1
-21
/
+462
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
8
-8
/
+8
2016-11-17
net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpart
LABBE Corentin
1
-28
/
+21
2016-11-17
net: stmmac: replace hardcoded function name by __func__
LABBE Corentin
1
-4
/
+3
2016-11-17
net: stmmac: replace all pr_xxx by their netdev_xxx counterpart
LABBE Corentin
2
-95
/
+123
2016-11-17
net/mlx5e: remove napi_hash_del() calls
Eric Dumazet
1
-4
/
+0
2016-11-17
net/mlx4_en: remove napi_hash_del() call
Eric Dumazet
1
-4
/
+0
2016-11-17
mlxsw: minimal: Add I2C support for Mellanox ASICs
Vadim Pasternak
3
-0
/
+110
2016-11-17
mlxsw: Invoke driver's init/fini methods only if defined
Vadim Pasternak
1
-5
/
+9
2016-11-17
mlxsw: Introduce support for I2C bus
Vadim Pasternak
4
-0
/
+654
2016-11-17
mlxsw: Add bus capability flag
Vadim Pasternak
3
-0
/
+10
2016-11-17
net: netcp: replace IS_ERR_OR_NULL by IS_ERR
Julia Lawall
1
-3
/
+3
2016-11-17
bnxt_en: Add ethtool -n|-N rx-flow-hash support.
Michael Chan
1
-3
/
+164
2016-11-17
bnxt_en: Add UDP RSS support for 57X1X chips.
Michael Chan
2
-8
/
+16
2016-11-17
bnxt_en: Enhance autoneg support.
Michael Chan
2
-0
/
+24
2016-11-17
bnxt_en: Update firmware interface spec to 1.5.4.
Michael Chan
2
-5
/
+94
2016-11-17
cadence: Add LSO support.
Rafal Ozieblo
2
-12
/
+140
2016-11-17
netronome: don't access real_num_rx_queues directly
Arnd Bergmann
1
-8
/
+6
2016-11-17
sfc: remove napi_hash_del() call
Eric Dumazet
1
-3
/
+2
2016-11-16
mlxsw: spectrum_router: Adjust placement of FIB abort warning
Ido Schimmel
1
-3
/
+3
2016-11-16
net: dsa: mv88e6xxx: Respect SPEED_UNFORCED, don't set force bit
Andrew Lunn
1
-1
/
+1
2016-11-16
amd-xgbe: Fix maximum GPIO value check
Lendacky, Thomas
1
-2
/
+2
2016-11-16
amd-xgbe: Fix possible uninitialized variable
Lendacky, Thomas
1
-1
/
+1
2016-11-16
net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
net: ethernet: mvpp2: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
net: ethernet: mvneta: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
net: ethoc: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
net: stmmac: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-16
bnx2x: switch to napi_complete_done()
Eric Dumazet
1
-7
/
+8
2016-11-16
net/mlx4_en: use napi_complete_done() return value
Eric Dumazet
1
-2
/
+2
2016-11-16
alx: enable multiple tx queues
Tobias Regnery
1
-2
/
+6
2016-11-16
alx: enable msi-x interrupts by default
Tobias Regnery
1
-5
/
+1
2016-11-16
alx: prepare tx path for multi queue support
Tobias Regnery
1
-13
/
+45
2016-11-16
alx: prepare resource allocation for multi queue support
Tobias Regnery
1
-52
/
+97
2016-11-16
alx: prepare interrupt functions for multiple queues
Tobias Regnery
1
-27
/
+105
2016-11-16
alx: switch to per queue data structures
Tobias Regnery
2
-95
/
+93
2016-11-16
alx: add ability to allocate and free alx_napi structures
Tobias Regnery
1
-21
/
+78
2016-11-16
alx: extend data structures for multi queue support
Tobias Regnery
1
-0
/
+31
2016-11-16
alx: refactor descriptor allocation
Tobias Regnery
1
-44
/
+53
2016-11-16
dpaa_eth: add trace points
Madalin Bucur
4
-0
/
+158
2016-11-16
dpaa_eth: add sysfs exports
Madalin Bucur
4
-1
/
+174
2016-11-16
dpaa_eth: add ethtool statistics
Madalin Bucur
3
-2
/
+284
2016-11-16
dpaa_eth: add ethtool functionality
Madalin Bucur
4
-1
/
+224
2016-11-16
dpaa_eth: add support for DPAA Ethernet
Madalin Bucur
6
-0
/
+2850
2016-11-16
devres: add devm_alloc_percpu()
Madalin Bucur
1
-0
/
+66
2016-11-16
liquidio CN23XX: fix for new check patch errors
Raghu Vatsavayi
15
-180
/
+155
2016-11-16
liquidio CN23XX: copyrights changes and alignment
Raghu Vatsavayi
30
-480
/
+352
[next]