aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
Commit message (Expand)AuthorAgeFilesLines
* 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-1419/+14228
* 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
* tx and rx interrupts are not combined in bnxt(4) and should be handledSean Bruno2017-04-061-5/+15
* Change the default rss_type to M_HASHTYPE_OPAQUE_HASH.Sean Bruno2017-03-271-1/+1
* Restore changes for RSS routing improvements made in 314369 that wereSean Bruno2017-03-141-14/+33
* IFLIB updatesSean Bruno2017-03-132-49/+47
* bnxt: propagate RSS hash type to the network stack.Stephen Hurd2017-02-282-14/+41
* 2017 IFLIB updates in preparation for commits to e1000 and ixgbe.Sean Bruno2017-01-021-22/+14
* Add new device IDsStephen Hurd2016-11-242-17/+98
* Fix version stringStephen Hurd2016-11-241-1/+1