aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mana/mana_en.c
Commit message (Expand)AuthorAgeFilesLines
* mana: support jumbo packet sizeWei Hu2025-12-231-28/+51
* mana: remove redundant doorbell in mana_poll_rx_cq()Wei Hu2025-03-141-7/+0
* mana: refill the rx mbuf in batchWei Hu2025-02-271-30/+97
* mana: Increase default tx and rx ring size to 1024Wei Hu2025-02-241-13/+83
* mana: Remove stray semicolonsZhenlei Huang2024-10-241-2/+2
* mana: Stop checking for failures from malloc/mallocarray/buf_ring_alloc(M_WAI...Zhenlei Huang2024-09-031-41/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* mana: Fix TX CQE error handlingWei Hu2024-01-171-6/+8
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* mana: add lro and tso stat countersWei Hu2023-09-141-0/+12
* mana: add ioctl to support toggling offloading featuresWei Hu2023-09-131-1/+76
* mana: fix tso parameters and set hwassist bitsWei Hu2023-09-041-3/+13
* mana: batch ringing RX queue doorbell on receiving packetsWei Hu2023-08-281-1/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mana: fix a KASSERT panic on recursed lock access in mana_cfg_vportWei Hu2023-08-111-5/+0
* Mechanically convert mana to IfAPIJustin Hibbits2023-02-071-44/+44
* mana(4): Make the code cross-platformLi-Wen Hsu2022-11-041-12/+3
* mana: Fix a couple i386 build errorsWei Hu2022-08-291-0/+6
* mana: some code refactoring and export apis for future RDMA driverWei Hu2022-08-291-11/+64
* mana: Add handling of CQE_RX_TRUNCATEDWei Hu2022-02-151-1/+5
* mana: Add RX fencingWei Hu2022-01-141-5/+66
* mana: fix misc minor handlding issues when error happens.Wei Hu2022-01-131-3/+7
* mana: Fix a typo in a source code commentGordon Bergling2021-11-031-1/+1
* Mana: move mana polling from EQ to CQWei Hu2021-10-261-87/+166
* mana: Cast an unused value to void to quiet a warning.John Baldwin2021-09-251-1/+1
* Remove unused function mana_reset_counters.Wei Hu2021-08-201-9/+0
* Microsoft Azure Network Adapter(MANA) VF supportWei Hu2021-08-201-0/+2699