aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_iov.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Claim T7 based devicesNavdeep Parhar2025-09-291-0/+67
* cxgbe(4): Update the board names of the T6 OCP cards.Navdeep Parhar2024-11-281-3/+3
* cxgbe: handle vlan PF restrictionsKristof Provost2024-06-171-4/+33
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cxgbe: Don't leak memory resource if t4iov attach fails.John Baldwin2023-02-151-3/+12
* cxgbe: Remove unused devclass arguments to *DRIVER_MODULE().John Baldwin2022-04-191-5/+3
* cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar2020-11-091-0/+65
* cxgbev(4): Catch up with the pciids in the PF driver.Navdeep Parhar2019-11-151-10/+10
* cxgbe(4): Update the VF device ids too. This should have been partNavdeep Parhar2017-05-051-1/+1
* cxgbe(4): Update the list of PCIe devices claimed by the driver. AtNavdeep Parhar2017-05-051-0/+14
* Fix a couple of issues with t4iov probe and attach.John Baldwin2017-01-311-0/+12
* cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards willNavdeep Parhar2016-09-161-1/+50
* Whitespace nits.Navdeep Parhar2016-09-151-2/+2
* Remove explicit device_verbose() from the t4iov driver detach routineJohn Baldwin2016-09-121-1/+0
* Use device_verbose() to undo device_quiet() when detaching from t[45]iovX.John Baldwin2016-08-291-2/+7
* Use the port device name for the iov device for Chelsio T4/T5 cards.John Baldwin2016-08-031-6/+10
* Add a driver to create VF devices on Chelsio T4/T5 NICs.John Baldwin2016-07-221-0/+289