summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)AuthorFilesLines
2025-06-19eth: fbnic: avoid double free when failing to DMA-map FW msgJakub Kicinski1-4/+1
2025-05-21eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmplLee Trager4-15/+16
2025-05-15eth: fbnic: Add devlink dev flash supportLee Trager4-1/+278
2025-05-15eth: fbnic: Add mailbox support for PLDM updatesLee Trager2-0/+228
2025-05-15eth: fbnic: Add support for multiple concurrent completion messagesLee Trager4-22/+87
2025-05-15eth: fbnic: Accept minimum anti-rollback version from firmwareLee Trager2-0/+6
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-143/+231
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck1-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck1-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck1-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck1-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck1-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck4-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck3-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck1-9/+23
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir1-2/+2
2025-04-15eth: fbnic: add support for TTI HW statsMohsin Bashir5-1/+92
2025-04-15eth: fbnic: add support for TMI statsMohsin Bashir5-0/+53
2025-04-15eth: fbnic: add coverage for RXB statsMohsin Bashir5-1/+330
2025-04-15eth: fbnic: add coverage for hw queue statsMohsin Bashir5-8/+147
2025-04-15eth: fbnic: add locking support for hw statsMohsin Bashir3-3/+17
2025-03-10eth: fbnic: fix memory corruption in fbnic_tlv_attr_get_string()Dan Carpenter1-1/+1
2025-03-08eth: fbnic: support ring size configurationJakub Kicinski2-0/+122
2025-03-08eth: fbnic: fix typo in compile assertJakub Kicinski1-1/+1
2025-03-08eth: fbnic: link NAPIs to page poolsJakub Kicinski1-1/+3
2025-03-05eth: fbnic: Replace firmware field macrosLee Trager3-82/+70
2025-03-05eth: fbnic: Update fbnic_tlv_attr_get_string() to work like nla_strscpy()Lee Trager2-11/+32
2025-03-05eth: fbnic: Prepend TSENE FW fields with FBNIC_FWLee Trager2-12/+12
2025-02-25eth: fbnic: Update return value in kdocMohsin Bashir1-1/+1
2025-02-25eth: fbnic: Consolidate PUL_USER CSR sectionMohsin Bashir1-38/+35
2025-02-25eth: fbnic: Add PCIe registers dumpMohsin Bashir2-0/+6
2025-02-21eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir6-8/+121
2025-02-18eth: fbnic: support TCP segmentation offloadJakub Kicinski4-12/+163
2025-02-15net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)1-1/+0
2025-02-13eth: fbnic: re-sort the objects in the MakefileJakub Kicinski1-1/+2
2025-02-13eth: fbnic: report software Tx queue statsJakub Kicinski3-4/+32
2025-02-13eth: fbnic: report software Rx queue statsJakub Kicinski3-9/+51
2025-02-13eth: fbnic: wrap tx queue stats in a structJakub Kicinski3-10/+16
2025-02-10eth: fbnic: support listing tcam content via debugfsAlexander Duyck1-0/+138
2025-02-10eth: fbnic: support n-tuple filtersAlexander Duyck5-1/+660
2025-02-10eth: fbnic: add IP TCAM programmingAlexander Duyck4-0/+389
2025-02-10eth: fbnic: support an additional RSS contextDaniel Zahka1-0/+59
2025-02-06eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when addin...Alexander Duyck1-0/+2
2025-02-06eth: fbnic: add MAC address TCAM to debugfsAlexander Duyck1-0/+36
2025-01-16eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan4-0/+89
2025-01-16eth: fbnic: hwmon: Add support for reading temperature and voltage sensorsSanman Pradhan4-4/+179
2025-01-16eth: fbnic: hwmon: Add completion infrastructure for firmware requestsSanman Pradhan3-0/+93
2025-01-16net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-1/+1
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-126/+0
2025-01-07eth: fbnic: Revert "eth: fbnic: Add hardware monitoring support via HWMON int...Su Hui7-126/+0