summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hibmcge
AgeCommit message (Expand)Author
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-26net: hibmcge: add support for pagepool on rxJijie Shao
2025-11-26net: hibmcge: reduce packet drop under stress testingJijie Shao
2025-11-26net: hibmcge: add support for tracepoint to dump some fields of rx_descTao Lan
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-28net: hibmcge: fix the inappropriate netif_device_detach()Jijie Shao
2025-10-28net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...Jijie Shao
2025-10-28net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issueJijie Shao
2025-10-17net: hibmcge: support pci_driver.shutdown()Jijie Shao
2025-08-21net: hibmcge: Remove the use of dev_err_probe()Xichao Zhao
2025-08-08net: hibmcge: fix the np_link_fail error reporting issueJijie Shao
2025-08-08net: hibmcge: fix the division by zero issueJijie Shao
2025-08-08net: hibmcge: fix rtnl deadlock issueJijie Shao
2025-07-25net: hibmcge: support for statistics of reset failuresJijie Shao
2025-07-08net: hibmcge: configure FIFO thresholds according to the MAC controller docum...Jijie Shao
2025-07-08net: hibmcge: adjust the burst len configuration of the MAC controller to imp...Jijie Shao
2025-07-08net: hibmcge: support scenario without PHYJijie Shao
2025-05-21net: hibmcge: fix wrong ndo.open() after reset fail issue.Jijie Shao
2025-05-21net: hibmcge: fix incorrect statistics update issueJijie Shao
2025-04-11net: hibmcge: fix multiple phy_stop() issueJijie Shao
2025-04-11net: hibmcge: fix not restore rx pause mac addr after reset issueJijie Shao
2025-04-11net: hibmcge: fix the incorrect np_link fail state issue.Jijie Shao
2025-04-11net: hibmcge: fix wrong mtu log issueJijie Shao
2025-04-11net: hibmcge: fix the share of irq statistics among different network ports i...Jijie Shao
2025-04-11net: hibmcge: fix incorrect multicast filtering issueJijie Shao
2025-04-11net: hibmcge: fix incorrect pause frame statistics issueJijie Shao
2025-03-04net: hibmcge: Add support for ioctlJijie Shao
2025-03-04net: hibmcge: Add support for BMC diagnose featureJijie Shao
2025-03-04net: hibmcge: Add support for mac link exception handling featureJijie Shao
2025-03-04net: hibmcge: Add support for abnormal irq handling featureJijie Shao
2025-03-04net: hibmcge: Add support for checksum offloadJijie Shao
2025-03-04net: hibmcge: Add support for dump statisticsJijie Shao
2024-12-17net: hibmcge: Add nway_reset supported in this moduleJijie Shao
2024-12-17net: hibmcge: Add reset supported in this moduleJijie Shao
2024-12-17net: hibmcge: Add pauseparam supported in this moduleJijie Shao
2024-12-17net: hibmcge: Add register dump supported in this moduleJijie Shao
2024-12-17net: hibmcge: Add unicast frame filter supported in this moduleJijie Shao
2024-12-17net: hibmcge: Add irq_info file to debugfsJijie Shao
2024-12-17net: hibmcge: Add debugfs supported in this moduleJijie Shao
2024-10-21net: hibmcge: Add a Makefile and update Kconfig for hibmcgeJijie Shao
2024-10-21net: hibmcge: Implement some ethtool_ops functionsJijie Shao
2024-10-21net: hibmcge: Implement rx_poll function to receive packetsJijie Shao
2024-10-21net: hibmcge: Implement .ndo_start_xmit functionJijie Shao
2024-10-21net: hibmcge: Implement some .ndo functionsJijie Shao
2024-10-21net: hibmcge: Add interrupt supported in this moduleJijie Shao
2024-10-21net: hibmcge: Add mdio and hardware configuration supported in this moduleJijie Shao
2024-10-21net: hibmcge: Add read/write registers supported through the bar spaceJijie Shao
2024-10-21net: hibmcge: Add pci table supported in this moduleJijie Shao