aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Consolidate all mk_set_tcb_field_ulp in one place.Navdeep Parhar2024-05-175-161/+68
* cxgbe(4): sc->port is indexed by port_id and not tx_chan.Navdeep Parhar2024-05-171-1/+1
* cxgbe/tom: Fix the rx channel selection in options2.Navdeep Parhar2024-05-011-2/+4
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-04-303-10/+13
* cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar2024-04-304-7/+17
* cxgbe(4): Minor tweaks to comments.Navdeep Parhar2024-04-301-5/+7
* cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar2024-04-302-2/+2
* cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar2024-04-301-6/+7
* cxgbe(4): Allocate a taskqueue per port instead of per channel.Navdeep Parhar2024-04-303-12/+17
* cxgbe(4): Shared code update to deal with partial failure in query_params.Navdeep Parhar2024-04-291-3/+12
* cxgbe(4): Reword the comment explaining the atid/cookie split.Navdeep Parhar2024-04-292-3/+6
* cxgbe(4): Add missing description for a port type.Navdeep Parhar2024-04-291-0/+1
* cxgbe(4): Retire t4_intr_clear.Navdeep Parhar2024-04-293-96/+0
* cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar2024-04-293-29/+23
* cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar2024-04-294-9/+6
* cxgbe tom: Handle a race condition when enabling TLS offloadJohn Baldwin2024-03-202-4/+13
* cxgbe: Support TCP_USE_DDP on offloaded TOE connectionsJohn Baldwin2024-03-207-59/+853
* ddp: Clear active DDP buffer members to NULL to pacify an assertionJohn Baldwin2024-03-201-1/+8
* cxgbe tom: Enable ULP_MODE_TCPDDP on demandJohn Baldwin2024-01-314-20/+95
* cxgbe tom: Limit TOE connections to 2 reassembly islands alwaysJohn Baldwin2024-01-311-11/+8
* cxgbe: Add counters for POSIX async I/O requests handled by the driverJohn Baldwin2024-01-315-3/+39
* cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar2024-01-093-3/+8
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-2/+2
* cxgbe(4): Add support for netmap offsets.Navdeep Parhar2024-01-081-3/+11
* cxgbe(4): Update firmwares to 1.27.5.0Navdeep Parhar2024-01-044-3/+3
* cxgbe(4): Fix virtual interface reattach.Navdeep Parhar2024-01-032-18/+25
* cxgbe(4): Destroy the tick mutex during VI detach.Navdeep Parhar2024-01-021-0/+1
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-301-10/+4
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-5/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2713-13/+0
* cxgbe(4): Fix tracing with netlink enabled kernels.Navdeep Parhar2023-09-101-14/+7
* cxgbe t4_tls: Call t4_rcvd_locked from do_rx_tls_cmpJohn Baldwin2023-09-081-11/+2
* cxgbe t4_tls: Don't bother returning RX credits for a protocol receive errorJohn Baldwin2023-09-081-17/+1
* cxgbe tom: Call t4_rcvd_locked from do_rx_data to return RX creditsJohn Baldwin2023-09-081-7/+2
* cxgbe(4): Avoid hang on kldunload on netlink enabled kernels.Navdeep Parhar2023-09-051-1/+1
* cxgbe ddp: Trim stale function prototypeJohn Baldwin2023-08-231-2/+0
* tcp_info: Add and export more FreeBSD-specific fieldsMarius Strobl2023-08-221-0/+4
* tcp_fill_info(): Change lock assertion on INPCB to locked onlyMarius Strobl2023-08-221-2/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1611-11/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1645-90/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1627-54/+0
* cxgbe(4): Update firmwares to 1.27.4.0Navdeep Parhar2023-08-164-3/+3
* ddb: Rework macros to make it easier to add new command tables.John Baldwin2023-07-051-4/+3
* cxgbe: Move ethofld_transmit under #ifdef INET || INET.John Baldwin2023-05-201-3/+7
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1244-44/+44
* pmap_{un}map_io_transient: Use bool instead of boolean_t.John Baldwin2023-05-041-6/+6
* cxgbe(4): Update firmwares to version 1.27.3.0Navdeep Parhar2023-04-216-3/+3
* cxgbe(4): Dump the firmware log before falling back to a minimal config.Navdeep Parhar2023-04-201-0/+1
* cxgbe/iw_cxgbe: debug routines to dump STAG (steering tag) entries.Navdeep Parhar2023-04-192-5/+79