aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
Commit message (Expand)AuthorAgeFilesLines
* OFED: A few channges from Linux 5.0John Baldwin2026-06-241-9/+12
* OFED: Various changes from Linux 4.19John Baldwin2026-06-242-48/+16
* OFED: Various changes from Linux 4.17John Baldwin2026-06-243-17/+12
* OFED: Various changes from Linux 4.15John Baldwin2026-06-244-106/+1
* OFED: Various changes from Linux 4.12John Baldwin2026-06-243-57/+57
* bnxt: Report actual link speed, rather than hard-coded 100GbsAndrew Gallatin2026-06-231-1/+1
* RDMA: Fix link active_speed sizeSlava Shwartsman2026-06-171-2/+3
* if_bnxt: add few source files to version controlSumit Saxena2026-06-156-0/+790
* if_bnxt: Add support for HWRM passthrough with multiple DMA buffersSreekanth Reddy2026-06-152-39/+60
* if_bnxt: Fix the Unknown command 0x80000000 ioctl command errorSreekanth Reddy2026-06-151-5/+5
* if_bnxt: Add Firmware crashdump collection supportSreekanth Reddy2026-06-155-7/+361
* if_bnxt/bnxt_re: Update hsi headersSreekanth Reddy2026-06-153-442/+9133
* if_bnxt/bnxt_re: add support for driver snapdumpSreekanth Reddy2026-06-157-48/+591
* bnxt: Fix build / load error for bnxt(4) in kernels without PCI_IOVAndrew Gallatin2026-05-293-6/+39
* bnxt_en: Address review comments for core SR-IOV supportChandrakanth Patil2026-04-284-19/+19
* bnxt_en: VF ring reservation, HWRM registration, and PF-only operation guardsChandrakanth Patil2026-04-286-21/+121
* bnxt_en: Re-enable SR-IOV after firmware resetChandrakanth Patil2026-04-282-0/+13
* bnxt_en: Add per-VF trust, spoof-check and promiscuous controlsChandrakanth Patil2026-04-282-3/+270
* bnxt_en: Add VF forwarded HWRM request handlingChandrakanth Patil2026-04-282-0/+200
* bnxt_en: Add VF load path and PF/VF context differentiationChandrakanth Patil2026-04-284-70/+292
* bnxt_en: Add core SR-IOV infrastructureChandrakanth Patil2026-04-284-28/+631
* bnxt: set hardware checksum only if requiredacazuc2026-02-051-6/+16
* bnxt_re/libbnxtre: Add support for Variable WQE on BCM576xx controllersSreekanth Reddy2026-01-279-85/+194
* bnxt_re: Add support to display board_id in ibv_devinfo outputSreekanth Reddy2026-01-275-1/+31
* bnxt_re: Fix active_speed value when two ports are aggregatedSreekanth Reddy2026-01-278-30/+103
* bnxt_en/re: Use FW defined resource limit for RoCESreekanth Reddy2026-01-277-16/+42
* bnxt_re/libbnxtre: Add RoCE support for BCM576xx controllersSreekanth Reddy2026-01-2713-39/+93
* bnxt: don't set media status if link is downAnaƫlle CAZUC2026-01-261-4/+3
* bnxt: Fix up ioctl opcodes to support IOC_VOID along with IOC_INSumit Saxena2026-01-092-6/+14
* bnxt: fix i2c read to allow access to different addressesAndrew Gallatin2026-01-081-1/+1
* LinuxKPI: pci: implementation of [lkpi_]pci_get_slot()Bjoern A. Zeeb2025-09-291-0/+1
* bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg()Mark Johnston2025-09-111-1/+1
* bnxt(4): Fix typos in a comment and a kernel messageGordon Bergling2025-08-171-2/+2
* LinuxKPI: MODULE_DEVICE_TABLE() factor out the bus specific MODULE_PNP_INFO()Bjoern A. Zeeb2025-07-041-0/+1
* bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media listsKevin Bowling2025-06-141-7/+7
* bnxt: add guards around struct_group macrosBjoern A. Zeeb2025-05-051-0/+4
* bnxt_en: Thor2 Ring counters not incrementing during trafficSreekanth Reddy2025-04-231-1/+4
* bnxt_en: Unhandled async event type 76Sreekanth Reddy2025-04-231-6/+6
* bnxt_en: Thor2 Specific Doorbell related changesSreekanth Reddy2025-04-233-32/+311
* bnxt_en: 400G speed supportSreekanth Reddy2025-04-233-135/+441
* if_bnxt: add support for RX completion record type V3Sreekanth Reddy2025-04-232-0/+5
* bnxt_en: Add backing store V2 supportSreekanth Reddy2025-04-233-18/+153
* bnxt_en: Update HSI headerSreekanth Reddy2025-04-232-169/+2082
* bnxt_en: Add 5760X (Thor2) PCI IDs supportSreekanth Reddy2025-04-235-60/+93
* bnxt_en: Improve sysctl handler bnxt_dcb_list_app()Zhenlei Huang2025-02-141-27/+17
* bnxt_en: Remove pointless NULL check for sysctl arg1Zhenlei Huang2025-02-141-18/+0
* bnxt_en: Fix the description of sysctl knob dev.bnxt.X.dcb.dcbx_capZhenlei Huang2025-02-141-2/+2
* bnxt_en: Retrieve maximum of 128 APP TLVsZhenlei Huang2025-02-144-9/+14
* iflib(4): Replace admin taskqueue group with per-interface taskqueuesKrzysztof Galazka2025-01-242-7/+5
* bnxt: Use IfAPI accessors where ableJustin Hibbits2024-11-133-7/+7