aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mana
Commit message (Expand)AuthorAgeFilesLines
* mana: support jumbo packet sizeWei Hu31 hours3-31/+65
* mana: remove redundant doorbell in mana_poll_rx_cq()Wei Hu2025-03-141-7/+0
* mana: refill the rx mbuf in batchWei Hu2025-02-273-30/+114
* mana: Increase default tx and rx ring size to 1024Wei Hu2025-02-243-16/+119
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+6
* mana: Remove stray semicolonsZhenlei Huang2024-10-241-2/+2
* gdma: use ispower2Doug Moore2024-09-281-1/+1
* mana: Stop checking for failures from malloc/mallocarray/buf_ring_alloc(M_WAI...Zhenlei Huang2024-09-033-77/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* log2: move log2 functions from linuxkpi to libkernDoug Moore2024-06-241-12/+0
* dev/mana: replace power2 functionDoug Moore2024-06-241-1/+1
* mana: Use device_set_desc()Mark Johnston2024-06-161-3/+1
* libkern: add ilog2 macroDoug Moore2024-06-031-9/+0
* mana: fix leaking pci resource problem detaching mana deivcesWei Hu2024-02-131-1/+1
* mana: Fix TX CQE error handlingWei Hu2024-01-173-6/+16
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+5
* mana: add lro and tso stat countersWei Hu2023-09-143-0/+153
* mana: add ioctl to support toggling offloading featuresWei Hu2023-09-131-1/+76
* mana: fix tso parameters and set hwassist bitsWei Hu2023-09-042-3/+14
* mana: batch ringing RX queue doorbell on receiving packetsWei Hu2023-08-282-2/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-13/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+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-072-51/+51
* mana(4): Make the code cross-platformLi-Wen Hsu2022-11-041-12/+3
* Fix various places which cast a pointer to a uint64_t or vice versa.John Baldwin2022-09-282-6/+6
* 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-295-31/+311
* mana: add rmb load fence to comply with hw specWei Hu2022-08-151-0/+4
* mana: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* mana: Add handling of CQE_RX_TRUNCATEDWei Hu2022-02-151-1/+5
* mana: Add RX fencingWei Hu2022-01-142-5/+68
* mana: fix misc minor handlding issues when error happens.Wei Hu2022-01-133-9/+17
* mana: Improve the HWC error handlingWei Hu2022-01-132-45/+33
* Mana: report OS info to PF driverWei Hu2022-01-101-0/+11
* mana: Fix a typo in a source code commentGordon Bergling2021-11-031-1/+1
* Mana: move mana polling from EQ to CQWei Hu2021-10-265-214/+193
* 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-2012-0/+8223