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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2025-08-28
net: emaclite: Fix missing pointer increment in aligned_read()
Alok Tiwari
1
-1
/
+1
2025-07-17
net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam()
Alok Tiwari
1
-1
/
+1
2025-01-23
net: xilinx: axienet: Fix IRQ coalescing packet count overflow
Sean Anderson
1
-0
/
+6
2024-11-01
net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
Wang Hai
1
-0
/
+2
2024-10-17
net: xilinx: axienet: Schedule NAPI in two steps
Sean Anderson
1
-6
/
+8
2024-10-17
net: axienet: start napi before enabling Rx/Tx
Andy Chiu
1
-1
/
+1
2024-10-17
net: xilinx: axienet: Fix packet counting
Sean Anderson
1
-9
/
+14
2024-10-17
net: axienet: Switch to 64-bit RX/TX statistics
Robert Hancock
2
-4
/
+45
2024-10-17
net: axienet: Use NAPI for TX completion path
Robert Hancock
2
-85
/
+111
2024-10-17
net: axienet: Be more careful about updating tx_bd_tail
Robert Hancock
1
-11
/
+15
2024-10-17
net: axienet: add coalesce timer ethtool configuration
Robert Hancock
2
-14
/
+47
2024-10-17
net: axienet: reduce default RX interrupt threshold to 1
Robert Hancock
1
-1
/
+1
2024-10-17
net: axienet: implement NAPI and GRO receive
Robert Hancock
2
-28
/
+59
2024-10-17
net: axienet: don't set IRQ timer when IRQ delay not used
Robert Hancock
1
-4
/
+14
2024-10-17
net: axienet: Clean up DMA start/stop and error handling
Robert Hancock
1
-175
/
+105
2024-10-17
net: axienet: Clean up device used for DMA calls
Robert Hancock
1
-16
/
+16
2024-09-04
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2
-12
/
+10
2024-09-04
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-09-04
net: axienet: Fix register defines comment description
Radhey Shyam Pandey
1
-8
/
+8
2024-04-10
net: ll_temac: platform_get_resource replaced by wrong function
Claus Hansen Ries
1
-1
/
+1
2024-01-05
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-3
/
+4
2023-12-03
net: axienet: Fix check for partial TX checksum
Samuel Holland
1
-1
/
+1
2023-08-11
net: ll_temac: fix error checking of irq_of_parse_and_map()
Dan Carpenter
1
-4
/
+8
2023-08-11
net: ll_temac: Switch to use dev_err_probe() helper
Yang Yingliang
1
-10
/
+6
2023-07-27
ethernet: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2023-07-23
net: axienet: Move reset before 64-bit DMA detection
Maxim Kochetkov
1
-5
/
+5
2022-12-31
net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-05-18
net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
Shravya Kumbham
1
-15
/
+0
2022-05-12
net: emaclite: Add error handling for of_address_to_resource()
Shravya Kumbham
1
-3
/
+12
2022-04-20
net: axienet: setup mdio unconditionally
Andy Chiu
1
-7
/
+6
2022-04-08
net: axienet: fix RX ring refill allocation failure handling
Robert Hancock
1
-30
/
+42
2022-03-16
ethernet: Fix error handling in xemaclite_of_probe
Miaoqian Lin
1
-1
/
+3
2022-03-02
net: ll_temac: check the return value of devm_kmalloc()
Xiaoke Wang
1
-0
/
+2
2022-01-27
net: axienet: increase default TX ring size to 128
Robert Hancock
1
-1
/
+1
2022-01-27
net: axienet: fix for TX busy handling
Robert Hancock
1
-39
/
+47
2022-01-27
net: axienet: fix number of TX ring slots for available check
Robert Hancock
1
-2
/
+2
2022-01-27
net: axienet: Fix TX ring slot available check
Robert Hancock
1
-2
/
+2
2022-01-27
net: axienet: limit minimum TX ring size
Robert Hancock
1
-1
/
+3
2022-01-27
net: axienet: add missing memory barriers
Robert Hancock
1
-1
/
+10
2022-01-27
net: axienet: reset core on initialization prior to MDIO access
Robert Hancock
1
-0
/
+5
2022-01-27
net: axienet: Wait for PhyRstCmplt after core reset
Robert Hancock
1
-0
/
+10
2022-01-27
net: axienet: increase reset timeout
Robert Hancock
1
-10
/
+9
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2
-8
/
+24
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
3
-3
/
+3
2021-06-22
net: ll_temac: Remove left-over debug message
Esben Haabendal
1
-3
/
+1
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+24
2021-06-18
net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY
Esben Haabendal
1
-0
/
+5
2021-06-18
net: ll_temac: Fix TX BD buffer overwrite
Esben Haabendal
1
-1
/
+1
2021-06-18
net: ll_temac: Add memory-barriers for TX BD access
Esben Haabendal
1
-1
/
+13
2021-06-18
net: ll_temac: Make sure to free skb when it is completely used
Esben Haabendal
1
-1
/
+5
[next]