summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/meta
Commit message (Expand)AuthorAgeFilesLines
* eth: fbnic: fix memory corruption in fbnic_tlv_attr_get_string()Dan Carpenter2025-03-101-1/+1
* eth: fbnic: support ring size configurationJakub Kicinski2025-03-072-0/+122
* eth: fbnic: fix typo in compile assertJakub Kicinski2025-03-071-1/+1
* eth: fbnic: link NAPIs to page poolsJakub Kicinski2025-03-071-1/+3
* eth: fbnic: Replace firmware field macrosLee Trager2025-03-043-82/+70
* eth: fbnic: Update fbnic_tlv_attr_get_string() to work like nla_strscpy()Lee Trager2025-03-042-11/+32
* eth: fbnic: Prepend TSENE FW fields with FBNIC_FWLee Trager2025-03-042-12/+12
* eth: fbnic: Update return value in kdocMohsin Bashir2025-02-251-1/+1
* eth: fbnic: Consolidate PUL_USER CSR sectionMohsin Bashir2025-02-251-38/+35
* eth: fbnic: Add PCIe registers dumpMohsin Bashir2025-02-252-0/+6
* eth: fbnic: Add ethtool support for IRQ coalescingMohsin Bashir2025-02-206-8/+121
* eth: fbnic: support TCP segmentation offloadJakub Kicinski2025-02-174-12/+163
* net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)2025-02-141-1/+0
* eth: fbnic: re-sort the objects in the MakefileJakub Kicinski2025-02-121-1/+2
* eth: fbnic: report software Tx queue statsJakub Kicinski2025-02-123-4/+32
* eth: fbnic: report software Rx queue statsJakub Kicinski2025-02-123-9/+51
* eth: fbnic: wrap tx queue stats in a structJakub Kicinski2025-02-123-10/+16
* eth: fbnic: support listing tcam content via debugfsAlexander Duyck2025-02-101-0/+138
* eth: fbnic: support n-tuple filtersAlexander Duyck2025-02-105-1/+660
* eth: fbnic: add IP TCAM programmingAlexander Duyck2025-02-104-0/+389
* eth: fbnic: support an additional RSS contextDaniel Zahka2025-02-101-0/+59
* eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when addin...Alexander Duyck2025-02-061-0/+2
* eth: fbnic: add MAC address TCAM to debugfsAlexander Duyck2025-02-061-0/+36
* eth: fbnic: Add hardware monitoring support via HWMON interfaceSanman Pradhan2025-01-154-0/+89
* eth: fbnic: hwmon: Add support for reading temperature and voltage sensorsSanman Pradhan2025-01-154-4/+179
* eth: fbnic: hwmon: Add completion infrastructure for firmware requestsSanman Pradhan2025-01-153-0/+93
* net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2025-01-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-097-126/+0
|\
| * eth: fbnic: Revert "eth: fbnic: Add hardware monitoring support via HWMON int...Su Hui2025-01-077-126/+0
* | eth: fbnic: update fbnic_poll return valueMohsin Bashir2025-01-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-031-1/+1
|\|
| * eth: fbnic: fix csr boundary for RPM RAM sectionMohsin Bashir2024-12-231-1/+1
* | eth: fbnic: support ring channel set while upJakub Kicinski2024-12-237-6/+143
* | eth: fbnic: support ring channel get and set while downJakub Kicinski2024-12-232-0/+67
* | eth: fbnic: centralize the queue count and NAPI<>queue settingAlexander Duyck2024-12-233-33/+70
* | eth: fbnic: add IRQ reuse supportJakub Kicinski2024-12-235-22/+63
* | eth: fbnic: store NAPIs in an array instead of the listJakub Kicinski2024-12-234-60/+71
* | eth: fbnic: let user control the RSS hash fieldsAlexander Duyck2024-12-231-0/+50
* | eth: fbnic: support setting RSS configurationAlexander Duyck2024-12-231-0/+55
* | eth: fbnic: don't reset the secondary RSS indir tableJakub Kicinski2024-12-231-3/+1
* | eth: fbnic: support querying RSS configAlexander Duyck2024-12-231-0/+103
* | eth: fbnic: reorder ethtool codeJakub Kicinski2024-12-231-79/+79
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-191-2/+0
|\
| * eth: fbnic: don't disable the PCI device twiceJakub Kicinski2024-11-181-2/+0
* | eth: fbnic: add RPC hardware statisticsSanman Pradhan2024-11-185-0/+167
* | eth: fbnic: add PCIe hardware statisticsSanman Pradhan2024-11-185-0/+201
* | eth: fbnic: add basic debugfs structureJakub Kicinski2024-11-184-1/+50
* | eth: fbnic: add missing header guardsJakub Kicinski2024-11-181-0/+5
* | eth: fbnic: add missing SPDX headersJakub Kicinski2024-11-183-0/+9
* | eth: fbnic: Add support to dump registersMohsin Bashir2024-11-145-1/+186