summaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
Commit message (Expand)AuthorAgeFilesLines
* if_bnxt: Allow bnxt interfaces to use vlansMisho2022-04-271-3/+3
* bnxt(4): Mark sysctls MP-safe.Alexander Motin2021-10-041-23/+23
* bnxt(4): Fix bugs in WOL support.Alexander Motin2021-09-161-3/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-221-3/+1
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* bnxt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-25/+7
* iflib: leave only 1 receive descriptor unusedVincenzo Maffione2020-09-011-3/+2
* bnxt: isc_nrxd_max and isc_ntxd_max must be powers of twoKristof Provost2020-05-202-2/+7
* remove extraneous double ;s in sys/Ed Maste2020-03-302-3/+3
* bnxt(4): Fix ioctls when user addresses are inaccessable.Brooks Davis2020-03-041-25/+24
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-65/+71
* bnxt(4): Eliminate wrong sizeof() expression in memset()Conrad Meyer2020-01-291-5/+7
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-9/+21
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-5/+7
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-192-8/+0
* bnxt(4)Sean Bruno2018-05-181-0/+4
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-8/+8
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-10/+9
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-9/+10
* Add log messages for unknown and unhandled phy typesStephen Hurd2017-12-191-1/+6
* On Link up & down, update media typesStephen Hurd2017-12-191-0/+4
* Support short HWRM commandsStephen Hurd2017-12-194-1/+61
* Don't populate NVRAM sysctls for VFsStephen Hurd2017-12-192-25/+34
* Add byte swapping in bnxt_cfg_async_cr() requestStephen Hurd2017-12-191-3/+3
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-052-1/+4
* Fix issue with VXLAN-ecapsulated rx h/w checksumming.Sean Bruno2017-11-091-2/+4
* bnxt: Add support for new phy_types and speeds - Part #2Stephen Hurd2017-11-061-163/+15
* bnxt: Add support for new phy_types and speedsStephen Hurd2017-10-302-108/+70
* bnxt: add support for Flow control setting using sysctlStephen Hurd2017-10-246-89/+186
* bnxt: fix intermittent VLAN issuesStephen Hurd2017-10-051-0/+1
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-051-2/+1
* Add PNP metadata to more driversConrad Meyer2017-09-261-0/+2
* bnxt: Choose better HW LRO defaults for performanceStephen Hurd2017-09-236-28/+156
* bnxt: Fix driver when attached to a VFStephen Hurd2017-09-214-15/+29
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-2/+1
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-1/+2
* Added support for displaying HW port stats using sysctl.Stephen Hurd2017-09-086-1/+540
* bnxt: Update firmware header file with the latest oneStephen Hurd2017-09-063-1414/+14223
* bnxt: Use correct firmware call for number of queues supportedStephen Hurd2017-09-064-5/+50
* Deprecate unused int isc_max_txqsets and int isc_max_rxqsets as theySean Bruno2017-07-271-4/+4
* bnxt: Implement interrupt coalescing options using sysctl.Sean Bruno2017-07-255-4/+352
* bnxt(4) Enable LRO support, reduxSean Bruno2017-07-034-36/+47
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-3/+3
* Revert r319989 "bnxt(4) Enable LRO support"Sean Bruno2017-06-174-47/+36
* bnxt(4): Implement temporary workaround in driver to report supported mediaSean Bruno2017-06-151-9/+57
* bnxt(4) Enable LRO supportSean Bruno2017-06-154-36/+47
* bnxt: In case of multi queues, have unique name for different IRQs.Sean Bruno2017-06-131-1/+3
* Add version tag to the driver.Sean Bruno2017-05-161-1/+2
* bnxt: Add support for new Broadcom 100Gb adapter BCM57454Sean Bruno2017-05-042-0/+3
* bnxt(4): add support for WOL Magic.Sean Bruno2017-04-074-1/+156