aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/iw_cxgbe/mem.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe: Move the STAG and PBL memory pool arenas to the base driverJohn Baldwin2025-09-291-89/+21
* cxgbe(4): T7 ULPTX supports larger data length with MEMIO commandsNavdeep Parhar2025-09-291-3/+10
* cxgbe/iw_cxgbe: Fail early in some callbacks when the RNIC is stopped.Navdeep Parhar2024-08-301-0/+3
* cxgbe/iw_cxgbe: Replace the fatal error flag with a stopped flag.Navdeep Parhar2024-08-281-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cxgbe: Various whitespace fixes.John Baldwin2022-11-151-1/+1
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-281-2/+2
* cxgbe/iw_cxgbe: Support for 512 SGL entries in one memory registration.Navdeep Parhar2021-06-011-2/+1
* cxgbe/iw_cxgbe: correctly enforce the max reg_mr depth.Navdeep Parhar2020-02-181-1/+1
* cxgbe/iw_cxgbe: Do not allow memory registrations with page size greaterNavdeep Parhar2020-01-141-0/+2
* cxgbe/iw_cxgbe: Fix an address calculation in the memory registration code thatNavdeep Parhar2019-01-301-1/+1
* cxgbe/iw_cxgbe: Use DSGLs to write to card's memory when appropriate.Navdeep Parhar2018-12-191-4/+118
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-111-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-071-291/+68
* cxgbe/iw_cxgbe: Remove another bad cast. This should have beenNavdeep Parhar2017-04-061-1/+1
* cxgbe/iw_cxgbe: Replace a magic constant with something more readableNavdeep Parhar2017-04-061-1/+2
* cxgbe/iw_cxgbe: Remove bad cast that resulted in incorrect length forNavdeep Parhar2017-04-061-1/+1
* cxgbe/iw_cxgbe: T6 has no limit on the amount of memory that can beNavdeep Parhar2017-03-281-2/+5
* cxgbe/iw_cxgbe: Do not check the size of the memory region beingNavdeep Parhar2017-03-011-3/+0
* cxgbe/iw_cxgbe: Minor changes for T6.Navdeep Parhar2017-02-231-4/+4
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream LinuxNavdeep Parhar2016-03-211-6/+28
* Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-171-24/+19
* iw_cxgbe: iWARP driver for Chelsio T4/T5 chips. This is a straight portNavdeep Parhar2013-10-171-0/+828