aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/iw_cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/iw_cxgbe: Fail early in some callbacks when the RNIC is stopped.Navdeep Parhar2024-10-215-0/+18
* cxgbe/iw_cxgbe: c4iw_connect should return a negative errno.Navdeep Parhar2024-10-211-2/+1
* cxgbe/iw_cxgbe: Tidy up a couple of CTRs in c4iw_create_listen.Navdeep Parhar2024-10-211-3/+2
* cxgbe/iw_cxgbe: Replace the fatal error flag with a stopped flag.Navdeep Parhar2024-10-214-14/+19
* cxgbe/iw_cxgbe: Fix typo in assertion.Navdeep Parhar2024-10-211-1/+1
* cxgbe/iw_cxgbe: Add a placeholder uld_restart.Navdeep Parhar2024-10-211-0/+8
* cxgbe(4): Changes to ULD list management.Navdeep Parhar2024-10-211-9/+10
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1212-12/+12
* cxgbe/iw_cxgbe: debug routines to dump STAG (steering tag) entries.Navdeep Parhar2023-04-192-5/+79
* cxgbe/iw_cxgbe: Always set a vnet around calls to IN_LOOPBACK.Navdeep Parhar2023-04-011-13/+25
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-072-11/+11
* cxgbe: stop open-coding kref accessMateusz Guzik2022-12-052-4/+4
* cxgbe: Various whitespace fixes.John Baldwin2022-11-153-8/+8
* cxgbe: use standard sototcpcb() accessor macro to get socket's tcpcbGleb Smirnoff2022-10-191-1/+1
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-071-1/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* cxgbe/iw_cxgbe: c4iw_zero_addr should not use IN_ZERONET.Navdeep Parhar2022-05-191-2/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* cxgbe/iw_cxgbe: Initialize the vma correctly in c4iw_mmap.Navdeep Parhar2022-04-011-2/+2
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-101-0/+10
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-285-103/+70
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-122-18/+18
* cxgbe/iw_cxgbe: Support for 512 SGL entries in one memory registration.Navdeep Parhar2021-06-015-10/+13
* cxgbe(4): Remove some dead code.Navdeep Parhar2021-05-191-2/+0
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-261-3/+3
* cxgbe: remove unused linux headersBjoern A. Zeeb2021-03-262-3/+0
* 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