summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/tom/t4_cpl_io.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:eadler2018-03-291-2/+0
* MFC 329785: Move DDP PCB state into a helper structure.jhb2018-03-271-11/+12
* Partial merge of the SPDX changeseadler2018-03-141-0/+2
* MFC r319506, r319872, r321063, r321103, r321179, r321390, r321435,np2018-03-031-2/+2
* MFC 312906:jhb2017-02-031-6/+6
* MFC r311569, r311657, and r311949.np2017-01-141-4/+15
* MFC 303405: Add support for zero-copy aio_write() on TOE sockets.jhb2016-10-031-8/+477
* cxgbe(4): Changes to the CPL-handler registration mechanism and codenp2016-07-051-44/+25
* Use sbused() instead of sbspace() to avoid signed issues.jhb2016-06-151-5/+3
* cxgbe/t4_tom: Fix inverted assertion in r300895. It is RDMAnp2016-06-141-1/+1
* cxgbe/t4_tom: Exempt RDMA connections from a TCP sanity test for now, tonp2016-05-281-1/+5
* Use DDP to implement zerocopy TCP receive with aio_read().jhb2016-05-071-42/+77
* Set the correct vnet in TOE event handlers.jhb2016-05-061-0/+4
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-1/+1
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,glebius2016-01-071-2/+1
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSInp2015-12-261-212/+135
* Add support for configuring additional virtual interfaces (VIs) on a port.jhb2015-12-031-3/+4
* cxgbe/tom: decide whether to shove segments or not only if there isnp2015-10-301-1/+1
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-10/+10
* cxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.np2015-07-141-9/+7
* cxgbe/tom: return rx credits promptly if the socket buffer's low waternp2015-03-311-8/+14
* Move special DDP handling for closing a connection into a newjhb2015-03-161-13/+1
* cxgbe/tom: do not engage the TOE's payload chopper for payload < 2 MSSnp2015-01-031-5/+20
* cxgbe/tom: fix the MSS calculation for IPv6 connections handled by the TOE.np2015-01-021-2/+12
* cxgbe/tom: log some more details in send_flowc_wr.np2015-01-021-2/+7
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-2/+2
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-12/+12
* Always request a completion for every work request for iWARP. Thenp2014-10-281-1/+1
* Some hooks in cxgbe(4) for the offloaded iSCSI driver.np2014-07-241-14/+329
* Read card capabilities after firmware initialization, instead of settingnp2013-12-141-5/+4
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0np2013-10-141-1/+1
* Rework the tx credit mechanism between the cxgbe/tom drivernp2013-09-091-40/+72
* Fix a miscalculation that caused cxgbe/tom to auto-incrementnp2013-09-091-1/+1
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-281-6/+9
* cxgbe/tom: Allow caller to select the queue (control or data) used tonp2013-06-111-3/+3
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.np2013-05-031-8/+1
* cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. Thisnp2013-03-301-3/+3
* Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE asnp2013-01-261-2/+1
* cxgbe/tom: Handle the case where the chip falls out of DDP mode bynp2012-11-291-12/+16
* cxgbe/tom: Add a flag to indicate that the L2 table entry for annp2012-11-291-7/+41
* Make sure the inp hasn't been dropped before trying to access its socketnp2012-11-061-6/+10
* Always provide sndbuf and MSS values in a flowc command, even when thenp2012-10-171-1/+6
* Whitespace cleanup.np2012-10-171-9/+9
* Avoid a NULL pointer dereference.np2012-08-211-2/+2
* Minor cleanup: use bitwise ops instead of pointless wrappers aroundnp2012-08-211-36/+36
* Support for TCP DDP (Direct Data Placement) in the T4 TOE module.np2012-08-171-37/+124
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwarenp2012-08-161-0/+53
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.np2012-06-221-1/+1
* - Updated TOE support in the kernel.np2012-06-191-0/+1276
OpenPOWER on IntegriCloud