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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-18
ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE
Raju Lakkaraju
2
-0
/
+94
2016-11-18
ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLE
Raju Lakkaraju
1
-1
/
+14
2016-11-18
Merge branch 'mlx5-next'
David S. Miller
12
-87
/
+457
2016-11-18
net/mlx5e: Expose PCIe statistics to ethtool
Gal Pressman
3
-1
/
+72
2016-11-18
net/mlx5: Add MPCNT register infrastructure
Gal Pressman
3
-0
/
+99
2016-11-18
net/mlx5: Set driver version into firmware
Huy Nguyen
1
-0
/
+37
2016-11-18
net/mlx5: Set driver version infrastructure
Saeed Mahameed
1
-1
/
+21
2016-11-18
net/mlx5e: Add port module event counters to ethtool stats
Huy Nguyen
2
-1
/
+39
2016-11-18
net/mlx5: Add handling for port module event
Huy Nguyen
4
-0
/
+97
2016-11-18
net/mlx5: Port module event hardware structures
Huy Nguyen
3
-1
/
+16
2016-11-18
net/mlx5: Make the command interface cache more flexible
Mohamad Haj Yahia
2
-83
/
+76
2016-11-18
Merge branch 'sfc-tso-v2'
David S. Miller
14
-826
/
+1558
2016-11-18
sfc: remove Software TSO
Edward Cree
6
-211
/
+154
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
73
-81
/
+80
2016-11-18
udp: enable busy polling for all sockets
Eric Dumazet
3
-9
/
+23
2016-11-17
Merge branch 'rds-ha-failover-fixes'
David S. Miller
9
-21
/
+86
2016-11-17
RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...
Sowmini Varadhan
3
-18
/
+26
2016-11-17
RDS: TCP: Track peer's connection generation number
Sowmini Varadhan
6
-3
/
+57
2016-11-17
RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans list
Sowmini Varadhan
1
-0
/
+3
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_sched: sch_fq: use hash_ptr()
Eric Dumazet
1
-2
/
+2
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
Merge branch 'mlxsw-i2c'
David S. Miller
8
-5
/
+783
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
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
5
-50
/
+64
2016-11-17
Merge branch 'bnxt_en-next'
David S. Miller
4
-16
/
+298
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
netpoll: more efficient locking
Eric Dumazet
4
-11
/
+10
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-17
lwtunnel: subtract tunnel headroom from mtu on output redirect
David Lebrun
1
-1
/
+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
Merge branch 'amd-xgbe-next'
David S. Miller
2
-3
/
+3
2016-11-16
amd-xgbe: Fix maximum GPIO value check
Lendacky, Thomas
1
-2
/
+2
[next]