index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hibmcge
Age
Commit message (
Expand
)
Author
4 days
net: hibmcge: fix spelling mistakes in comments and identifiers
Jijie Shao
2026-08-22
net: hibmcge: fix page_pool DMA direction mismatch
Jian Shen
2026-07-21
net: hibmcge: fix double-free of tx skb on DMA mapping failure
Xuanqiang Luo
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-28
net: hibmcge: move dma_rmb() after dma_sync_single_for_cpu() in RX path
Jijie Shao
2026-05-28
net: hibmcge: disable Relaxed Ordering to fix RX packet corruption
Jijie Shao
2026-05-12
net: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-26
net: hibmcge: add support for pagepool on rx
Jijie Shao
2025-11-26
net: hibmcge: reduce packet drop under stress testing
Jijie Shao
2025-11-26
net: hibmcge: add support for tracepoint to dump some fields of rx_desc
Tao Lan
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-10-28
net: hibmcge: fix the inappropriate netif_device_detach()
Jijie Shao
2025-10-28
net: hibmcge: remove unnecessary check for np_link_fail in scenarios without ...
Jijie Shao
2025-10-28
net: hibmcge: fix rx buf avl irq is not re-enabled in irq_handle issue
Jijie Shao
2025-10-17
net: hibmcge: support pci_driver.shutdown()
Jijie Shao
2025-08-21
net: hibmcge: Remove the use of dev_err_probe()
Xichao Zhao
2025-08-08
net: hibmcge: fix the np_link_fail error reporting issue
Jijie Shao
2025-08-08
net: hibmcge: fix the division by zero issue
Jijie Shao
2025-08-08
net: hibmcge: fix rtnl deadlock issue
Jijie Shao
2025-07-25
net: hibmcge: support for statistics of reset failures
Jijie Shao
2025-07-08
net: hibmcge: configure FIFO thresholds according to the MAC controller docum...
Jijie Shao
2025-07-08
net: hibmcge: adjust the burst len configuration of the MAC controller to imp...
Jijie Shao
2025-07-08
net: hibmcge: support scenario without PHY
Jijie Shao
2025-05-21
net: hibmcge: fix wrong ndo.open() after reset fail issue.
Jijie Shao
2025-05-21
net: hibmcge: fix incorrect statistics update issue
Jijie Shao
2025-04-11
net: hibmcge: fix multiple phy_stop() issue
Jijie Shao
2025-04-11
net: hibmcge: fix not restore rx pause mac addr after reset issue
Jijie Shao
2025-04-11
net: hibmcge: fix the incorrect np_link fail state issue.
Jijie Shao
2025-04-11
net: hibmcge: fix wrong mtu log issue
Jijie Shao
2025-04-11
net: hibmcge: fix the share of irq statistics among different network ports i...
Jijie Shao
2025-04-11
net: hibmcge: fix incorrect multicast filtering issue
Jijie Shao
2025-04-11
net: hibmcge: fix incorrect pause frame statistics issue
Jijie Shao
2025-03-04
net: hibmcge: Add support for ioctl
Jijie Shao
2025-03-04
net: hibmcge: Add support for BMC diagnose feature
Jijie Shao
2025-03-04
net: hibmcge: Add support for mac link exception handling feature
Jijie Shao
2025-03-04
net: hibmcge: Add support for abnormal irq handling feature
Jijie Shao
2025-03-04
net: hibmcge: Add support for checksum offload
Jijie Shao
2025-03-04
net: hibmcge: Add support for dump statistics
Jijie Shao
2024-12-17
net: hibmcge: Add nway_reset supported in this module
Jijie Shao
2024-12-17
net: hibmcge: Add reset supported in this module
Jijie Shao
2024-12-17
net: hibmcge: Add pauseparam supported in this module
Jijie Shao
2024-12-17
net: hibmcge: Add register dump supported in this module
Jijie Shao
2024-12-17
net: hibmcge: Add unicast frame filter supported in this module
Jijie Shao
2024-12-17
net: hibmcge: Add irq_info file to debugfs
Jijie Shao
2024-12-17
net: hibmcge: Add debugfs supported in this module
Jijie Shao
2024-10-21
net: hibmcge: Add a Makefile and update Kconfig for hibmcge
Jijie Shao
2024-10-21
net: hibmcge: Implement some ethtool_ops functions
Jijie Shao
2024-10-21
net: hibmcge: Implement rx_poll function to receive packets
Jijie Shao
[next]