index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
meta
/
fbnic
/
fbnic_txrx.h
Age
Commit message (
Expand
)
Author
2026-02-17
eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytes
Bobby Eshleman
2026-01-30
eth fbnic: Add debugfs hooks for tx/rx rings
Mike Marciniszyn (Meta)
2025-11-17
eth: fbnic: Configure RDE settings for pause frame
Mohsin Bashir
2025-10-09
eth: fbnic: fix reporting of alloc_failed qstats
Jakub Kicinski
2025-10-09
eth: fbnic: fix saving stats from XDP_TX rings on close
Jakub Kicinski
2025-09-04
eth: fbnic: support queue ops / zero-copy Rx
Jakub Kicinski
2025-09-04
eth: fbnic: use netmem_ref where applicable
Jakub Kicinski
2025-09-04
eth: fbnic: move page pool pointer from NAPI to the ring struct
Jakub Kicinski
2025-08-19
eth: fbnic: Collect packet statistics for XDP
Mohsin Bashir
2025-08-19
eth: fbnic: Add support for XDP queues
Mohsin Bashir
2025-08-19
eth: fbnic: Add XDP pass, drop, abort support
Mohsin Bashir
2025-08-19
eth: fbnic: Use shinfo to track frags state on Rx
Mohsin Bashir
2025-08-19
eth: fbnic: Update Headroom
Mohsin Bashir
2025-08-19
eth: fbnic: Add support for HDS configuration
Mohsin Bashir
2025-08-05
eth: fbnic: remove the debugging trick of super high page bias
Jakub Kicinski
2025-06-26
eth: fbnic: remove duplicate FBNIC_MAX_.XQS macros
Jakub Kicinski
2025-03-07
eth: fbnic: support ring size configuration
Jakub Kicinski
2025-02-20
eth: fbnic: Add ethtool support for IRQ coalescing
Mohsin Bashir
2025-02-17
eth: fbnic: support TCP segmentation offload
Jakub Kicinski
2025-02-12
eth: fbnic: report software Tx queue stats
Jakub Kicinski
2025-02-12
eth: fbnic: report software Rx queue stats
Jakub Kicinski
2025-02-12
eth: fbnic: wrap tx queue stats in a struct
Jakub Kicinski
2024-12-23
eth: fbnic: support ring channel set while up
Jakub Kicinski
2024-12-23
eth: fbnic: centralize the queue count and NAPI<>queue setting
Alexander Duyck
2024-12-23
eth: fbnic: add IRQ reuse support
Jakub Kicinski
2024-12-23
eth: fbnic: store NAPIs in an array instead of the list
Jakub Kicinski
2024-10-10
eth: fbnic: add ethtool timestamping statistics
Vadim Fedorenko
2024-10-10
eth: fbnic: add RX packets timestamping support
Vadim Fedorenko
2024-08-12
eth: fbnic: add basic rtnl stats
Jakub Kicinski
2024-07-15
eth: fbnic: Add basic Rx handling
Alexander Duyck
2024-07-15
eth: fbnic: Add basic Tx handling
Alexander Duyck
2024-07-15
eth: fbnic: Implement Rx queue alloc/start/stop/free
Alexander Duyck
2024-07-15
eth: fbnic: Implement Tx queue alloc/start/stop/free
Alexander Duyck
2024-07-15
eth: fbnic: Allocate a netdevice and napi vectors with queues
Alexander Duyck