aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* Clear TLS offload mode if a TLS socket hangs without receiving data.John Baldwin2020-12-035-24/+45
* Don't transmit mbufs that aren't yet ready on TOE sockets.John Baldwin2020-12-031-3/+6
* Clear TLS offload mode for unsupported cipher suites and versions.John Baldwin2020-12-031-9/+28
* Fix downgrading of TOE TLS sockets to plain TOE.John Baldwin2020-12-031-3/+11
* cxgbe/t4_tom: Handle VXLAN-encapsulated SYNs correctly.Navdeep Parhar2020-11-121-4/+31
* Clear tp->tod in t4_pcb_detach().John Baldwin2020-11-101-0/+1
* vmspace: Convert to refcount(9)Mark Johnston2020-11-041-1/+1
* Handle CPL_RX_DATA on active TLS sockets.John Baldwin2020-10-233-0/+143
* Re-enable receive flow control for TOE TLS sockets.John Baldwin2020-10-194-18/+3
* cxgbe(4): set up the firmware flowc for the tid before send_abort_rpl.Navdeep Parhar2020-10-021-26/+41
* cxgbe(4): Add a pointer to the adapter softc in vi_info.Navdeep Parhar2020-06-252-3/+3
* Switch cxgbe interface lookup to use fibX_lookup() from olderAlexander V. Chernikov2020-06-221-12/+16
* Mechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEXTPG() to matchGleb Smirnoff2020-05-031-1/+1
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-032-4/+4
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-032-17/+17
* Step 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.Gleb Smirnoff2020-05-021-9/+5
* Step 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen() thatGleb Smirnoff2020-05-021-6/+6
* Step 2.2:Gleb Smirnoff2020-05-021-2/+4
* Continuation of multi page mbuf redesign from r359919.Gleb Smirnoff2020-05-022-29/+24
* Add support for KTLS RX over TOE to T6.John Baldwin2020-04-273-76/+197
* Initial support for kernel offload of TLS receive.John Baldwin2020-04-271-1/+7
* Convert TOE routing lookups to the new routing KPI.Alexander V. Chernikov2020-04-222-4/+5
* Set inp_flowid's for TOE connections.John Baldwin2020-04-153-2/+8
* Clear CPL_GET_TCB_RPL handler on module unload.John Baldwin2020-04-151-0/+1
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-142-23/+27
* cxgbe(4): Make sure 'flags' is at the same offset in structs toepcb andNavdeep Parhar2020-04-131-3/+3
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-2/+2
* cxgbe/t4_tom: The MSS in a FLOWC work request must not be 0.Navdeep Parhar2020-03-101-2/+3
* cxgbe/t4_tom: Do not uninitialize a toepcb that has not been initialized.Navdeep Parhar2020-03-062-3/+8
* Rename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.John Baldwin2020-02-281-6/+6
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-081-1/+1
* Expand net epoch in the cxgbe TOE driver to satisfy assertions.John Baldwin2019-12-132-6/+22
* In order for the TCP Handshake to support ECN++, and further ECN-relatedMichael Tuexen2019-12-011-4/+21
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-212-0/+4
* Create a file to hold shared routines for dealing with T6 key contexts.John Baldwin2019-11-131-83/+2
* Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().Gleb Smirnoff2019-11-074-21/+21
* Always allocate the atid table during attach.John Baldwin2019-10-221-5/+0
* Remove an unused parameter from get_new_keyid().John Baldwin2019-10-141-2/+2
* Add support for KTLS in the Chelsio TOE module.John Baldwin2019-10-085-30/+648
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-092-7/+0
* cxgbe/t4_tom: Use the correct value of sndbuf in AIO Tx.Navdeep Parhar2019-08-281-4/+2
* cxgbe/t4_tom: Initialize all TOE connection parameters in one place.Navdeep Parhar2019-08-277-471/+499
* cxgbe/t4_tom: Limit work requests with immediate payload to a singleNavdeep Parhar2019-08-271-1/+1
* cxgbe/t4_tom: Any invalid scaling factor in the hardware's wsf fieldNavdeep Parhar2019-08-231-1/+1
* whitespace nit.Navdeep Parhar2019-08-231-1/+1
* Fix gcc build for cxgbe(4)Li-Wen Hsu2019-07-081-1/+1
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-083-35/+10
* Use unmapped (M_NOMAP) mbufs for zero-copy AIO writes via TOE.John Baldwin2019-07-033-142/+138
* Add support for IFCAP_NOMAP to cxgbe(4).John Baldwin2019-06-291-0/+4
* cxgbe/t4_tom: Tweaks to some of the AIO related CTRs.Navdeep Parhar2019-06-282-15/+19