aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2020-12-031-0/+11
* cxgbe(4): Revert r367917.Navdeep Parhar2020-12-021-3/+0
* cxgbe(4): Catch up with in-flight netmap rx before destroying queues.Navdeep Parhar2020-11-211-0/+3
* cxgbe(4): fix the size of the iq/eq maps.Navdeep Parhar2020-10-221-0/+2
* cxgbe(4): More fixes for the T6 FCS error counter.Navdeep Parhar2020-10-091-0/+2
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-1/+0
* cxgbe(4): adjust the doorbell threshold for netmap freelists to match theNavdeep Parhar2020-09-291-0/+1
* cxgbe(4): let the PF driver use VM work requests for transmit.Navdeep Parhar2020-09-221-1/+4
* cxgbe(4): add support for stateless offloads for VXLAN traffic.Navdeep Parhar2020-09-181-0/+10
* cxgbe(4): changes in the Tx path to help increase tx coalescing.Navdeep Parhar2020-07-031-0/+18
* cxgbe(4): Add a pointer to the adapter softc in vi_info.Navdeep Parhar2020-06-251-6/+7
* cxgbe(4): Add a tx_len16_to_desc helper.Navdeep Parhar2020-06-231-0/+8
* cxgbe/iw_cxgbe: Add an async callback to notify iw_cxgbe in case of aNavdeep Parhar2020-05-191-0/+1
* Use both crypto engines on a T6.John Baldwin2020-04-101-2/+0
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-1/+1
* cxgbe(4): Split sge_nm_rxq into three cachelines.Navdeep Parhar2020-03-201-9/+14
* Rename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.John Baldwin2020-02-281-4/+4
* Remove the per-TXQ tls_wrs stat.John Baldwin2020-02-131-1/+0
* cxgbe(4): Add pfil(9) hooks to the driver's rx.Navdeep Parhar2020-02-041-0/+2
* cxgbe(4): Retire the allow_mbufs_in_cluster optimization.Navdeep Parhar2020-02-041-29/+14
* cxgbe(4): Avoid ext_arg2 in rxb_free.Navdeep Parhar2020-02-031-0/+2
* cxgbe(4): Initialize the rx buffer's metadata on first-use and not onNavdeep Parhar2020-02-031-1/+0
* cxgbe(4): Use TX_PKTS2 work requests in netmap Tx if it's available.Navdeep Parhar2019-12-101-0/+1
* cxgbe(4): sysctl to reset the temperature/voltage sensor.Navdeep Parhar2019-11-241-0/+1
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-211-1/+35
* Create a file to hold shared routines for dealing with T6 key contexts.John Baldwin2019-11-131-1/+9
* Split Chelsio send tags into a generic base tag and a ratelimit tag.John Baldwin2019-10-221-7/+8
* Always allocate the atid table during attach.John Baldwin2019-10-221-2/+0
* This adds the third step in getting BBR into the tree. BBR andRandall Stewart2019-08-011-0/+1
* cxgbe(4): Count and clear interrupts generated at the software's request.Navdeep Parhar2019-03-281-0/+2
* cxgbe(4): Treat the viid as an opaque identifier.Navdeep Parhar2019-03-201-2/+4
* cxgbe(4): Auto-dump the CIM block's logic analyzer on a TIMER0 interrupt.Navdeep Parhar2019-02-071-0/+1
* cxgbe(4): Auto-dump the device log on a mailbox timeout or when theNavdeep Parhar2019-02-071-0/+1
* cxgbe(4): Improved error reporting and diagnostics.Navdeep Parhar2019-02-011-19/+34
* cxgbe(4): Fall back to a basic configuration in case of any error duringNavdeep Parhar2018-12-061-0/+1
* Move CLIP table handling out of TOM and into the base driver.John Baldwin2018-11-291-0/+6
* Add read-only sysctls for all tunables in the cxgbe(4) driver.John Baldwin2018-11-271-0/+2
* Move the TLS key map into the adapter softc so non-TOE code can use it.John Baldwin2018-11-151-0/+2
* Add a facility for transmitting "raw" work requests on regular NIC queues.John Baldwin2018-11-061-0/+2
* cxgbe(4): Update the VI's default queue when netmap is enabled/disabled.Navdeep Parhar2018-10-251-0/+1
* cxgbe(4): improve the accuracy of various TSO limits reported to the kernel.Navdeep Parhar2018-10-221-0/+1
* cxgbe(4): Link related changes.Navdeep Parhar2018-09-251-47/+0
* cxgbev(4): Updates to the VF driver to cope with recent ifmedia andNavdeep Parhar2018-08-231-0/+2
* cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.Navdeep Parhar2018-08-181-1/+1
* cxgbe(4): Use VLAN_TRUNKDEV instead of private cookie to figure out theNavdeep Parhar2018-08-151-2/+0
* cxgbe(4): Use two hashes instead of a table to keep track ofNavdeep Parhar2018-08-151-1/+1
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-111-2/+1
* cxgbe(4): Create two variants of service_iq, one for queues withNavdeep Parhar2018-08-111-2/+6
* cxgbe(4): Allow the driver to specify a burst size when configuring aNavdeep Parhar2018-08-071-1/+4
* cxgbe(4): Allow user-configured and driver-configured traffic classes toNavdeep Parhar2018-08-061-4/+8