aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe: Remove most uses of sysctl_wire_old_bufferJohn Baldwin2024-11-291-140/+27
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-082-22/+5
* cxgbe(4): Stop checking for failures from malloc/mb_alloc_ext_pgs(M_WAITOK)Zhenlei Huang2024-09-302-8/+0
* cxgbe: Flush transmitted packets more regularly in netmap modeMark Johnston2024-08-081-13/+12
* cxgbe(4): Do not report link state change during interface detach.Navdeep Parhar2024-07-171-1/+1
* cxgbe(4): sc->port is indexed by port_id and not tx_chan.Navdeep Parhar2024-07-171-1/+1
* cxgbe/tom: Fix the rx channel selection in options2.Navdeep Parhar2024-07-171-2/+4
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-07-173-10/+13
* cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar2024-07-174-7/+17
* cxgbe(4): Minor tweaks to comments.Navdeep Parhar2024-07-171-5/+7
* cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar2024-07-172-2/+2
* cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar2024-07-171-6/+7
* cxgbe(4): Allocate a taskqueue per port instead of per channel.Navdeep Parhar2024-07-173-12/+17
* cxgbe(4): Shared code update to deal with partial failure in query_params.Navdeep Parhar2024-07-171-3/+12
* cxgbe(4): Reword the comment explaining the atid/cookie split.Navdeep Parhar2024-07-172-3/+6
* cxgbe(4): Add missing description for a port type.Navdeep Parhar2024-07-171-0/+1
* cxgbe(4): Retire t4_intr_clear.Navdeep Parhar2024-07-173-96/+0
* cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar2024-07-173-29/+23
* cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar2024-07-174-9/+6
* cxgbev(4): Pay attention to the VLAN configuration for the VF.Navdeep Parhar2024-07-023-5/+18
* cxgbev(4): Shared code for the VF driver to query a VF's VLAN config.Navdeep Parhar2024-07-022-0/+28
* cxgbe(4): New knob to limit driver to the specified types of doorbells.Navdeep Parhar2024-07-023-0/+26
* cxgbe(4): Do not issue an L1CFG command from a VF.Navdeep Parhar2024-07-021-17/+19
* cxgbev(4): Use the correct source pf for T6 in the VF driver.Navdeep Parhar2024-07-021-1/+4
* cxgbe: handle vlan PF restrictionsKristof Provost2024-07-022-7/+37
* ddp: Clear active DDP buffer members to NULL to pacify an assertionJohn Baldwin2024-04-081-1/+8
* cxgbe: Add counters for POSIX async I/O requests handled by the driverJohn Baldwin2024-04-085-3/+39
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-2/+2
* cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar2024-01-113-3/+8
* cxgbe(4): Update firmwares to 1.27.5.0Navdeep Parhar2024-01-114-3/+3
* cxgbe(4): Fix virtual interface reattach.Navdeep Parhar2024-01-112-18/+25
* cxgbe(4): Destroy the tick mutex during VI detach.Navdeep Parhar2024-01-111-0/+1
* cxgbe(4): Update firmwares to 1.27.4.0Navdeep Parhar2024-01-114-3/+3
* cxgbe(4): Update firmwares to version 1.27.3.0Navdeep Parhar2024-01-116-3/+3
* cxgbe(4): Dump the firmware log before falling back to a minimal config.Navdeep Parhar2024-01-111-0/+1
* cxgbe/iw_cxgbe: debug routines to dump STAG (steering tag) entries.Navdeep Parhar2024-01-112-5/+79
* cxgbe(4): Allow tracing filters on loopback ports.Navdeep Parhar2024-01-111-1/+2
* cxgbe(4): Remove dead code.Navdeep Parhar2024-01-111-4/+0
* tcp_info: Add and export more FreeBSD-specific fieldsMarius Strobl2024-01-061-0/+4
* tcp_fill_info(): Change lock assertion on INPCB to locked onlyMarius Strobl2024-01-051-2/+2
* cxgbe t4_tls: Call t4_rcvd_locked from do_rx_tls_cmpJohn Baldwin2023-10-111-11/+2
* cxgbe t4_tls: Don't bother returning RX credits for a protocol receive errorJohn Baldwin2023-10-111-17/+1
* cxgbe tom: Call t4_rcvd_locked from do_rx_data to return RX creditsJohn Baldwin2023-10-111-7/+2
* cxgbe ddp: Trim stale function prototypeJohn Baldwin2023-09-061-2/+0
* cxgbe: Don't leak memory resource if t4iov attach fails.John Baldwin2023-09-061-3/+12
* ccr: Retire ccr_softc member in struct adapter.John Baldwin2023-09-062-41/+41
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2311-11/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2345-90/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2327-54/+0