index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
wangxun
/
txgbe
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2026-01-20
net: txgbe: remove the redundant data return in SW-FW mailbox
Jiawen Wu
-2
/
+2
2026-01-17
net: txgbe: convert to use .get_rx_ring_count
Breno Leitao
-4
/
+8
2025-11-20
net: txgbe: support getting module EEPROM by page
Jiawen Wu
-0
/
+77
2025-11-20
net: txgbe: delay to identify modules in .ndo_open
Jiawen Wu
-1
/
+2
2025-11-20
net: txgbe: improve functions of AML 40G devices
Jiawen Wu
-36
/
+137
2025-11-20
net: txgbe: rename the SFP related
Jiawen Wu
-33
/
+34
2025-11-20
net: txgbe: support CR modules for AML devices
Jiawen Wu
-18
/
+44
2025-10-28
net: txgbe: support RSC offload
Jiawen Wu
-0
/
+3
2025-10-28
net: txgbe: support TX head write-back mode
Jiawen Wu
-0
/
+1
2025-10-28
net: txgbe: support RX desc merge mode
Jiawen Wu
-0
/
+1
2025-10-16
net: txgbe: rename txgbe_get_phy_link()
Jiawen Wu
-2
/
+2
2025-10-16
net: txgbe: optimize the flow to setup PHY for AML devices
Jiawen Wu
-36
/
+15
2025-10-16
net: txgbe: expend SW-FW mailbox buffer size to identify QSFP module
Jiawen Wu
-1
/
+3
2025-09-29
net: wangxun: add RSS reta and rxfh fields support
Jiawen Wu
-0
/
+6
2025-08-22
net: wangxun: support to use adaptive RX/TX coalescing
Jiawen Wu
-1
/
+3
2025-07-03
net: wangxun: revert the adjustment of the IRQ vector sequence
Jiawen Wu
-5
/
+5
2025-07-03
net: txgbe: request MISC IRQ in ndo_open
Jiawen Wu
-13
/
+11
2025-06-30
net: txgbe: fix the issue of TX failure
Jiawen Wu
-0
/
+1
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-66
/
+835
2025-05-27
net: txgbe: Support the FDIR rules assigned to VFs
Jiawen Wu
-12
/
+24
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+2
2025-05-26
net: txgbe: Implement SRIOV for AML devices
Jiawen Wu
-0
/
+5
2025-05-26
net: txgbe: Implement PTP for AML devices
Jiawen Wu
-1
/
+13
2025-05-26
net: txgbe: Restrict the use of mismatched FW versions
Jiawen Wu
-0
/
+24
2025-05-26
net: txgbe: Correct the currect link settings
Jiawen Wu
-1
/
+28
2025-05-26
net: txgbe: Support to handle GPIO IRQs for AML devices
Jiawen Wu
-2
/
+391
2025-05-26
net: txgbe: Implement PHYLINK for AML 25G/10G devices
Jiawen Wu
-3
/
+185
2025-05-26
net: txgbe: Distinguish between 40G and 25G devices
Jiawen Wu
-21
/
+50
2025-05-26
net: wangxun: Use specific flag bit to simplify the code
Jiawen Wu
-0
/
+1
2025-05-26
net: txgbe: Remove specified SP type
Jiawen Wu
-26
/
+26
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
-2
/
+2
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+9
2025-05-14
net: txgbe: Fix to calculate EEPROM checksum for AML devices
Jiawen Wu
-1
/
+9
2025-05-14
net: wangxun: Correct clerical errors in comments
Jiawen Wu
-1
/
+1
2025-05-13
net: txgbe: Fix pending interrupt
Jiawen Wu
-6
/
+1
2025-04-22
net: wangxun: restrict feature flags for tunnel packets
Jiawen Wu
-0
/
+1
2025-04-22
net: txgbe: Support to set UDP tunnel port
Jiawen Wu
-0
/
+39
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+2
2025-04-16
net: txgbe: fix memory leak in txgbe_probe() error path
Abdun Nihaal
-1
/
+2
2025-04-15
net: txgbe: Update module description
Jiawen Wu
-1
/
+1
2025-04-09
net: txgbe: add sriov function support
Mengyuan Lou
-4
/
+57
2025-02-24
net: wangxun: Replace the judgement of MAC type with flags
Jiawen Wu
-0
/
+2
2025-02-24
net: txgbe: Add basic support for new AML devices
Jiawen Wu
-2
/
+74
2025-02-20
net: wangxun: Add periodic checks for overflow and errors
Jiawen Wu
-0
/
+1
2025-02-20
net: wangxun: Support to get ts info
Jiawen Wu
-0
/
+2
2025-02-20
net: wangxun: Add support for PTP clock
Jiawen Wu
-0
/
+20
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+1
[next]