summaryrefslogtreecommitdiff
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* bxe(4): Fix a typo in a source code commentGordon Bergling2022-11-041-1/+1
* bxe(4): Grammar fix for a source code commentGordon Bergling2022-09-071-1/+1
* bxe(4): Fix two typos in source code commentsGordon Bergling2022-09-061-2/+2
* ddb: use _FLAGS command macros where appropriateMitchell Horne2022-08-111-7/+1
* bxe(4): Fix a typo in an error messageGordon Bergling2022-04-091-1/+1
* bxe: tag files to skip clang-format formattingEd Maste2021-12-123-3/+3
* Fix typo on "Celsius"Elyes HAOUAS2021-12-061-4/+4
* bxe(4): Fix a few common typos in source code commentsGordon Bergling2021-10-302-3/+3
* bxe(4): Mark sysctls and callout MP-safe.Alexander Motin2021-10-041-5/+5
* Fix a typo that was introduced while fixing a typoGordon Bergling2021-08-191-1/+1
* Fix a common typo in a commentGordon Bergling2021-08-191-1/+1
* Remove newline from bxe description, it's not done elsewhere.Warner Losh2020-11-091-1/+1
* Remove support for ancient compilersWarner Losh2020-10-241-3/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-301-1/+1
* Finish removing support from old versionsWarner Losh2020-03-011-84/+1
* Remove FreeBSD 7-10 support from bxe driver.Warner Losh2020-03-012-48/+10
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-18/+16
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-212-91/+59
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-172-11/+11
* Update bxe(4) to use new zlib.Xin LI2019-08-081-1/+1
* Add support for Error RecoveryDavid C Somayajulu2018-10-153-35/+372
* Fixed isses:David C Somayajulu2018-09-171-8/+10
* Fixes for the following issues:David C Somayajulu2018-07-171-14/+30
* Fix build of bxe with base gcc on i386Dimitry Andric2018-06-111-4/+4
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-4/+4
* Fix bxe(4) netdump rx polling.Mark Johnston2018-05-091-1/+1
* Add netdump support to bxe(4).Mark Johnston2018-05-062-0/+60
* Fix Issue with adding MUltiCast Addresses. When multicast addresses areDavid C Somayajulu2018-04-251-41/+63
* dev/bxe: make use of mallocarray(9).Pedro F. Giffuni2018-01-102-2/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2022-0/+44
* Add HPE FlexFabric 10Gb 4-port 536FLR-T device id to the bxe(4) driver.Andrey V. Elsukov2017-07-192-0/+7
* 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu2017-02-275-83/+315
* bxe: enable usage with NetXtreme II BCM57840 2x20GbE chipRoger Pau Monné2017-02-151-0/+6
* r266979 missed a call to enable capabilities of the hw leading to anSean Bruno2016-11-051-0/+1
* Use proper if_getdrvflags() API.Bryan Drewery2016-10-251-2/+2
* 1. Use taskqueue_create() instead of taskqueue_create_fast() for bothDavid C Somayajulu2016-10-183-97/+108
* Revert commitDavid C Somayajulu2016-09-303-112/+70
* Fixes for issues under high workloadsDavid C Somayajulu2016-09-233-70/+112
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Don't enqueue NULL on a drbrRyan Stone2016-08-081-1/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-2/+2
* Don't jam the softc in the device_probe routine. The softc isn't owned byScott Long2016-05-131-7/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-037-31/+31
* 1. Removed -Wno-shift-negative-value from MakefileDavid C Somayajulu2016-04-251-2/+2
* Remove Unused/Dead CodeDavid C Somayajulu2016-04-231-141/+0
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-193-67/+169
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-133-169/+67
* Fix compilation error on i386David C Somayajulu2016-04-131-4/+4
* Fix build failure on i386. Need to typecast a bunch of variables to (uintmax_t)David C Somayajulu2016-04-131-11/+14