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
/
wangxun
Age
Commit message (
Expand
)
Author
8 days
net: libwx: rename wx_pf_flags to wx_flags
Jiawen Wu
2026-08-27
net: wangxun: use BIT_ULL() to prevent shift overflow on 32-bit archs
Jiawen Wu
2026-08-22
net: libwx: fix concurrent bitmap overwrite in PTP setup
Jiawen Wu
2026-08-22
net: txgbe: fix MISC interrupt unmasking in non-MSI-X mode and device shutdown
Jiawen Wu
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-08-11
net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
Jiawen Wu
2026-08-07
net: wangxun: add pcie error handler
Jiawen Wu
2026-08-07
net: wangxun: implement soft quiesce for PCIe error recovery
Jiawen Wu
2026-08-07
net: wangxun: add reinit parameter to wx->do_reset callback
Jiawen Wu
2026-08-07
net: wangxun: add Tx timeout process
Jiawen Wu
2026-08-07
net: ngbe: implement libwx reset ops
Jiawen Wu
2026-08-03
net: ngbe: correct misleading interrupt comment
Jiawen Wu
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-07-30
net: libwx: fix FDIR ATR queue mismatch for software VLAN packets
Jiawen Wu
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-07-22
net: libwx: disable TX VLAN offload for packets with >2 VLAN tags
Jiawen Wu
2026-07-21
net: libwx: add support for set_coalesce in wx_ethtool_ops_vf
Mengyuan Lou
2026-07-21
net: libwx: add support for set_ringparam in wx_ethtool_ops_vf
Mengyuan Lou
2026-07-21
net: txgbe: fix FDIR filter leak on remove
Chenguang Zhao
2026-07-21
net: txgbe: fix heap overflow when reading module EEPROM
Chenguang Zhao
2026-06-30
net: libwx: fix VMDQ mask for 1-queue mode
Jiawen Wu
2026-06-18
net: wangxun: don't advertise IFF_SUPP_NOFCS
Rongguang Wei
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-11
net: txgbe: initialize PHY interface to 0
Jiawen Wu
2026-06-11
net: txgbe: distinguish module types by checking identifier
Jiawen Wu
2026-06-11
net: txgbe: initialize module info buffer
Jiawen Wu
2026-06-01
net: txgbe: fix phylink leak on AML init failure
Chenguang Zhao
2026-05-28
net: txgbe: rework service event handling
Jiawen Wu
2026-05-28
net: wangxun: avoid statistics updates during device teardown
Jiawen Wu
2026-05-28
net: wangxun: introduce WX_STATE_DOWN to serialize device shutdown state
Jiawen Wu
2026-05-12
net: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
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-23
net: txgbe: fix firmware version check
Jiawen Wu
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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: remove redundant macros
Jiawen Wu
2026-04-12
net: ngbe: move the WOL functions to libwx
Jiawen Wu
2026-04-12
net: ngbe: remove netdev->ethtool->wol_enabled setting
Jiawen Wu
2026-04-09
net: txgbe: fix RTNL assertion warning when remove module
Jiawen Wu
2026-04-08
net: txgbe: leave space for null terminators on property_entry
Fabio Baltieri
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
[next]