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
2021-06-30
net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY
Esben Haabendal
1
-0
/
+5
2021-06-30
net: ll_temac: Add memory-barriers for TX BD access
Esben Haabendal
1
-1
/
+13
2021-06-23
net: ll_temac: Fix TX BD buffer overwrite
Esben Haabendal
1
-1
/
+1
2021-06-23
net: ll_temac: Make sure to free skb when it is completely used
Esben Haabendal
1
-1
/
+5
2021-03-04
net: axienet: Handle deferred probe on clock properly
Robert Hancock
1
-14
/
+12
2020-12-21
net: ll_temac: Fix potential NULL dereference in temac_probe()
Zhang Changzhong
1
-3
/
+1
2020-10-01
net: axienet: Propagate failure of DMA descriptor setup
Andre Przywara
1
-7
/
+19
2020-10-01
net: axienet: Convert DMA error handler to a work queue
Andre Przywara
2
-13
/
+13
2020-03-21
net: ll_temac: Handle DMA halt condition caused by buffer underrun
Esben Haabendal
2
-5
/
+56
2020-03-21
net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
Esben Haabendal
2
-31
/
+82
2020-03-21
net: ll_temac: Add more error handling of dma_map_single() calls
Esben Haabendal
1
-2
/
+24
2020-03-21
net: ll_temac: Fix race condition causing TX hang
Esben Haabendal
1
-3
/
+16
2020-01-26
net: axienet: Fix error return code in axienet_probe()
Wei Yongjun
1
-4
/
+0
2019-09-27
net: axienet: fix a signedness bug in probe
Dan Carpenter
1
-1
/
+1
2019-07-09
net: axienet: fix a potential double free in axienet_probe()
Wen Yang
1
-1
/
+0
2019-06-14
net: axienet: move use of resource after validity check
Robert Hancock
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-07
net: axienet: convert to phylink API
Robert Hancock
3
-101
/
+192
2019-06-07
net: axienet: make use of axistream-connected attribute optional
Robert Hancock
1
-15
/
+28
2019-06-07
net: axienet: Fix MDIO bus parent node detection
Robert Hancock
1
-1
/
+2
2019-06-07
net: axienet: stop interface during shutdown
Robert Hancock
1
-0
/
+14
2019-06-07
net: axienet: Make missing MAC address non-fatal
Robert Hancock
1
-2
/
+3
2019-06-07
net: axienet: Fix race condition causing TX hang
Robert Hancock
1
-3
/
+17
2019-06-07
net: axienet: Add optional support for Ethernet core interrupt
Robert Hancock
2
-0
/
+50
2019-06-07
net: axienet: Support shared interrupts
Robert Hancock
1
-6
/
+8
2019-06-07
net: axienet: Add DMA registers to ethtool register dump
Robert Hancock
1
-1
/
+9
2019-06-07
net: axienet: Make RX/TX ring sizes configurable
Robert Hancock
2
-25
/
+67
2019-06-07
net: axienet: Cleanup DMA device reset and halt process
Robert Hancock
2
-14
/
+42
2019-06-07
net: axienet: Re-initialize MDIO registers properly after reset
Robert Hancock
3
-38
/
+57
2019-06-07
net: axienet: fix teardown order of MDIO bus
Robert Hancock
1
-1
/
+1
2019-06-07
net: axienet: Use clock framework to get device clock rate
Robert Hancock
3
-28
/
+53
2019-06-07
net: axienet: add X86 and ARM as supported platforms
Robert Hancock
1
-2
/
+2
2019-06-07
net: axienet: fix MDIO bus naming
Robert Hancock
3
-6
/
+8
2019-06-07
net: axienet: Use standard IO accessors
Robert Hancock
2
-4
/
+4
2019-06-07
net: axienet: Fix casting of pointers to u32
Robert Hancock
2
-20
/
+17
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-24
net: ll_temac: Fix compile error
Esben Haabendal
1
-2
/
+1
2019-05-23
net: ll_temac: Enable multicast support
Esben Haabendal
1
-2
/
+1
2019-05-23
net: ll_temac: Cleanup multicast filter on change
Esben Haabendal
1
-2
/
+5
2019-05-23
net: ll_temac: Prepare indirect register access for multicast support
Esben Haabendal
3
-88
/
+177
2019-05-23
net: ll_temac: Do not make promiscuous mode sticky on multicast
Esben Haabendal
1
-7
/
+0
2019-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-20
/
+17
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-05-21
2/2] net: xilinx_emaclite: use readx_poll_timeout() in mdio wait function
Kurt Kanzenbach
1
-10
/
+6
2019-05-21
1/2] net: axienet: use readx_poll_timeout() in mdio wait function
Kurt Kanzenbach
2
-10
/
+11
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2
-2
/
+2
2019-05-07
net: ll_temac: Improve error message on error IRQ
Esben Haabendal
1
-2
/
+8
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
3
-3
/
+3
2019-05-05
net: ll_temac: Make some functions static
YueHaibing
1
-8
/
+8
[next]