aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/crypto/t4_kern_tls.c
Commit message (Expand)AuthorAgeFilesLines
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-7/+7
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-251-2/+1
* cxgbe(4): Add a pointer to the adapter softc in vi_info.Navdeep Parhar2020-06-251-1/+1
* cxgbe(4): Add a tx_len16_to_desc helper.Navdeep Parhar2020-06-231-3/+3
* Mechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEXTPG() to matchGleb Smirnoff2020-05-031-5/+5
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-031-3/+3
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-031-30/+30
* Step 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.Gleb Smirnoff2020-05-021-40/+30
* Step 2.2:Gleb Smirnoff2020-05-021-3/+3
* Continuation of multi page mbuf redesign from r359919.Gleb Smirnoff2020-05-021-9/+9
* cxgbe/crypto: Fix the key size in a couple of places to catch up withNavdeep Parhar2020-04-231-2/+2
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-141-12/+12
* Remove the per-TXQ tls_wrs stat.John Baldwin2020-02-131-1/+0
* cxgbe(4): Use the _XT variant of the CPL used to transmit NIC traffic.Navdeep Parhar2019-12-131-15/+24
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-211-0/+2400