index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
wangxun
/
libwx
Age
Commit message (
Expand
)
Author
2026-04-30
net: libwx: use request_irq for VF misc interrupt
Jiawen Wu
2026-04-30
net: libwx: fix VF illegal register access
Jiawen Wu
2026-04-12
net: libwx: improve flow control setting
Jiawen Wu
2026-04-12
net: libwx: wrap-around and reset qmprc counter
Jiawen Wu
2026-04-12
net: wangxun: schedule hardware stats update in watchdog
Jiawen Wu
2026-04-12
net: wangxun: reorder timer and work sync cancellations
Jiawen Wu
2026-04-12
net: wangxun: move ethtool_ops.set_channels into libwx
Jiawen Wu
2026-04-12
net: wangxun: replace busy-wait reset flag with kernel mutex
Jiawen Wu
2026-04-12
net: ngbe: move the WOL functions to libwx
Jiawen Wu
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-06
net: libwx: remove unused rx_buffer_pgcnt
Jiawen Wu
2025-11-20
net: txgbe: improve functions of AML 40G devices
Jiawen Wu
2025-11-20
net: txgbe: rename the SFP related
Jiawen Wu
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-05
net: libwx: fix device bus LAN ID
Jiawen Wu
2025-10-28
net: txgbe: support RSC offload
Jiawen Wu
2025-10-28
net: txgbe: support TX head write-back mode
Jiawen Wu
2025-10-28
net: txgbe: support RX desc merge mode
Jiawen Wu
2025-10-16
net: txgbe: optimize the flow to setup PHY for AML devices
Jiawen Wu
2025-09-29
net: libwx: restrict change user-set RSS configuration
Jiawen Wu
2025-09-29
net: wangxun: add RSS reta and rxfh fields support
Jiawen Wu
2025-09-29
net: libwx: move rss_field to struct wx
Jiawen Wu
2025-09-29
net: libwx: support separate RSS configuration for every pool
Jiawen Wu
2025-09-26
Wangxun: vf: Implement some ethtool apis for get_xxx
Mengyuan Lou
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-04
net: libwx: fix to enable RSS
Jiawen Wu
2025-08-22
net: wangxun: support to use adaptive RX/TX coalescing
Jiawen Wu
2025-08-22
net: wangxun: cleanup the code in wx_set_coalesce()
Jiawen Wu
2025-08-22
net: wangxun: limit tx_max_coalesced_frames_irq
Jiawen Wu
2025-08-22
net: ngbe: change the default ITR setting
Jiawen Wu
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-15
net: libwx: Fix the size in RSS hash key population
Chandra Mohan Sundar
2025-08-13
net: libwx: cleanup VF register macros
Jiawen Wu
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-15
net: libwx: fix multicast packets received count
Jiawen Wu
2025-07-15
net: libwx: properly reset Rx ring descriptor
Jiawen Wu
2025-07-15
net: libwx: fix the using of Rx buffer DMA
Jiawen Wu
2025-07-15
net: libwx: remove duplicate page_pool_put_full_page()
Jiawen Wu
2025-07-09
net: txgbevf: add link update flow
Mengyuan Lou
2025-07-09
net: txgbevf: Support Rx and Tx process path
Mengyuan Lou
2025-07-09
net: txgbevf: init interrupts and request irqs
Mengyuan Lou
2025-07-09
net: txgbevf: add sw init pci info and reset hardware
Mengyuan Lou
2025-07-09
net: wangxun: add txgbevf build
Mengyuan Lou
2025-07-09
net: libwx: add wangxun vf common api
Mengyuan Lou
2025-07-09
net: libwx: add base vf api for vf drivers
Mengyuan Lou
[next]