summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/wangxun
AgeCommit message (Expand)Author
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu
2023-08-25net: ngbe: move mdio access registers to libwxJiawen Wu
2023-08-25net: txgbe: support copper NIC with external PHYJiawen Wu
2023-08-25net: txgbe: support switching mode to 1000BASE-X and SGMIIJiawen Wu
2023-08-25net: txgbe: add FW version warningJiawen Wu
2023-08-13net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai
2023-08-09net: txgbe: Use pci_dev_id() to simplify the codeXiongfeng Wang
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-18net: txgbe: change LAN reset modeJiawen Wu
2023-07-14net: ethernet: Remove repeating expressionWang Ming
2023-07-14net: ngbe: add Wake on Lan supportMengyuan Lou
2023-07-12net: txgbe: fix eeprom calculation errorJiawen Wu
2023-06-22net: txgbe: remove unused buffer in txgbe_calc_eeprom_checksumZhengchao Shao
2023-06-08net: txgbe: Support phylink MAC layerJiawen Wu
2023-06-08net: txgbe: Implement phylink pcsJiawen Wu
2023-06-08net: txgbe: Support GPIO to SFP socketJiawen Wu
2023-06-08net: txgbe: Add SFP module identifyJiawen Wu
2023-06-08net: txgbe: Register I2C platform deviceJiawen Wu
2023-06-08net: txgbe: Register fixed rate clockJiawen Wu
2023-06-08net: txgbe: Add software nodes to support phylinkJiawen Wu
2023-06-07net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()Simon Horman
2023-05-31net: txgbe: Implement vlan add and remove opsMengyuan Lou
2023-05-31net: txgbe: Add netdev features supportMengyuan Lou
2023-05-31net: ngbe: Implement vlan add and remove opsMengyuan Lou
2023-05-31net: ngbe: Add netdev features supportMengyuan Lou
2023-05-31net: libwx: Implement xx_set_features opsMengyuan Lou
2023-05-31net: wangxun: Implement vlan add and kill functionsMengyuan Lou
2023-05-31net: wangxun: libwx add rx offload functionsMengyuan Lou
2023-05-31net: wangxun: libwx add tx offload functionsMengyuan Lou
2023-05-17net: libwx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2023-04-20net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24net: wangxun: Fix vector length of interrupt causeJiawen Wu
2023-03-17net: wangxun: Remove macro that is redefinedmengyuanlou
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou
2023-03-08net: txgbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-08net: ngbe: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-02-15net: wangxun: Add the basic ethtool interfacesMengyuan Lou
2023-02-10net: libwx: fix an error code in wx_alloc_page_pool()Dan Carpenter
2023-02-08net: libwx: Remove unneeded semicolonYang Li
2023-02-08net: libwx: clean up one inconsistent indentingYang Li
2023-02-06net: ngbe: Support Rx and Tx process pathMengyuan Lou
2023-02-06net: txgbe: Support Rx and Tx process pathJiawen Wu
2023-02-06net: libwx: Add tx path to process packetsMengyuan Lou
2023-02-06net: libwx: Support to receive packets in NAPIJiawen Wu
2023-02-06net: txgbe: Setup Rx and Tx ringJiawen Wu
2023-02-06net: libwx: Allocate Rx and Tx resourcesJiawen Wu
2023-02-06net: libwx: Configure Rx and Tx unit on hardwareJiawen Wu
2023-02-06net: txgbe: Add interrupt supportJiawen Wu