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_lib.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: free isb resources at the right time
Jiawen Wu
2024-07-02
net: txgbe: remove separate irq request for MSI and INTx
Jiawen Wu
2024-07-02
net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
Jiawen Wu
2024-06-20
net: txgbe: support Flow Director perfect filters
Jiawen Wu
2024-06-20
net: txgbe: add FDIR ATR support
Jiawen Wu
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-17
net: txgbe: fix to control VLAN strip
Jiawen Wu
2024-05-17
net: wangxun: match VLAN CTAG and STAG features
Jiawen Wu
2024-05-17
net: wangxun: fix to change Rx features
Jiawen Wu
2024-04-25
net: wangxun: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
2024-04-19
net: libwx: fix alloc msix vectors failed
Duanqiang Wen
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-01-27
net: txgbe: use irq_domain for interrupt controller
Jiawen Wu
2024-01-12
net: fill in MODULE_DESCRIPTION()s for wx_lib
Jakub Kicinski
2024-01-04
net: wangxun: add ethtool_ops for channel number
Jiawen Wu
2024-01-04
net: wangxun: add coalesce options support
Jiawen Wu
2024-01-04
net: wangxun: add ethtool_ops for ring parameters
Jiawen Wu
2023-12-15
net: libwx: fix memory leak on free page
duanqiangwen
2023-11-29
net: libwx: fix memory leak on msix entry
Jiawen Wu
2023-10-13
net: libwx: support hardware statistics
Jiawen Wu
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-06-08
net: txgbe: Support GPIO to SFP socket
Jiawen Wu
2023-05-31
net: libwx: Implement xx_set_features ops
Mengyuan Lou
2023-05-31
net: wangxun: Implement vlan add and kill functions
Mengyuan Lou
2023-05-31
net: wangxun: libwx add rx offload functions
Mengyuan Lou
2023-05-31
net: wangxun: libwx add tx offload functions
Mengyuan Lou
2023-04-20
net: libwx: fix memory leak in wx_setup_rx_resources
Zhengchao Shao
2023-02-10
net: libwx: fix an error code in wx_alloc_page_pool()
Dan Carpenter
2023-02-08
net: libwx: Remove unneeded semicolon
Yang Li
2023-02-08
net: libwx: clean up one inconsistent indenting
Yang Li
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: Add irq flow functions
Mengyuan Lou