aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_vf.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbev(4): Make sure that the iq/eq map sizes are correct for VFs.Navdeep Parhar2020-11-121-2/+5
* cxgbev(4): Use the MAC address set by the the PF if there is one.Navdeep Parhar2020-11-091-1/+12
* cxgbe(4): changes in the Tx path to help increase tx coalescing.Navdeep Parhar2020-07-031-0/+8
* cxgbe(4): Add a pointer to the adapter softc in vi_info.Navdeep Parhar2020-06-251-0/+1
* cxgbev(4): Catch up with the pciids in the PF driver.Navdeep Parhar2019-11-151-10/+10
* cxgbev(4): Enable 32b port capabilities in the VF driver.Navdeep Parhar2019-03-021-0/+6
* cxgbev(4): Initialize debug_flags from the environment like in the PF driver.Navdeep Parhar2019-02-081-0/+1
* cxgbev(4): Updates to the VF driver to cope with recent ifmedia andNavdeep Parhar2018-08-231-0/+4
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-111-1/+1
* cxgbe(4): Do not forward interrupts to queues with freelists. ThisNavdeep Parhar2017-12-221-5/+0
* cxgbe(4): Combine all _10g and _1g tunables and drop the suffix fromNavdeep Parhar2017-11-151-81/+36
* cxgbe(4): Update the VF device ids too. This should have been partNavdeep Parhar2017-05-051-0/+14
* cxgbe(4): Support routines for Tx traffic scheduling.Navdeep Parhar2017-05-021-3/+0
* cxgbe(4): Updates to link configuration.Navdeep Parhar2016-12-301-2/+0
* cxgbe(4): Use the port's top speed to figure out whether it is "highNavdeep Parhar2016-09-241-2/+2
* cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards willNavdeep Parhar2016-09-161-4/+58
* Whitespace nits.Navdeep Parhar2016-09-151-3/+3
* Chelsio T4/T5 VF driver.John Baldwin2016-09-071-0/+950