index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
qed: Use the bitmap API to simplify some functions
Christophe JAILLET
2021-11-22
1
-19
/
+5
*
Fix coverity issue 'Uninitialized scalar variable"
Yacov Simhony
2021-11-22
1
-1
/
+1
*
pcmcia: hide the MAC address helpers if !NET
Jakub Kicinski
2021-11-22
1
-1
/
+2
*
tsn: Fix build.
David S. Miller
2021-11-22
1
-2
/
+2
*
net: wwan: iosm: device trace collection using relayfs
M Chetan Kumar
2021-11-22
8
-13
/
+271
*
net: wwan: common debugfs base dir for wwan device
M Chetan Kumar
2021-11-22
1
-2
/
+28
*
octeon: constify netdev->dev_addr
Jakub Kicinski
2021-11-22
1
-1
/
+1
*
net: mana: Add XDP support
Haiyang Zhang
2021-11-22
4
-11
/
+235
*
tsnep: Add TSN endpoint Ethernet MAC driver
Gerhard Engleder
2021-11-22
11
-0
/
+3511
*
net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()
Russell King (Oracle)
2021-11-22
1
-1
/
+8
*
net: phylink: Add helpers for c22 registers without MDIO
Sean Anderson
2021-11-22
1
-44
/
+60
*
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
17
-22
/
+22
*
net: annotate accesses to dev->gso_max_size
Eric Dumazet
2021-11-22
7
-10
/
+10
*
net: hns3: remove the way to set tx spare buf via module parameter
Hao Chen
2021-11-22
1
-6
/
+1
*
net: hns3: add support to set/get rx buf len via ethtool for hns3 driver
Hao Chen
2021-11-22
1
-8
/
+44
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
94
-201
/
+589
*
net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...
Hao Chen
2021-11-22
3
-2
/
+60
*
bnx2x: constify static inline stub for dev_addr
Jakub Kicinski
2021-11-20
1
-1
/
+1
*
82596: use eth_hw_addr_set()
Jakub Kicinski
2021-11-20
1
-1
/
+2
*
net: phy: add support for TI DP83561-SP phy
Hari Nagalla
2021-11-19
1
-20
/
+22
*
ethernet: renesas: Use div64_ul instead of do_div
Yang Li
2021-11-19
1
-4
/
+2
*
nfp: flower: correction of error handling
Yu Xiao
2021-11-19
1
-20
/
+0
*
sky2: use PCI VPD API in eeprom ethtool ops
Heiner Kallweit
2021-11-19
1
-72
/
+12
*
net: ipa: Use 'for_each_clear_bit' when possible
Christophe JAILLET
2021-11-19
1
-3
/
+1
*
bnx2x: Use struct_group() for memcpy() region
Kees Cook
2021-11-19
2
-7
/
+14
*
cxgb4: Use struct_group() for memcpy() region
Kees Cook
2021-11-19
3
-12
/
+13
*
cxgb3: Use struct_group() for memcpy() region
Kees Cook
2021-11-19
1
-3
/
+6
*
net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()
Russell King (Oracle)
2021-11-19
1
-0
/
+1
*
s390/lcs: add braces around empty function body
Heiko Carstens
2021-11-19
1
-5
/
+6
*
s390/ctcm: add __printf format attribute to ctcm_dbf_longtext
Heiko Carstens
2021-11-19
1
-0
/
+1
*
s390/ctcm: fix format string
Heiko Carstens
2021-11-19
1
-1
/
+1
*
s390/qeth: allocate RX queue at probe time
Julian Wiedmann
2021-11-19
1
-18
/
+17
*
natsemi: macsonic: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-10
/
+17
*
cirrus: mac89x0: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-2
/
+5
*
apple: macmace: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-5
/
+9
*
lasi_82594: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-2
/
+4
*
smc9194: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-2
/
+4
*
8390: wd: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
8390: mac8390: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
8390: hydra: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
8390: smc-ultra: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
amd: mvme147: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-6
/
+8
*
amd: atarilance: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-2
/
+5
*
amd: hplance: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
amd: a2065/ariadne: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
2
-17
/
+21
*
amd: ni65: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-3
/
+5
*
amd: lance: use eth_hw_addr_set()
Jakub Kicinski
2021-11-19
1
-1
/
+3
*
ipw2200: constify address in ipw_send_adapter_address
Jakub Kicinski
2021-11-19
1
-1
/
+1
*
wilc1000: copy address before calling wilc_set_mac_address
Jakub Kicinski
2021-11-19
1
-3
/
+3
*
mlxsw: constify address in mlxsw_sp_port_dev_addr_set
Jakub Kicinski
2021-11-19
1
-1
/
+1
[next]