summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-19net: wangxun: fix kernel panic due to null pointerJiawen Wu1-3/+1
2023-10-18net: wangxun: remove redundant kernel logJiawen Wu1-8/+0
2023-10-13net: txgbe: add ethtool stats supportJiawen Wu1-0/+2
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu1-9/+44
2023-08-25net: txgbe: add FW version warningJiawen Wu1-0/+3
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu1-13/+10
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu1-18/+2
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu1-1/+21
2023-06-07net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()Simon Horman1-5/+3
2023-05-31net: txgbe: Implement vlan add and remove opsMengyuan Lou1-0/+4
2023-05-31net: txgbe: Add netdev features supportMengyuan Lou1-3/+18
2023-03-30Merge 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 Lou1-1/+4
2023-03-08net: txgbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou1-0/+3
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu1-9/+28
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu1-3/+40
2023-02-06net: txgbe: Add interrupt supportJiawen Wu1-0/+201
2023-01-06net: txgbe: Remove structure txgbe_adapterJiawen Wu1-69/+56
2023-01-06net: wangxun: Rename private structure in libwxJiawen Wu1-52/+52
2023-01-06net: wangxun: Move MAC address handling to libwxJiawen Wu1-132/+14
2023-01-06net: txgbe: Move defines into unified fileJiawen Wu1-1/+0
2023-01-06net: txgbe: Remove structure txgbe_hwJiawen Wu1-22/+15
2022-11-02net: txgbe: Add operations to interact with firmwareJiawen Wu1-1/+84
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu1-5/+265
2022-10-28net: txgbe: Reset hardwareJiawen Wu1-0/+21
2022-10-28net: txgbe: Store PCI infoJiawen Wu1-1/+100
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET1-0/+1
2022-06-29net: txgbe: Add build support for txgbeJiawen Wu1-0/+165