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
/
wangxun
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
net: libwx: fix memory leak in wx_setup_rx_resources
Zhengchao Shao
1
-1
/
+4
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+4
2023-03-24
net: wangxun: Fix vector length of interrupt cause
Jiawen Wu
3
-3
/
+4
2023-03-18
net: wangxun: Remove macro that is redefined
mengyuanlou
1
-5
/
+0
2023-03-17
net: wangxun: Implement the ndo change mtu interface
Mengyuan Lou
7
-5
/
+31
2023-03-09
net: txgbe: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-03-09
net: ngbe: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-4
/
+0
2023-02-16
net: wangxun: Add the basic ethtool interfaces
Mengyuan Lou
12
-3
/
+98
2023-02-11
net: libwx: fix an error code in wx_alloc_page_pool()
Dan Carpenter
1
-1
/
+1
2023-02-09
net: libwx: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-02-09
net: libwx: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-02-06
net: ngbe: Support Rx and Tx process path
Mengyuan Lou
2
-13
/
+61
2023-02-06
net: txgbe: Support Rx and Tx process path
Jiawen Wu
1
-9
/
+28
2023-02-06
net: libwx: Add tx path to process packets
Mengyuan Lou
4
-0
/
+465
2023-02-06
net: libwx: Support to receive packets in NAPI
Jiawen Wu
4
-1
/
+706
2023-02-06
net: txgbe: Setup Rx and Tx ring
Jiawen Wu
3
-3
/
+44
2023-02-06
net: libwx: Allocate Rx and Tx resources
Jiawen Wu
5
-0
/
+388
2023-02-06
net: libwx: Configure Rx and Tx unit on hardware
Jiawen Wu
3
-0
/
+684
2023-02-06
net: txgbe: Add interrupt support
Jiawen Wu
2
-0
/
+219
2023-02-06
net: ngbe: Add irqs request flow
Mengyuan Lou
2
-1
/
+202
2023-02-06
net: libwx: Add irq flow functions
Mengyuan Lou
6
-2
/
+788
2023-01-21
net: ngbe: Drop mdiobus_c45_regad()
Michael Walle
1
-2
/
+2
2023-01-18
net: wangxun: clean up the code
Mengyuan Lou
4
-33
/
+24
2023-01-13
net: ngbe: Add ngbe mdio bus driver.
Mengyuan Lou
9
-14
/
+397
2023-01-07
net: ngbe: Remove structure ngbe_adapter
Mengyuan Lou
5
-205
/
+120
2023-01-07
net: txgbe: Remove structure txgbe_adapter
Jiawen Wu
6
-90
/
+64
2023-01-07
net: wangxun: Rename private structure in libwx
Jiawen Wu
10
-432
/
+432
2023-01-07
net: wangxun: Move MAC address handling to libwx
Jiawen Wu
7
-212
/
+151
2023-01-07
net: ngbe: Move defines into unified file
Jiawen Wu
4
-35
/
+27
2023-01-07
net: txgbe: Move defines into unified file
Jiawen Wu
4
-25
/
+16
2023-01-07
net: ngbe: Remove structure ngbe_hw
Jiawen Wu
5
-95
/
+84
2023-01-07
net: txgbe: Remove structure txgbe_hw
Jiawen Wu
5
-66
/
+49
2022-11-18
net: libwx: Fix dead code for duplicate check
Jiawen Wu
1
-2
/
+0
2022-11-08
net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()
YueHaibing
1
-2
/
+3
2022-11-08
net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()
YueHaibing
1
-3
/
+4
2022-11-02
net: ngbe: Initialize sw info and register netdev
Mengyuan Lou
10
-8
/
+665
2022-11-02
net: txgbe: Add operations to interact with firmware
Jiawen Wu
5
-5
/
+316
2022-11-02
net: libwx: Implement interaction with firmware
Jiawen Wu
3
-0
/
+543
2022-10-28
net: txgbe: Set MAC address and register netdev
Jiawen Wu
7
-7
/
+566
2022-10-28
net: txgbe: Reset hardware
Jiawen Wu
9
-9
/
+434
2022-10-28
net: txgbe: Store PCI info
Jiawen Wu
9
-10
/
+280
2022-08-30
net: ngbe: Add build support for ngbe
Mengyuan Lou
6
-0
/
+267
2022-08-06
eth: fix the help in Wangxun's Kconfig
Jakub Kicinski
1
-3
/
+3
2022-08-01
net: txgbe: Fix an error handling path in txgbe_probe()
Christophe JAILLET
1
-0
/
+1
2022-06-30
net: txgbe: Add build support for txgbe
Jiawen Wu
6
-0
/
+293