aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/common
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar2024-07-172-10/+5
* cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar2024-07-171-2/+10
* cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar2024-07-171-1/+1
* cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar2024-07-171-6/+7
* cxgbe(4): Shared code update to deal with partial failure in query_params.Navdeep Parhar2024-07-171-3/+12
* cxgbe(4): Add missing description for a port type.Navdeep Parhar2024-07-171-0/+1
* cxgbe(4): Retire t4_intr_clear.Navdeep Parhar2024-07-172-94/+0
* cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar2024-07-172-20/+18
* cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar2024-07-172-6/+3
* cxgbev(4): Shared code for the VF driver to query a VF's VLAN config.Navdeep Parhar2024-07-022-0/+28
* 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-021-3/+4
* cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar2024-01-113-3/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-232-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-236-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-257-7/+7
* cxgbe(4): Decode and display some more bits in the PL interrupt handler.Navdeep Parhar2023-02-021-1/+19
* cxgbe(4): Handle FORCE_FEC in pcaps correctly.Navdeep Parhar2022-04-021-6/+9
* 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-42/+157
* 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