aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/common/common.h
Commit message (Expand)AuthorAgeFilesLines
* cxgbev(4): Shared code for the VF driver to query a VF's VLAN config.Navdeep Parhar2024-06-171-0/+1
* cxgbe(4): Consolidate all mk_set_tcb_field_ulp in one place.Navdeep Parhar2024-05-171-0/+42
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-04-301-1/+3
* cxgbe(4): Retire t4_intr_clear.Navdeep Parhar2024-04-291-1/+0
* cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar2024-04-291-0/+1
* cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar2024-04-291-1/+3
* cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar2024-01-091-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cxgbe(4): Changes to the fatal error handler.Navdeep Parhar2022-02-181-1/+2
* cxgbe(4): internal knob for flexible control over FEC selection.Navdeep Parhar2021-11-101-0/+2
* cxgbe(4): sysctl to track the last L1_CFG32 requested by the driver.Navdeep Parhar2021-11-091-0/+1
* cxgbe(4): Display HMA information in meminfo.Navdeep Parhar2021-09-071-1/+1
* cxgbe(4): Get the number of usable traffic classes from the firmware.Navdeep Parhar2021-06-251-0/+1
* cxgbe(4): Check if the firmware supports 512 SGL per FR MR.Navdeep Parhar2021-06-011-0/+1
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-251-0/+5
* cxgbe(4): Use the correct filter width for T5+.Navdeep Parhar2021-02-191-0/+1
* cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar2021-02-191-5/+4
* cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar2021-02-181-1/+1
* cxgbe(4): two new debug sysctls.Navdeep Parhar2020-12-031-0/+16
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2020-12-031-0/+2
* cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar2020-11-091-0/+2
* cxgbev(4): Use the MAC address set by the the PF if there is one.Navdeep Parhar2020-11-091-0/+2
* cxgbe(4): add support for stateless offloads for VXLAN traffic.Navdeep Parhar2020-09-181-1/+1
* cxgbe(4): Use large clusters for TOE rx queues when TOE+TLS is enabled.Navdeep Parhar2020-08-231-0/+2
* cxgbe(4): Some updates to the common code.Navdeep Parhar2020-07-241-1/+30
* cxgbe(4): changes in the Tx path to help increase tx coalescing.Navdeep Parhar2020-07-031-0/+1
* cxgbe(4): Allow the driver to specify multiple FECs that the firmwareNavdeep Parhar2019-11-261-19/+30
* cxgbe(4): Treat the viid as an opaque identifier.Navdeep Parhar2019-03-201-4/+6
* cxgbe(4): Improved error reporting and diagnostics.Navdeep Parhar2019-02-011-8/+2
* cxgbe(4): Fall back to a basic configuration in case of any error duringNavdeep Parhar2018-12-061-3/+2
* cxgbe(4): Link related changes.Navdeep Parhar2018-09-251-15/+29
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-091-0/+7
* cxgbe(4): Allow the driver to specify a burst size when configuring aNavdeep Parhar2018-08-071-1/+1
* cxgbe(4): Improvements in TID management.Navdeep Parhar2018-08-021-8/+4
* cxgbe(4): Consider all supported speeds when building the ifmedia listNavdeep Parhar2018-05-301-2/+2
* cxgbe(4): Fix range checks in is_etid.Navdeep Parhar2018-05-241-2/+3
* cxgbe(4): Filtering related features and fixes.Navdeep Parhar2018-05-151-0/+1
* cxgbe(4): Determine whether the firmware supports the FILTER2 workNavdeep Parhar2018-05-101-0/+1
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-091-0/+6
* cxgbe: Implement tcp_info handler for connections handled by t4_tom.Navdeep Parhar2018-04-031-0/+6
* cxgbe(4): Read the MFG diags version from the VPD and make it availableNavdeep Parhar2017-12-211-1/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-191-0/+1
|\
| * cxgbe(4): Add core Vdd to the sysctl MIB.Navdeep Parhar2017-11-171-0/+1
* | Fix iw_cxgbe build in the projects branch.Navdeep Parhar2017-11-141-0/+3
* | Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-071-0/+5
|/
* cxgbe(4): Read the MPS buffer group map from the firmware as it could beNavdeep Parhar2017-10-241-0/+2
* cxgbe(4): Allow the TOE timer tunables to be set with microsecondNavdeep Parhar2017-08-041-5/+2
* cxgbe(4): Some updates to the common code.Navdeep Parhar2017-07-261-22/+38