summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/common
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Changes to the fatal error handler.Navdeep Parhar2022-03-022-34/+24
* cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-03-021-4/+0
* cxgbe(4): Fix regression in previous attempt to fix FEC selection.Navdeep Parhar2022-02-281-6/+7
* cxgbe(4): Do not request an FEC that is invalid for the requested speed.Navdeep Parhar2022-02-281-0/+16
* cxgbe(4): Fix stats collection for ports with port_id != tx_chanNavdeep Parhar2022-02-281-2/+2
* cxgbe(4): Change the way t4_shutdown_adapter brings the link(s) down.Navdeep Parhar2022-02-281-11/+13
* cxgbe(4): Keep link configuration compatible with really old firmwares.Navdeep Parhar2022-02-281-0/+8
* cxgbe(4): internal knob for flexible control over FEC selection.Navdeep Parhar2022-02-282-7/+25
* cxgbe(4): sysctl to track the last L1_CFG32 requested by the driver.Navdeep Parhar2022-02-282-0/+2
* cxgbe(4): Display HMA information in meminfo.Navdeep Parhar2021-10-201-1/+1
* cxgbe(4): Skip a few more T5/T6 registers during a regdump.Navdeep Parhar2021-10-201-2/+4
* cxgbe(4): Get the number of usable traffic classes from the firmware.Navdeep Parhar2021-10-201-0/+1
* cxgbe(4): Check if the firmware supports 512 SGL per FR MR.Navdeep Parhar2021-10-201-0/+1
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-05-161-0/+5
* cxgbe(4): Use the correct filter width for T5+.Navdeep Parhar2021-05-163-1/+6
* cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar2021-05-162-39/+154
* cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar2021-05-162-3/+3
* cxgbe(4): Read the rx 'c' channel for a port and make it available.Navdeep Parhar2021-04-261-0/+18
* cxgbe: replace zero sized array by flexible arrayToomas Soome2020-12-291-2/+2
* cxgbe(4): two new debug sysctls.Navdeep Parhar2020-12-032-0/+50
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2020-12-032-0/+28
* cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar2020-11-092-0/+44
* cxgbev(4): Use the MAC address set by the the PF if there is one.Navdeep Parhar2020-11-092-0/+48
* cxgbe(4): Fix page fault in t4_get_lb_stats with 2 port T5 cards.Navdeep Parhar2020-10-191-9/+12
* cxgbe(4): Do not request FEC when requesting speeds that don't have FEC.Navdeep Parhar2020-10-141-1/+1
* cxgbe(4): More fixes for the T6 FCS error counter.Navdeep Parhar2020-10-091-27/+4
* cxgbe(4): add support for stateless offloads for VXLAN traffic.Navdeep Parhar2020-09-182-12/+4
* cxgbe(4): Get the count of FCS errors from the MAC and not MPS for T6 ports.Navdeep Parhar2020-09-141-1/+27
* cxgbe(4): Use large clusters for TOE rx queues when TOE+TLS is enabled.Navdeep Parhar2020-08-232-1/+18
* cxgbe(4): Some updates to the common code.Navdeep Parhar2020-07-243-91/+607
* cxgbe(4): changes in the Tx path to help increase tx coalescing.Navdeep Parhar2020-07-031-0/+1
* cxgbe(4): Congestion drops are maintained per E-channel and not perNavdeep Parhar2020-02-191-1/+2
* cxgbe(4): Allow the driver to specify multiple FECs that the firmwareNavdeep Parhar2019-11-262-56/+115
* NIC KTLS for Chelsio T6 adapters.John Baldwin2019-11-213-0/+26
* cxgbe(4): Use correct size while converting lpacaps32 to nativeNavdeep Parhar2019-10-311-1/+1
* cxgbe(4): Use correct FetchBurstMin values for T6.Navdeep Parhar2019-10-251-0/+5
* cxgbe(4): Completely ignore all top level interrupts that are not enabled.Navdeep Parhar2019-07-121-7/+6
* cxgbe/t4_tom: Add a "TCB history" feature that samples hardware stateNavdeep Parhar2019-04-221-1/+2
* cxgbe(4): Add a flag to indicate that bits in interrupt cause but not inNavdeep Parhar2019-04-021-47/+82
* cxgbe(4): Treat the viid as an opaque identifier.Navdeep Parhar2019-03-202-21/+42
* cxgbe(4): Use correct port_info in the call to is_bt().Navdeep Parhar2019-02-251-1/+1
* cxgbe(4): Ignore unused interrupts.Navdeep Parhar2019-02-101-0/+1
* cxgbe(4): Auto-dump the CIM block's logic analyzer on a TIMER0 interrupt.Navdeep Parhar2019-02-071-1/+5
* cxgbe(4): Auto-dump the device log on a mailbox timeout or when theNavdeep Parhar2019-02-071-3/+11
* cxgbe(4): Improved error reporting and diagnostics.Navdeep Parhar2019-02-012-659/+1213
* cxgbe(4): Clear FW_OK if the firmware reports an error.Navdeep Parhar2019-01-041-1/+3
* cxgbe(4): Fall back to a basic configuration in case of any error duringNavdeep Parhar2018-12-062-90/+28
* cxgbe(4): Link related changes.Navdeep Parhar2018-09-252-121/+368
* cxgbe(4): Avoid overflow while calculating channel rate.Navdeep Parhar2018-08-211-1/+1
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-091-0/+7