aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe: Add a 'show t4 memdump' DDB commandJohn Baldwin2024-10-211-10/+66
* cxgbe(4): Use correct synchronization when marking the adapter offline.Navdeep Parhar2024-10-211-2/+7
* cxgbe(4): Allow t4_tom to be unloaded safely.Navdeep Parhar2024-10-213-19/+35
* cxgbe/t4_tom: Remove duplicate unlock in t4_tom_deactivate.Navdeep Parhar2024-10-211-1/+0
* cxgbe(4): Clobber all tracer state on stop and redo only traceq on restart.Navdeep Parhar2024-10-211-0/+11
* cxgbe/t4_tom: Do not set unresolved entries to STALE in t4_l2t_update.Navdeep Parhar2024-10-211-1/+2
* cxgbe/t4_tom: completely avoid L2T entries during stop/suspend.Navdeep Parhar2024-10-211-12/+13
* cxgbe(4): Make sure that the tracing filters are usable after restart.Navdeep Parhar2024-10-211-0/+5
* cxgbe/t4_tom: Demote STALE L2 table entries to RESOLVING in uld_stop.Navdeep Parhar2024-10-211-1/+1
* cxgbe/t4_tom: Add synq entry to the list before calling send_synack.Navdeep Parhar2024-10-211-4/+6
* cxgbe(4): Always report link-down on an abrupt stop.Navdeep Parhar2024-10-211-15/+21
* cxgbe/iw_cxgbe: Fail early in some callbacks when the RNIC is stopped.Navdeep Parhar2024-10-215-0/+18
* cxgbe/iw_cxgbe: c4iw_connect should return a negative errno.Navdeep Parhar2024-10-211-2/+1
* cxgbe/iw_cxgbe: Tidy up a couple of CTRs in c4iw_create_listen.Navdeep Parhar2024-10-211-3/+2
* cxgbe/iw_cxgbe: Replace the fatal error flag with a stopped flag.Navdeep Parhar2024-10-214-14/+19
* cxgbe(4): Export the core suspend/resume functionality to other modules.Navdeep Parhar2024-10-212-23/+33
* cxgbe(4): reset routine for general use.Navdeep Parhar2024-10-211-5/+11
* cxgbe(4): Stop work request queues in a reliable manner.Navdeep Parhar2024-10-213-3/+37
* cxgbe/iw_cxgbe: Fix typo in assertion.Navdeep Parhar2024-10-211-1/+1
* cxgbe/t4_tom: bugfixes in stop/restart.Navdeep Parhar2024-10-213-23/+52
* cxgbe/iw_cxgbe: Add a placeholder uld_restart.Navdeep Parhar2024-10-211-0/+8
* cxgbe/t4_tom: Implement uld_stop and uld_restart for ULD_TOM.Navdeep Parhar2024-10-215-72/+409
* cxgbe/t4_tom: Track all synq entries in a per-adapter list.Navdeep Parhar2024-10-213-0/+16
* cxgbe(4): Stop and restart the L2T allocator with the LLD.Navdeep Parhar2024-10-214-5/+47
* cxgbe(4): Stop and restart the atid allocator with the LLD.Navdeep Parhar2024-10-212-1/+33
* cxgbe(4): Basic infrastructure for ULDs to participate in adapter reset.Navdeep Parhar2024-10-213-154/+191
* cxgbe(4): Changes to ULD list management.Navdeep Parhar2024-10-215-130/+97
* cxgbe(4): Make no assumptions about the start and size of the L2T table.Navdeep Parhar2024-10-214-19/+27
* cxgbe/t4_tom: Free up hardware resources when the final CPL is received.Navdeep Parhar2024-10-211-19/+39
* cxgbe/t4_tom: Detach the toep from the tcpcb when entering TIME_WAIT.Navdeep Parhar2024-10-213-1/+4
* cxgbe(4): Tidy up t4_l2t.hNavdeep Parhar2024-10-211-3/+1
* 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): Consolidate all mk_set_tcb_field_ulp in one place.Navdeep Parhar2024-07-175-161/+68
* 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
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-122-21/+5