summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* cxgbe: delete now-redundant vnet declsRyan Libby2017-10-172-20/+0
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+2
* Avoid reusing the wrong buffer for a DDP AIO request.John Baldwin2017-09-152-1/+4
* cxgbe/t4_tom: There may not be a tid to update if the connection isn'tNavdeep Parhar2017-08-311-0/+2
* cxgbe/t4_tom: Add a knob to select the congestion control algorigthmNavdeep Parhar2017-08-312-0/+6
* cxgbe/t4_tom: Use correct name for the ISS-valid bit in options2.Navdeep Parhar2017-08-151-1/+1
* cxgbe/t4_tom: Log more details about the newly ESTABLISHED tid to theNavdeep Parhar2017-07-191-2/+2
* cxgbe/t4_tom: Do not include space taken by the TCP timestamp option inNavdeep Parhar2017-06-271-0/+2
* cxgbe/t4_tom: sbspace on listening sockets is no longer supported (as ofNavdeep Parhar2017-06-271-3/+4
* cxgbe/t4_tom: Per-connection rate limiting for TCP sockets handled byNavdeep Parhar2017-05-053-1/+88
* cxgbe/t4_tom: Fix CLIP entry refcounting on the passive side. EveryNavdeep Parhar2017-02-064-6/+9
* Unregister CPL handlers for TOE-related messages when unloading TOM.John Baldwin2017-01-275-6/+30
* Don't drop a reference to the TOE PCB in undo_offload_socket().John Baldwin2017-01-271-2/+0
* cxgbe/tom: Fix a case where do_pass_accept_req wasn't properly restoringNavdeep Parhar2017-01-181-0/+1
* cxgbe/tom: Add VIMAGE support to the TOE driver.Navdeep Parhar2017-01-116-57/+114
* cxgbe/t4_tom: Fix tid accounting. An offloaded IPv6 connection uses 2Navdeep Parhar2017-01-074-12/+18
* Fix comment in t4_tom. No functional change.Navdeep Parhar2017-01-071-1/+4
* Remove a a duplicated word.Eitan Adler2016-09-291-1/+1
* cxgbe/t4_tom: Update the active/passive open code to support T6. DataNavdeep Parhar2016-09-172-40/+65
* cxgbe/t4_tom: The SMAC entry for a VI is at a different location in the T6.Navdeep Parhar2016-09-171-2/+1
* cxgbe/t4_tom: toepcb should be all-zero on allocation because the codeNavdeep Parhar2016-09-051-1/+1
* cxgbe/t4_tom: Two new routines to allocate and write page pods for aNavdeep Parhar2016-09-012-0/+150
* cxgbe/t4_tom: Add general purpose routines to deal with page pod regionsNavdeep Parhar2016-08-313-110/+160
* cxgbe/t4_tom: The page pod arena allocates from pod address space andNavdeep Parhar2016-08-041-1/+1
* cxgbe/t4_tom: Read the chip's DDP page sizes and save them in aNavdeep Parhar2016-08-022-11/+27
* Add support for zero-copy aio_write() on TOE sockets.John Baldwin2016-07-273-26/+524
* Remove redundant declaration for tcp_dooptions, similar to r302576Enji Cooper2016-07-111-3/+0
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-058-116/+84
* cxgbe(4): Do not bring up an interface when IFCAP_TOE is enabled on it.Navdeep Parhar2016-06-291-2/+2
* Account for AIO socket operations in thread/process resource usage.John Baldwin2016-06-211-0/+6
* Use sbused() instead of sbspace() to avoid signed issues.John Baldwin2016-06-151-5/+3
* Move backend-specific fields of kaiocb into a union.John Baldwin2016-06-151-20/+25
* cxgbe/t4_tom: Fix inverted assertion in r300895. It is RDMANavdeep Parhar2016-06-141-1/+1
* cxgbe/t4_tom: Exempt RDMA connections from a TCP sanity test for now, toNavdeep Parhar2016-05-281-1/+5
* Move the KTR for the update of ddp_active_id on each completion underJohn Baldwin2016-05-201-0/+2
* Use DDP to implement zerocopy TCP receive with aio_read().John Baldwin2016-05-074-684/+1264
* Set the correct vnet in TOE event handlers.John Baldwin2016-05-062-0/+6
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-101-25/+0
* cxgbe: catch up with the latest hardware-related definitions.Navdeep Parhar2016-02-191-11/+1
* More fixes to the build.Gleb Smirnoff2016-01-273-3/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+1
* Convert cxgb/cxgbe to the new routing API.Alexander V. Chernikov2016-01-071-21/+21
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-071-2/+1
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-1/+1
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSINavdeep Parhar2015-12-264-238/+173
* Add support for configuring additional virtual interfaces (VIs) on a port.John Baldwin2015-12-035-76/+103
* cxgbe/tom: decide whether to shove segments or not only if there isNavdeep Parhar2015-10-301-1/+1
* Add a comment that to clarify how to determine the amount of received DDPJohn Baldwin2015-09-101-0/+13