index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
wangxun
/
libwx
/
wx_hw.c
Age
Commit message (
Expand
)
Author
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-02
net: txgbe: remove separate irq request for MSI and INTx
Jiawen Wu
2024-06-20
net: txgbe: add FDIR info to ethtool ops
Jiawen Wu
2024-06-20
net: txgbe: add FDIR ATR support
Jiawen Wu
2024-05-17
net: txgbe: fix to control VLAN strip
Jiawen Wu
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-01-27
net: txgbe: use irq_domain for interrupt controller
Jiawen Wu
2024-01-04
net: wangxun: add ethtool_ops for channel number
Jiawen Wu
2024-01-04
net: wangxun: add flow control support
Jiawen Wu
2023-11-19
net: wangxun: fix kernel panic due to null pointer
Jiawen Wu
2023-10-13
net: libwx: support hardware statistics
Jiawen Wu
2023-09-14
net: wangxun: move MDIO bus implementation to the library
Jiawen Wu
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-18
net: txgbe: change LAN reset mode
Jiawen Wu
2023-07-14
net: ethernet: Remove repeating expression
Wang Ming
2023-07-14
net: ngbe: add Wake on Lan support
Mengyuan Lou
2023-05-31
net: wangxun: Implement vlan add and kill functions
Mengyuan Lou
2023-03-17
net: wangxun: Implement the ndo change mtu interface
Mengyuan Lou
2023-02-06
net: libwx: Add tx path to process packets
Mengyuan Lou
2023-02-06
net: libwx: Support to receive packets in NAPI
Jiawen Wu
2023-02-06
net: libwx: Allocate Rx and Tx resources
Jiawen Wu
2023-02-06
net: libwx: Configure Rx and Tx unit on hardware
Jiawen Wu
2023-02-06
net: libwx: Add irq flow functions
Mengyuan Lou
2023-01-17
net: wangxun: clean up the code
Mengyuan Lou
2023-01-06
net: txgbe: Remove structure txgbe_adapter
Jiawen Wu
2023-01-06
net: wangxun: Rename private structure in libwx
Jiawen Wu
2023-01-06
net: wangxun: Move MAC address handling to libwx
Jiawen Wu
2022-11-18
net: libwx: Fix dead code for duplicate check
Jiawen Wu
2022-11-02
net: ngbe: Initialize sw info and register netdev
Mengyuan Lou
2022-11-02
net: libwx: Implement interaction with firmware
Jiawen Wu
2022-10-28
net: txgbe: Set MAC address and register netdev
Jiawen Wu
2022-10-28
net: txgbe: Reset hardware
Jiawen Wu
2022-10-28
net: txgbe: Store PCI info
Jiawen Wu