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
/
meta
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' 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
-1
/
+1
2026-02-19
eth: fbnic: Advertise supported XDP features.
Dimitri Daskalakis
-0
/
+2
2026-02-18
eth: fbnic: Add validation for MTU changes
Dimitri Daskalakis
-0
/
+18
2026-02-17
eth: fbnic: set DMA_HINT_L4 for all flows
Bobby Eshleman
-3
/
+5
2026-02-17
eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytes
Bobby Eshleman
-1
/
+1
2026-02-17
eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0
Bobby Eshleman
-11
/
+14
2026-02-13
fbnic: close fw_log race between users and teardown
Chengfeng Ye
-10
/
+12
2026-01-30
eth fbnic: Add debugfs hooks for tx/rx rings
Mike Marciniszyn (Meta)
-1
/
+400
2026-01-30
eth fbnic: Add debugfs hooks for firmware mailbox
Mike Marciniszyn (Meta)
-1
/
+50
2026-01-23
net: fbnic: convert to use .get_rx_ring_count
Breno Leitao
-4
/
+8
2026-01-20
eth: fbnic: Update RX mbox timeout value
Mohsin Bashir
-5
/
+14
2026-01-20
eth: fbnic: Remove retry support
Mohsin Bashir
-19
/
+5
2026-01-20
eth: fbnic: Reuse RX mailbox pages
Mohsin Bashir
-9
/
+16
2026-01-20
eth: fbnic: Allocate all pages for RX mailbox
Mohsin Bashir
-5
/
+9
2026-01-20
eth: fbnic: Use GFP_KERNEL to allocting mbx pages
Mohsin Bashir
-2
/
+1
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
-2
/
+6
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+0
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-11-27
fbnic: Replace use of internal PCS w/ Designware XPCS
Alexander Duyck
-63
/
+55
2025-11-27
fbnic: Add SW shim for MDIO interface to PMD and PCS
Alexander Duyck
-0
/
+205
2025-11-27
fbnic: Add handler for reporting link down event statistics
Alexander Duyck
-0
/
+9
2025-11-27
fbnic: Add logic to track PMD state via MAC/PCS signals
Alexander Duyck
-52
/
+175
2025-11-27
fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interrupt
Alexander Duyck
-32
/
+32
2025-11-26
eth: fbnic: Fix counter roll-over issue
Mohsin Bashir
-1
/
+1
2025-11-25
drivers: net: fbnic: Return the true error in fbnic_alloc_napi_vectors.
Dimitri Daskalakis
-1
/
+1
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-1
/
+0
2025-11-20
eth: fbnic: access @pp through netmem_desc instead of page
Byungchul Park
-1
/
+2
2025-11-17
eth: fbnic: Configure RDE settings for pause frame
Mohsin Bashir
-4
/
+28
2025-10-22
eth: fbnic: fix integer overflow warning in TLV_MAX_DATA definition
Pei Xiao
-1
/
+1
2025-10-16
net: fbnic: Allow builds for all 64 bit architectures
Dimitri Daskalakis
-1
/
+1
2025-10-16
net: fbnic: Fix page chunking logic when PAGE_SIZE > 4K
Dimitri Daskalakis
-0
/
+1
2025-10-14
eth: fbnic: fix various typos in comments and strings
Alok Tiwari
-7
/
+7
2025-10-09
eth: fbnic: fix reporting of alloc_failed qstats
Jakub Kicinski
-11
/
+58
2025-10-09
eth: fbnic: fix saving stats from XDP_TX rings on close
Jakub Kicinski
-6
/
+6
2025-10-09
eth: fbnic: fix accounting of XDP packets
Jakub Kicinski
-15
/
+15
2025-10-09
eth: fbnic: fix missing programming of the default descriptor
Jakub Kicinski
-0
/
+8
2025-09-26
eth: fbnic: Add support to read lane count
Mohsin Bashir
-0
/
+1
2025-09-26
ethtool: add FEC bins histogram report
Vadim Fedorenko
-1
/
+2
2025-09-25
eth: fbnic: Read module EEPROM
Mohsin Bashir
-0
/
+217
2025-09-18
eth: fbnic: add OTP health reporter
Jakub Kicinski
-0
/
+90
2025-09-18
eth: fbnic: report FW uptime in health diagnose
Jakub Kicinski
-0
/
+29
2025-09-18
eth: fbnic: add FW health reporter
Jakub Kicinski
-1
/
+170
2025-09-18
eth: fbnic: support FW communication for core dump
Jakub Kicinski
-0
/
+252
2025-09-18
eth: fbnic: support allocating FW completions with extra space
Jakub Kicinski
-2
/
+10
2025-09-18
eth: fbnic: reprogram TCAMs after FW crash
Jakub Kicinski
-7
/
+39
2025-09-18
eth: fbnic: factor out clearing the action TCAM
Jakub Kicinski
-15
/
+21
2025-09-18
eth: fbnic: use fw uptime to detect fw crashes
Jakub Kicinski
-1
/
+27
2025-09-18
eth: fbnic: make fbnic_fw_log_write() parameter const
Jakub Kicinski
-2
/
+2
2025-09-18
eth: fbnic: support devmem Tx
Jakub Kicinski
-1
/
+15
[next]