aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-03-023-3/+35
* cxgbei: Wait for the final CPL to be received in icl_cxgbei_conn_close.John Baldwin2021-10-292-1/+12
* cxgbei: Support for ISO (iSCSI segmentation offload).John Baldwin2021-10-292-49/+187
* cxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI connections on T6.John Baldwin2021-10-292-7/+16
* cxgbe tom: Free pending iSCSI mbufs on connection shutdown.John Baldwin2021-10-291-0/+1
* cxgbei: Fix a race between transfer setup and a peer reset.John Baldwin2021-10-292-26/+9
* cxgbei: Support DDP for target I/O S/G lists with more than one entry.John Baldwin2021-10-292-0/+196
* cxgbe tom: Account for pre-iSCSI mode data on suspended connections.John Baldwin2021-10-291-3/+27
* cxgbei: Whitespace fixes, comment typo, and rewrap a comment.John Baldwin2021-10-291-5/+4
* cxgbe tom: Set the tid in the work requests to program page pods for iSCSI.John Baldwin2021-10-293-114/+195
* cxgbe/t4_tom: Use stale L2T entry and avoid busy-waiting for resolution.Navdeep Parhar2021-10-201-2/+1
* cxgbe(4): Do not configure traffic classes automatically on attach.Navdeep Parhar2021-10-201-5/+4
* cxgbe(4): Get the number of usable traffic classes from the firmware.Navdeep Parhar2021-10-202-8/+7
* cxgbe(4): Overhaul CLIP (Compressed Local IPv6) table management.Navdeep Parhar2021-10-203-7/+17
* cxgbe(4): Separate the sw- and hw-specific parts of resource allocationsNavdeep Parhar2021-10-201-1/+1
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-10-071-9/+9
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-09-071-1/+4
* cxgbe/tom: Fix potential leak in t4_aiotx_process_job.Navdeep Parhar2021-05-161-2/+1
* cxgbe/t4_tom: restore socket's protosw before entering TIME_WAIT.Navdeep Parhar2021-05-163-2/+15
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-05-162-2/+2
* cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar2021-05-161-1/+1
* cxgbe: Add counters for iSCSI PDUs transmitted via TOE.John Baldwin2021-04-261-0/+3
* cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-04-261-6/+6
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-04-264-22/+26
* cxgbe ddp: Use CPL_COOKIE_DDP* instead of DDP_BUF*_INVALIDATED.John Baldwin2021-04-261-10/+5
* Handle negative return values from syncache_expand().John Baldwin2021-04-261-5/+15
* Don't try to adjust a TLS TOE socket that has been closed.John Baldwin2020-12-301-0/+4
* 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-77/+198
* 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