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
/
net
/
ethernet
/
xilinx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
net: axienet: fix a signedness bug in probe
Dan Carpenter
1
-1
/
+1
2019-11-20
net: xilinx: fix return type of ndo_start_xmit function
YueHaibing
3
-6
/
+9
2019-07-26
net: axienet: Fix race condition causing TX hang
Robert Hancock
1
-3
/
+17
2019-05-04
net: xilinx: fix possible object reference leak
Wen Yang
1
-0
/
+2
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-07-25
net: axienet: Fix double deregister of mdio
Shubhrajyoti Datta
1
-0
/
+1
2018-06-30
net: emaclite: Remove unnecessary spaces
Radhey Shyam Pandey
1
-13
/
+14
2018-06-30
net: emaclite: Fix block comments style
Radhey Shyam Pandey
1
-13
/
+21
2018-06-30
net: emaclite: update kernel-doc comments
Radhey Shyam Pandey
1
-3
/
+12
2018-06-30
net: emaclite: Simplify if-else statements
Radhey Shyam Pandey
1
-18
/
+16
2018-06-30
net: emaclite: Use __func__ instead of hardcoded name
Radhey Shyam Pandey
1
-2
/
+2
2018-06-15
net: emaclite: Remove xemaclite_mdio_setup return check
Radhey Shyam Pandey
1
-3
/
+1
2018-06-15
net: emaclite: Remove unused 'has_mdio' flag.
Radhey Shyam Pandey
1
-2
/
+0
2018-06-15
net: emaclite: Fix MDIO bus unregister bug
Radhey Shyam Pandey
1
-1
/
+1
2018-06-15
net: emaclite: Fix position of lp->mii_bus assignment
Radhey Shyam Pandey
1
-2
/
+2
2018-06-03
net: axienet: remove stale comment of axienet_open
YueHaibing
1
-1
/
+0
2017-11-29
net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
Geert Uytterhoeven
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
1
-1
/
+1
2017-07-17
net: axienet: add support for standard phy-mode binding
Alvaro G. M
2
-14
/
+38
2017-03-07
net: axienet: use eth_hw_addr_random()
Tobias Klauser
1
-1
/
+1
2017-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-57
/
+69
2017-02-15
net: xilinx_emaclite: fix freezes due to unordered I/O
Anssi Hannula
1
-54
/
+62
2017-02-15
net: xilinx_emaclite: fix receive buffer overflow
Anssi Hannula
1
-3
/
+7
2017-01-23
net: xilinx: constify net_device_ops structure
Bhumika Goyal
1
-2
/
+2
2017-01-05
net: xilinx: emaclite: Remove xemaclite_remove_ndev()
Tobias Klauser
1
-16
/
+2
2016-12-08
net: ll_temac: Utilize of_get_mac_address()
Tobias Klauser
1
-5
/
+6
2016-12-08
net: axienet: Utilize of_get_mac_address()
Tobias Klauser
1
-6
/
+7
2016-11-16
net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-6
/
+1
2016-10-20
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
1
-3
/
+4
2016-10-13
net: axienet: Remove unused parameter from __axienet_device_reset
Tobias Klauser
1
-6
/
+5
2016-10-07
net: axienet: Add missing \n to end of dev_err messages
Colin Ian King
1
-2
/
+2
2016-09-09
net: ethernet: xilinx: Enable emaclite for MIPS
Zubair Lutfullah Kakakhel
1
-2
/
+2
2016-09-01
net: axienet: constify ethtool_ops structures
Julia Lawall
1
-1
/
+1
2016-08-21
net: xilinx: emaclite: Fallback to random MAC address.
Daniel Romell
1
-3
/
+5
2016-07-21
net: axienet: Fix return value check in axienet_probe()
Wei Yongjun
1
-2
/
+2
2016-07-16
net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-45
/
+2
2016-07-16
net: ethernet: xilinx: axienet: use phydev from struct net_device
Philippe Reynes
2
-21
/
+16
2016-07-15
net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+2
2016-07-15
net: ethernet: ll_temac: use phydev from struct net_device
Philippe Reynes
2
-22
/
+16
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
3
-4
/
+4
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
5
-11
/
+0
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-09-25
net: fix phy refcounting in a bunch of drivers
Russell King
1
-0
/
+2
2015-09-25
net: axinet: Use of_property_read_u32 instead of open-coding it
Tobias Klauser
1
-4
/
+1
2015-09-25
net: ll_temac: Use of_property_read_u32 instead of open-coding it
Tobias Klauser
1
-5
/
+4
2015-07-10
net: axienet: Fix devm_ioremap_resource return value check
Krzysztof Kozlowski
1
-4
/
+4
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
[next]