aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/iw_cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Switch cxgbe interface lookup to use fibX_lookup() from olderAlexander V. Chernikov2020-06-221-12/+13
* cxgbe/iw_cxgbe: Add an async callback to notify iw_cxgbe in case of aNavdeep Parhar2020-05-192-33/+51
* cxgbe/iw_cxgbe: Create a LinuxKPI pci device for an adapter and use itNavdeep Parhar2020-04-222-2/+9
* cxgbe/iw_cxgbe: Do not start the EP timer if soaccept fails.Navdeep Parhar2020-04-151-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* 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-143-4/+13
* cxgbe/iw_cxgbe: Support 64b length in the memory registration routines.Navdeep Parhar2019-12-091-6/+5
* cxgbe(4): Use correct FetchBurstMin values for T6.Navdeep Parhar2019-10-251-2/+4
* cxgbe/t4_tom: Initialize all TOE connection parameters in one place.Navdeep Parhar2019-08-271-1/+1
* cxgbe/iw_cxgbe: Remove unused field from the endpoint structure.Navdeep Parhar2019-06-282-2/+0
* iw_cxgbe: Remove unused smac_idx from the ep structure.Navdeep Parhar2019-03-191-1/+0
* cxgbe/iw_cxgbe: Fix an address calculation in the memory registration code thatNavdeep Parhar2019-01-301-1/+1
* cxgbe/iw_cxgbe: Remove redundant CTRs from c4iw_alloc/c4iw_rdev_open.Navdeep Parhar2018-12-201-22/+0
* cxgbe/iw_cxgbe: Do not terminate CTRx messages with \n.Navdeep Parhar2018-12-204-14/+14
* cxgbe/iw_cxgbe: Use -ve errno when interfacing with linuxkpi/OFED.Navdeep Parhar2018-12-201-6/+6
* cxgbe/iw_cxgbe: Add a knob for testing that lets iWARP connections cycleNavdeep Parhar2018-12-201-1/+32
* cxgbe/iw_cxgbe: Use DSGLs to write to card's memory when appropriate.Navdeep Parhar2018-12-195-6/+132
* cxgbe/iw_cxgbe: Suppress spurious "Unexpected streaming data ..."Navdeep Parhar2018-11-022-5/+46
* cxgbe/iw_cxgbe: Install the socket upcall before calling soconnect toNavdeep Parhar2018-10-291-5/+7
* cxgbe/iw_cxgbe: save the ep in the driver-private provider_data field.Navdeep Parhar2018-10-231-0/+1
* cxgbe/iw_cxgbe: Fix reported build breakage when the kernelNavdeep Parhar2018-09-131-0/+2
* cxgbe/iw_cxgbe: Fix iWARP RDMA + VIMAGE operation by setting the VNETNavdeep Parhar2018-08-291-0/+9
* Remove unused stuff from iw_cxgbe.hNavdeep Parhar2018-08-121-16/+0
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-113-4/+4
* Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky2018-03-051-1/+2
* iw_cxgbe: Remove declaration of a function that no longer exists.Navdeep Parhar2018-02-071-1/+0
* cxgbe/iw_cxgbe: Remove duplicates to fix compilation with recent gcc.Navdeep Parhar2018-01-131-3/+0
* cxgbe/iw_cxgbe: Fix iWARP over VLANs (catch up with r326169).Navdeep Parhar2017-12-271-15/+19
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2712-12/+36
* Fix iw_cxgbe build in the projects branch.Navdeep Parhar2017-11-141-16/+0
* Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-079-1191/+1982
* The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky2017-10-201-0/+19
* cxgbe/iw_cxgbe: Set TCP_NODELAY before initiating connection so thatNavdeep Parhar2017-09-011-5/+14
* cxgbe(4): Update T6/T5/T4 firmwares to 1.16.59.0.Navdeep Parhar2017-08-291-1/+1
* cxgbe/iw_cxgbe: Log the end point's history and flags to the traceNavdeep Parhar2017-07-281-0/+2
* cxgbe/iw_cxgbe: Disable debug output by default. The help text for the sysctlNavdeep Parhar2017-06-271-1/+1
* cxgbe/iw_cxgbe: Catch up with r319722. The socket lock is not the same as theNavdeep Parhar2017-06-271-3/+2
* cxgbe/iw_cxgbe: sodisconnect failures are harmless and should not beNavdeep Parhar2017-05-241-5/+3
* cxgbe/iw_cxgbe: Pull in some updates to c4iw_wait_for_reply from theNavdeep Parhar2017-04-251-21/+42
* cxgbe/iw_cxgbe: Report the actual values of various parameters asNavdeep Parhar2017-04-143-24/+24
* cxgbe/iw_cxgbe: Report accurate page_size_cap in ib_query_device.Navdeep Parhar2017-04-141-1/+1
* cxgbe/iw_cxgbe: hw supports 64K (not 32K) Protection Domains.Navdeep Parhar2017-04-141-1/+1
* 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: Defer the handling of error CQEs and RDMA_TERMINATE toNavdeep Parhar2017-03-272-69/+118
* cxgbe/iw_cxgbe: Remove unused code.Navdeep Parhar2017-03-271-11/+0
* cxgbe/iw_cxgbe: allocations that use GFP_KERNEL (which is M_WAITOK onNavdeep Parhar2017-03-251-22/+0