aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
Commit message (Expand)AuthorAgeFilesLines
* 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
* bnxt(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-18/+0
* /sys/dev/bnxt: Enable NPAR support on BCM57504Vinícius Ferrão2024-07-072-0/+5
* LinuxKPI: Add min_not_zero() to linux/minmax.hVladimir Kondratyev2024-06-061-0/+2
* bnxt_re: Explicitly cast pointer-to-integer conversionsMark Johnston2024-05-282-2/+2
* RDMA/bnxt_re: Add bnxt_re RoCE driverSumit Saxena2024-05-2816-0/+22768
* bnxt_en: Driver version update to 230.0.133.0Chandrakanth patil2024-05-281-1/+1
* bnxt_en: Firmware header version update to 1.10.3.42Chandrakanth patil2024-05-282-3774/+16903
* bnxt_en: Firmware error recovery supportChandrakanth patil2024-05-286-83/+1141
* bnxt_en: Added support for priority queues extended statsChandrakanth patil2024-05-284-7/+277
* bnxt_en: L2-RoCE driver communication interfaceChandrakanth patil2024-05-2810-339/+1923
* bnxt_en: Add PFC, ETS & App TLVs protocols supportChandrakanth patil2024-05-2814-203/+1975
* if_bnxt: Set 1G/10G baseT force speed as auto speedsChandrakanth Patil2024-03-073-5/+23
* if_bnxt: 50G, 100G and 200G PAM4 supportChandrakanth Patil2024-03-074-39/+284
* if_bnxt: Pluggable Module Display SupportSumit Saxena2024-03-073-0/+107
* if_bnxt: Implementation of Extended Port Hardware Stats Support for THOR Cont...Chandrakanth Patil2024-03-076-137/+419
* if_bnxt: Integrate AOC Cable Support into Current 40G PHY SpeedChandrakanth Patil2024-03-071-0/+4
* if_bnxt: Update Firmware Header to Latest Version 1.10.2.136Chandrakanth Patil2024-03-071-856/+15042
* if_bnxt: Update Maximum Configurable MTU from 9000 to 9600Chandrakanth Patil2024-03-071-1/+1
* if_bnxt: Enabled support for 1G SX, CX, and LX forced speed settingsChandrakanth Patil2024-03-071-0/+3
* if_bnxt: Incorrect Labeling of Supported Medium in `ifconfig -m <inf>` CommandChandrakanth Patil2024-03-071-1/+1
* if_bnxt: Fix media speed update issue in "ifconfig -m" during PHY hot plugChandrakanth Patil2024-03-072-0/+3
* if_bnxt: Correcting the firmware package version parsing logicSumit Saxena2024-03-061-21/+37
* bnxt: Handle errors from copyout() in ioctl handlersMark Johnston2024-01-041-68/+44
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Update a couple of tools to not embed __FBSDID in generated filesJohn Baldwin2023-09-251-6/+0
* bnxt: Don't restart on VLAN changesKevin Bowling2023-08-241-0/+13
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-172-3/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* IfAPI: Finish conversion of bnxt(4) to IfAPI.Justin Hibbits2023-01-312-3/+3
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-212-4/+4
* bnxt: Only filter out i386Warner Losh2022-11-051-1/+1
* if_bnxt: Added support for mgmt interface for passthrough hwrmsSumit Saxena2022-11-046-4/+588