summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hibmcge
AgeCommit message (Expand)AuthorFilesLines
2025-08-08net: hibmcge: fix the np_link_fail error reporting issueJijie Shao1-2/+13
2025-08-08net: hibmcge: fix the division by zero issueJijie Shao1-1/+6
2025-08-08net: hibmcge: fix rtnl deadlock issueJijie Shao1-9/+5
2025-07-25net: hibmcge: support for statistics of reset failuresJijie Shao4-0/+5
2025-07-08net: hibmcge: configure FIFO thresholds according to the MAC controller docum...Jijie Shao2-0/+55
2025-07-08net: hibmcge: adjust the burst len configuration of the MAC controller to imp...Jijie Shao2-0/+10
2025-07-08net: hibmcge: support scenario without PHYJijie Shao1-0/+38
2025-05-22net: hibmcge: fix wrong ndo.open() after reset fail issue.Jijie Shao1-8/+8
2025-05-22net: hibmcge: fix incorrect statistics update issueJijie Shao1-0/+3
2025-04-12net: hibmcge: fix multiple phy_stop() issueJijie Shao1-1/+10
2025-04-12net: hibmcge: fix not restore rx pause mac addr after reset issueJijie Shao1-0/+3
2025-04-12net: hibmcge: fix the incorrect np_link fail state issue.Jijie Shao1-2/+5
2025-04-12net: hibmcge: fix wrong mtu log issueJijie Shao1-3/+3
2025-04-12net: hibmcge: fix the share of irq statistics among different network ports i...Jijie Shao5-16/+24
2025-04-12net: hibmcge: fix incorrect multicast filtering issueJijie Shao2-0/+6
2025-04-12net: hibmcge: fix incorrect pause frame statistics issueJijie Shao2-0/+4
2025-03-04net: hibmcge: Add support for ioctlJijie Shao1-0/+2
2025-03-04net: hibmcge: Add support for BMC diagnose featureJijie Shao6-3/+377
2025-03-04net: hibmcge: Add support for mac link exception handling featureJijie Shao7-0/+51
2025-03-04net: hibmcge: Add support for abnormal irq handling featureJijie Shao8-23/+112
2025-03-04net: hibmcge: Add support for checksum offloadJijie Shao2-6/+29
2025-03-04net: hibmcge: Add support for dump statisticsJijie Shao6-2/+741
2024-12-18net: hibmcge: Add nway_reset supported in this moduleJijie Shao1-0/+1
2024-12-18net: hibmcge: Add reset supported in this moduleJijie Shao8-21/+226
2024-12-18net: hibmcge: Add pauseparam supported in this moduleJijie Shao7-0/+68
2024-12-18net: hibmcge: Add register dump supported in this moduleJijie Shao2-0/+174
2024-12-18net: hibmcge: Add unicast frame filter supported in this moduleJijie Shao6-6/+187
2024-12-18net: hibmcge: Add irq_info file to debugfsJijie Shao1-0/+22
2024-12-18net: hibmcge: Add debugfs supported in this moduleJijie Shao4-3/+135
2024-10-21net: hibmcge: Add a Makefile and update Kconfig for hibmcgeJijie Shao1-0/+8
2024-10-21net: hibmcge: Implement some ethtool_ops functionsJijie Shao3-0/+30
2024-10-21net: hibmcge: Implement rx_poll function to receive packetsJijie Shao6-3/+177
2024-10-21net: hibmcge: Implement .ndo_start_xmit functionJijie Shao8-3/+455
2024-10-21net: hibmcge: Implement some .ndo functionsJijie Shao4-0/+142
2024-10-21net: hibmcge: Add interrupt supported in this moduleJijie Shao7-0/+237
2024-10-21net: hibmcge: Add mdio and hardware configuration supported in this moduleJijie Shao7-2/+399
2024-10-21net: hibmcge: Add read/write registers supported through the bar spaceJijie Shao5-0/+173
2024-10-21net: hibmcge: Add pci table supported in this moduleJijie Shao2-0/+100