summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorFilesLines
2026-02-27eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
2026-02-27eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-27eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
2026-02-27eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
2026-02-27eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14
2026-02-27fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck5-63/+55
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck5-0/+205
2025-11-27fbnic: Add handler for reporting link down event statisticsAlexander Duyck1-0/+9
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck9-52/+175
2025-11-27fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interruptAlexander Duyck6-32/+32
2025-11-27eth: fbnic: Fix counter roll-over issueMohsin Bashir1-1/+1
2025-11-26drivers: net: fbnic: Return the true error in fbnic_alloc_napi_vectors.Dimitri Daskalakis1-1/+1
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-21eth: fbnic: access @pp through netmem_desc instead of pageByungchul Park1-1/+2
2025-11-18eth: fbnic: Configure RDE settings for pause frameMohsin Bashir4-4/+28
2025-10-23eth: fbnic: fix integer overflow warning in TLV_MAX_DATA definitionPei Xiao1-1/+1
2025-10-16net: fbnic: Allow builds for all 64 bit architecturesDimitri Daskalakis1-1/+1
2025-10-16net: fbnic: Fix page chunking logic when PAGE_SIZE > 4KDimitri Daskalakis1-0/+1
2025-10-14eth: fbnic: fix various typos in comments and stringsAlok Tiwari3-7/+7
2025-10-09eth: fbnic: fix reporting of alloc_failed qstatsJakub Kicinski5-11/+58
2025-10-09eth: fbnic: fix saving stats from XDP_TX rings on closeJakub Kicinski3-6/+6
2025-10-09eth: fbnic: fix accounting of XDP packetsJakub Kicinski1-15/+15
2025-10-09eth: fbnic: fix missing programming of the default descriptorJakub Kicinski1-0/+8
2025-09-27eth: fbnic: Add support to read lane countMohsin Bashir1-0/+1
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko1-1/+2
2025-09-25eth: fbnic: Read module EEPROMMohsin Bashir3-0/+217
2025-09-18eth: fbnic: add OTP health reporterJakub Kicinski4-0/+90
2025-09-18eth: fbnic: report FW uptime in health diagnoseJakub Kicinski1-0/+29
2025-09-18eth: fbnic: add FW health reporterJakub Kicinski3-1/+170
2025-09-18eth: fbnic: support FW communication for core dumpJakub Kicinski2-0/+252
2025-09-18eth: fbnic: support allocating FW completions with extra spaceJakub Kicinski2-2/+10
2025-09-18eth: fbnic: reprogram TCAMs after FW crashJakub Kicinski3-7/+39
2025-09-18eth: fbnic: factor out clearing the action TCAMJakub Kicinski1-15/+21
2025-09-18eth: fbnic: use fw uptime to detect fw crashesJakub Kicinski3-1/+27
2025-09-18eth: fbnic: make fbnic_fw_log_write() parameter constJakub Kicinski2-2/+2
2025-09-18eth: fbnic: support devmem TxJakub Kicinski2-1/+15
2025-09-09eth: fbnic: support persistent NAPI configJakub Kicinski1-1/+2
2025-09-04eth: fbnic: support queue ops / zero-copy RxJakub Kicinski3-2/+174
2025-09-04eth: fbnic: don't pass NAPI into pp allocJakub Kicinski1-4/+4
2025-09-04eth: fbnic: defer page pool recycling activation to queue startJakub Kicinski1-1/+5
2025-09-04eth: fbnic: allocate unreadable page pool for the payloadsJakub Kicinski1-10/+21
2025-09-04eth: fbnic: split fbnic_fill()Jakub Kicinski1-15/+18
2025-09-04eth: fbnic: split fbnic_enable()Jakub Kicinski1-21/+24
2025-09-04eth: fbnic: split fbnic_flush()Jakub Kicinski1-35/+38
2025-09-04eth: fbnic: split fbnic_disable()Jakub Kicinski1-19/+23
2025-09-04eth: fbnic: request ops lockJakub Kicinski3-8/+18
2025-09-04eth: fbnic: use netmem_ref where applicableJakub Kicinski2-27/+40