summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-19eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis-0/+2
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis-0/+18
2026-02-17eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman-3/+5
2026-02-17eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman-1/+1
2026-02-17eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman-11/+14
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye-10/+12
2026-01-30eth fbnic: Add debugfs hooks for tx/rx ringsMike Marciniszyn (Meta)-1/+400
2026-01-30eth fbnic: Add debugfs hooks for firmware mailboxMike Marciniszyn (Meta)-1/+50
2026-01-23net: fbnic: convert to use .get_rx_ring_countBreno Leitao-4/+8
2026-01-20eth: fbnic: Update RX mbox timeout valueMohsin Bashir-5/+14
2026-01-20eth: fbnic: Remove retry supportMohsin Bashir-19/+5
2026-01-20eth: fbnic: Reuse RX mailbox pagesMohsin Bashir-9/+16
2026-01-20eth: fbnic: Allocate all pages for RX mailboxMohsin Bashir-5/+9
2026-01-20eth: fbnic: Use GFP_KERNEL to allocting mbx pagesMohsin Bashir-2/+1
2026-01-14net: add bare bone queue configsPavel Begunkov-2/+6
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck-63/+55
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck-0/+205
2025-11-27fbnic: Add handler for reporting link down event statisticsAlexander Duyck-0/+9
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck-52/+175
2025-11-27fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interruptAlexander Duyck-32/+32
2025-11-26eth: fbnic: Fix counter roll-over issueMohsin Bashir-1/+1
2025-11-25drivers: net: fbnic: Return the true error in fbnic_alloc_napi_vectors.Dimitri Daskalakis-1/+1
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-20eth: fbnic: access @pp through netmem_desc instead of pageByungchul Park-1/+2
2025-11-17eth: fbnic: Configure RDE settings for pause frameMohsin Bashir-4/+28
2025-10-22eth: fbnic: fix integer overflow warning in TLV_MAX_DATA definitionPei Xiao-1/+1
2025-10-16net: fbnic: Allow builds for all 64 bit architecturesDimitri Daskalakis-1/+1
2025-10-16net: fbnic: Fix page chunking logic when PAGE_SIZE > 4KDimitri Daskalakis-0/+1
2025-10-14eth: fbnic: fix various typos in comments and stringsAlok Tiwari-7/+7
2025-10-09eth: fbnic: fix reporting of alloc_failed qstatsJakub Kicinski-11/+58
2025-10-09eth: fbnic: fix saving stats from XDP_TX rings on closeJakub Kicinski-6/+6
2025-10-09eth: fbnic: fix accounting of XDP packetsJakub Kicinski-15/+15
2025-10-09eth: fbnic: fix missing programming of the default descriptorJakub Kicinski-0/+8
2025-09-26eth: fbnic: Add support to read lane countMohsin Bashir-0/+1
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko-1/+2
2025-09-25eth: fbnic: Read module EEPROMMohsin Bashir-0/+217
2025-09-18eth: fbnic: add OTP health reporterJakub Kicinski-0/+90
2025-09-18eth: fbnic: report FW uptime in health diagnoseJakub Kicinski-0/+29
2025-09-18eth: fbnic: add FW health reporterJakub Kicinski-1/+170
2025-09-18eth: fbnic: support FW communication for core dumpJakub Kicinski-0/+252
2025-09-18eth: fbnic: support allocating FW completions with extra spaceJakub Kicinski-2/+10
2025-09-18eth: fbnic: reprogram TCAMs after FW crashJakub Kicinski-7/+39
2025-09-18eth: fbnic: factor out clearing the action TCAMJakub Kicinski-15/+21
2025-09-18eth: fbnic: use fw uptime to detect fw crashesJakub Kicinski-1/+27
2025-09-18eth: fbnic: make fbnic_fw_log_write() parameter constJakub Kicinski-2/+2
2025-09-18eth: fbnic: support devmem TxJakub Kicinski-1/+15