index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
atheros
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
atl1c: improve performance by avoiding unnecessary pcie writes on xmit
Gatis Peisenieks
2021-05-14
1
-4
/
+8
*
|
atl1c: show correct link speed on Mikrotik 10/25G NIC
Gatis Peisenieks
2021-05-14
4
-0
/
+21
*
|
alx: use fine-grained locking instead of RTNL
Johannes Berg
2021-05-13
3
-29
/
+76
|
/
*
net: atheros: nic-devel@qualcomm.com is dead
Johannes Berg
2021-05-01
2
-2
/
+2
*
net: selftest: fix build issue if INET is disabled
Oleksij Rempel
2021-04-28
1
-1
/
+1
*
net: ag71xx: make use of generic NET_SELFTESTS library
Oleksij Rempel
2021-04-21
2
-4
/
+17
*
atl1c: move tx cleanup processing out of interrupt
Gatis Peisenieks
2021-04-17
2
-10
/
+36
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-5
/
+2
*
net: atheros: atl2: use module_pci_driver to simplify the code
Wei Yongjun
2021-04-08
1
-23
/
+1
*
net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
Christophe JAILLET
2021-04-05
1
-2
/
+2
*
atl1c: use napi_alloc_skb
Sieng Piaw Liew
2021-03-19
1
-11
/
+17
*
atl1c: switch to napi_gro_receive
Sieng Piaw Liew
2021-03-19
1
-1
/
+1
*
ethernet: alx: fix order of calls on resume
Jakub Kicinski
2021-03-06
1
-2
/
+5
*
net: ag71xx: remove unnecessary MTU reservation
DENG Qingfang
2021-02-23
1
-3
/
+1
*
net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()
Zheng Yongjun
2020-12-09
1
-7
/
+1
*
atl1e: fix error return code in atl1e_probe()
Zhang Changzhong
2020-11-18
1
-2
/
+2
*
atl1c: fix error return code in atl1c_probe()
Zhang Changzhong
2020-11-18
1
-2
/
+2
*
net: atheros: Remove WARN_ON(in_interrupt())
Thomas Gleixner
2020-09-29
3
-4
/
+0
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-26
4
-6
/
+15
*
net: ag71xx: add flow control support
Oleksij Rempel
2020-09-11
1
-1
/
+12
*
net: ag71xx: add ethtool support
Oleksij Rempel
2020-09-11
1
-0
/
+147
*
net: atheros: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-08-25
4
-77
/
+88
*
net: ag71xx: add missed clk_disable_unprepare in error path of probe
Huang Guobin
2020-07-21
1
-1
/
+2
*
net: alx: fix race condition in alx_remove
Zekun Shen
2020-06-15
1
-4
/
+5
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-5
/
+5
*
net/atheros: remove redundant assignment to variable size
Colin Ian King
2020-05-09
1
-1
/
+1
*
net: atheros: remove dead code in atl1c_resume()
Jason Yan
2020-05-07
1
-6
/
+0
*
net: atheros: remove conversion to bool in atl1c_start_mac()
Jason Yan
2020-05-05
1
-1
/
+1
*
net: ag71xx: extend link validation to support other SoCs
Oleksij Rempel
2020-04-27
1
-5
/
+38
*
atl2: remove unused variable 'atl2_driver_string'
YueHaibing
2020-03-26
1
-1
/
+0
*
net: ag71xx: port to phylink
Oleksij Rempel
2020-03-01
2
-72
/
+118
*
net/atheros: Clean atheros code from driver version
Leon Romanovsky
2020-02-24
8
-31
/
+0
*
net: atheros: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
2
-8
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-29
6
-15
/
+7
|
\
|
*
net: convert suitable network drivers to use phy_do_ioctl
Heiner Kallweit
2020-01-21
1
-9
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
1
-2
/
+2
|
|
\
|
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
6
-6
/
+6
*
|
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-2
/
+1
|
|
/
|
/
|
*
|
net: ag71xx: fix compile warnings
Oleksij Rempel
2019-12-18
1
-2
/
+2
|
/
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+2
*
net: ag71xx: fix mdio subnode support
Oleksij Rempel
2019-10-01
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-07
1
-1
/
+1
|
\
|
*
net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'
Christophe JAILLET
2019-07-31
1
-1
/
+1
*
|
net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'
Christophe JAILLET
2019-07-31
1
-1
/
+1
*
|
net: ag71xx: use resource_size for the ioremap size
Ding Xiang
2019-07-29
1
-1
/
+1
*
|
net: atheros: Use dev_get_drvdata
Chuhong Yuan
2019-07-23
3
-14
/
+8
*
|
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
4
-10
/
+4
|
/
*
ag71xx: fix return value check in ag71xx_probe()
Wei Yongjun
2019-07-19
1
-2
/
+2
*
ag71xx: fix error return code in ag71xx_probe()
Wei Yongjun
2019-07-19
1
-1
/
+3
*
net: ag71xx: Add missing header
Rosen Penev
2019-07-18
1
-0
/
+1
[prev]
[next]