summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/txgbe
AgeCommit message (Expand)AuthorFilesLines
2023-10-19net: wangxun: remove redundant kernel logJiawen Wu4-123/+0
2023-10-14net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu1-54/+2
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu3-22/+194
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu3-1/+59
2023-08-25net: txgbe: add FW version warningJiawen Wu1-0/+3
2023-08-09net: txgbe: Use pci_dev_id() to simplify the codeXiongfeng Wang1-6/+6
2023-07-19net: txgbe: change LAN reset modeJiawen Wu1-4/+4
2023-07-13net: txgbe: fix eeprom calculation errorJiawen Wu1-3/+0
2023-06-23net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao1-21/+11
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu4-15/+154
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu2-2/+92
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu3-18/+276
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu2-0/+29
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu2-0/+74
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu2-0/+43
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu5-1/+170
2023-06-07net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()Simon Horman1-5/+3
2023-06-01net: txgbe: Implement vlan add and remove opsMengyuan Lou2-0/+5
2023-06-01net: txgbe: Add netdev features supportMengyuan Lou1-3/+18
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu1-1/+2
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou2-2/+4
2023-03-09net: txgbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-16net: wangxun: Add the basic ethtool interfacesMengyuan Lou4-1/+33
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu2-3/+43
2023-02-06net: txgbe: Add interrupt supportJiawen Wu2-0/+219
2023-01-07net: txgbe: Remove structure txgbe_adapterJiawen Wu4-89/+61
2023-01-07net: wangxun: Rename private structure in libwxJiawen Wu4-107/+107
2023-01-07net: wangxun: Move MAC address handling to libwxJiawen Wu2-143/+15
2023-01-07net: txgbe: Move defines into unified fileJiawen Wu4-25/+16
2023-01-07net: txgbe: Remove structure txgbe_hwJiawen Wu5-66/+49
2022-11-08net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()YueHaibing1-2/+3
2022-11-08net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()YueHaibing1-3/+4
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu5-5/+316
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu4-5/+294
2022-10-28net: txgbe: Reset hardwareJiawen Wu6-9/+126
2022-10-28net: txgbe: Store PCI infoJiawen Wu3-10/+114
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET1-0/+1
2022-06-30net: txgbe: Add build support for txgbeJiawen Wu4-0/+255