summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bnxt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-3/+6
* Implement the rx side of checksum and vlan offloads too.jmatthew2020-06-091-2/+27
* Make use of vlan and checksum offloads. This involves using the longjmatthew2020-06-091-19/+58
* When creating the rx filter, indicate we want to match against the outermostjmatthew2020-04-271-2/+3
* bnxt: Support MSI-Xsf2019-09-031-3/+8
* implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.jmatthew2019-04-241-1/+35
* Remove FBSDID.kevlo2019-03-151-2/+1
* Increase max mtu to match the linux driver; tested against ixl, which canjmatthew2019-01-221-2/+2
* Report duplex state correctly for adapters with firmware interface versionsjmatthew2018-09-191-4/+18
* cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@jmatthew2018-09-181-7/+7
* put the port into autonegotiate mode on attach, since that's the defaultjmatthew2018-09-101-1/+21
* if the adapter can't determine the phy type on a port, pretend it's baseCRjmatthew2018-09-101-1/+2
* bit rates over 2G won't fit in an int, so use uint64_ts insteadjmatthew2018-09-101-2/+2
* remove some unused variables and otherwise tidy up a bit.jmatthew2018-09-071-11/+3
* Set up an aggregation buffer ring and configure placement mode so datajmatthew2018-08-301-88/+243
* return -1 from the interrupt handler if we didn't find any work to dojmatthew2018-08-261-3/+5
* Include the list of multicast groups in the rx filter configuration.jmatthew2018-08-241-72/+54
* set the rx mask to always accept all vlan tags, making vlan interfacesjmatthew2018-08-241-6/+5
* remove hwrm interface code for nvram reads and writes, firmware updates,jmatthew2018-08-231-429/+1
* rearrange txeof so it processes slots up to the index given in thejmatthew2018-08-231-20/+31
* set interrupt aggregation parameters so we get around 10000 interruptsjmatthew2018-08-231-88/+21
* implement media type detection and forcing of link speed, lightly testedjmatthew2018-07-111-230/+386
* move declarations of hwrm message functions up to the top and make themjmatthew2018-07-111-22/+12
* don't bother checking the rx index matches what we expect, it worksjmatthew2018-07-111-3/+1
* Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet.jmatthew2018-07-091-0/+3319