summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/common
AgeCommit message (Expand)Author
9 dayscxgbe(4): Update shared code and config filesNavdeep Parhar
2025-11-24cxgbe: Fix the RSS buildMark Johnston
2025-11-13cxgbe(4): Skip non-existent blocks in the interrupt handlerNavdeep Parhar
2025-11-13cxgbe(4): Expanded interrupt handling for T7Navdeep Parhar
2025-11-12cxgbe(4): T7 related updates to shared codeNavdeep Parhar
2025-09-29cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASICNavdeep Parhar
2025-09-29cxgbe(4): Use hw_port and tx_chan correctly all over the driverNavdeep Parhar
2025-09-29cxgbe(4): Rename lport to hw_port.Navdeep Parhar
2024-06-17cxgbe: handle vlan PF restrictionsKristof Provost
2024-06-17cxgbev(4): Shared code for the VF driver to query a VF's VLAN config.Navdeep Parhar
2024-06-16cxgbev(4): Use the correct source pf for T6 in the VF driver.Navdeep Parhar
2024-05-17cxgbe(4): Consolidate all mk_set_tcb_field_ulp in one place.Navdeep Parhar
2024-04-30cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar
2024-04-30cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar
2024-04-30cxgbe(4): Initialize mps_bg_map to an invalid value if it's not known.Navdeep Parhar
2024-04-30cxgbe(4): Do not read hardware registers to determine the number of ports.Navdeep Parhar
2024-04-29cxgbe(4): Shared code update to deal with partial failure in query_params.Navdeep Parhar
2024-04-29cxgbe(4): Add missing description for a port type.Navdeep Parhar
2024-04-29cxgbe(4): Retire t4_intr_clear.Navdeep Parhar
2024-04-29cxgbe(4): Add a helper function to locate MPS/MAC registers.Navdeep Parhar
2024-04-29cxgbe(4): Remove tx_modq lookup table.Navdeep Parhar
2024-01-09cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-16cxgbe(4): Decode and display some more bits in the PL interrupt handler.Navdeep Parhar
2022-03-25cxgbe(4): Handle FORCE_FEC in pcaps correctly.Navdeep Parhar
2022-02-18cxgbe(4): Changes to the fatal error handler.Navdeep Parhar
2022-01-10cxgbe(4): Fix regression in previous attempt to fix FEC selection.Navdeep Parhar
2022-01-10cxgbe(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar
2022-01-05cxgbe(4): Do not request an FEC that is invalid for the requested speed.Navdeep Parhar
2022-01-03cxgbe(4): Fix stats collection for ports with port_id != tx_chanNavdeep Parhar
2021-11-15cxgbe(4): Change the way t4_shutdown_adapter brings the link(s) down.Navdeep Parhar
2021-11-15cxgbe(4): Keep link configuration compatible with really old firmwares.Navdeep Parhar
2021-11-10cxgbe(4): internal knob for flexible control over FEC selection.Navdeep Parhar
2021-11-09cxgbe(4): sysctl to track the last L1_CFG32 requested by the driver.Navdeep Parhar
2021-09-07cxgbe(4): Display HMA information in meminfo.Navdeep Parhar
2021-07-13cxgbe(4): Skip a few more T5/T6 registers during a regdump.Navdeep Parhar
2021-06-25cxgbe(4): Get the number of usable traffic classes from the firmware.Navdeep Parhar
2021-06-01cxgbe(4): Check if the firmware supports 512 SGL per FR MR.Navdeep Parhar
2021-03-25cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar
2021-02-25cxgbe(4): Read the rx 'c' channel for a port and make it available.Navdeep Parhar
2021-02-19cxgbe(4): Use the correct filter width for T5+.Navdeep Parhar
2021-02-19cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar
2021-02-18cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar
2020-12-29cxgbe: replace zero sized array by flexible arrayToomas Soome
2020-12-03cxgbe(4): two new debug sysctls.Navdeep Parhar
2020-12-03cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar
2020-11-09cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar
2020-11-09cxgbev(4): Use the MAC address set by the the PF if there is one.Navdeep Parhar