aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mana
Commit message (Expand)AuthorAgeFilesLines
* mana: Remove stray semicolonsZhenlei Huang2024-10-311-2/+2
* mana: Stop checking for failures from malloc/mallocarray/buf_ring_alloc(M_WAI...Zhenlei Huang2024-09-303-77/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* mana: Use device_set_desc()Mark Johnston2024-06-271-3/+1
* mana: fix leaking pci resource problem detaching mana deivcesWei Hu2024-02-291-1/+1
* mana: Fix TX CQE error handlingWei Hu2024-01-243-6/+16
* mana: add lro and tso stat countersWei Hu2023-09-183-0/+153
* mana: add ioctl to support toggling offloading featuresWei Hu2023-09-181-1/+76
* mana: fix tso parameters and set hwassist bitsWei Hu2023-09-092-3/+14
* mana: batch ringing RX queue doorbell on receiving packetsWei Hu2023-09-092-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