summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/meta
AgeCommit message (Expand)Author
2025-05-20eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmplLee Trager
2025-05-15eth: fbnic: Add devlink dev flash supportLee Trager
2025-05-15eth: fbnic: Add mailbox support for PLDM updatesLee Trager
2025-05-15eth: fbnic: Add support for multiple concurrent completion messagesLee Trager
2025-05-15eth: fbnic: Accept minimum anti-rollback version from firmwareLee Trager
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir
2025-04-15eth: fbnic: add support for TTI HW statsMohsin Bashir
2025-04-15eth: fbnic: add support for TMI statsMohsin Bashir
2025-04-15eth: fbnic: add coverage for RXB statsMohsin Bashir
2025-04-15eth: fbnic: add coverage for hw queue statsMohsin Bashir
2025-04-15eth: fbnic: add locking support for hw statsMohsin Bashir
2025-03-10eth: fbnic: fix memory corruption in fbnic_tlv_attr_get_string()Dan Carpenter
2025-03-07eth: fbnic: support ring size configurationJakub Kicinski
2025-03-07eth: fbnic: fix typo in compile assertJakub Kicinski
2025-03-07eth: fbnic: link NAPIs to page poolsJakub Kicinski
2025-03-04eth: fbnic: Replace firmware field macrosLee Trager
2025-03-04eth: fbnic: Update fbnic_tlv_attr_get_string() to work like nla_strscpy()Lee Trager
2025-03-04eth: fbnic: Prepend TSENE FW fields with FBNIC_FWLee Trager
2025-02-25eth: fbnic: Update return value in kdocMohsin Bashir
2025-02-25eth: fbnic: Consolidate PUL_USER CSR sectionMohsin Bashir
2025-02-25eth: fbnic: Add PCIe registers dumpMohsin Bashir
2025-02-20eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir
2025-02-17eth: fbnic: support TCP segmentation offloadJakub Kicinski
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-02-12eth: fbnic: re-sort the objects in the MakefileJakub Kicinski
2025-02-12eth: fbnic: report software Tx queue statsJakub Kicinski
2025-02-12eth: fbnic: report software Rx queue statsJakub Kicinski
2025-02-12eth: fbnic: wrap tx queue stats in a structJakub Kicinski
2025-02-10eth: fbnic: support listing tcam content via debugfsAlexander Duyck
2025-02-10eth: fbnic: support n-tuple filtersAlexander Duyck
2025-02-10eth: fbnic: add IP TCAM programmingAlexander Duyck
2025-02-10eth: fbnic: support an additional RSS contextDaniel Zahka
2025-02-06eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when addin...Alexander Duyck
2025-02-06eth: fbnic: add MAC address TCAM to debugfsAlexander Duyck
2025-01-15eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan
2025-01-15eth: fbnic: hwmon: Add support for reading temperature and voltage sensorsSanman Pradhan
2025-01-15eth: fbnic: hwmon: Add completion infrastructure for firmware requestsSanman Pradhan
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-07eth: fbnic: Revert "eth: fbnic: Add hardware monitoring support via HWMON int...Su Hui
2025-01-07eth: fbnic: update fbnic_poll return valueMohsin Bashir