aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* bxe(4): Fix two typos in a kernel messagesGordon Bergling2024-02-271-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1624-48/+0
* bxe: prefer C99 bool to boolean_tEd Maste2023-05-011-13/+13
* bxe(4): Use CTLFLAG_RDTUN flag definitionZhenlei Huang2023-04-121-2/+2
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-211-10/+10
* bxe(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* bxe(4): Grammar fix for a source code commentGordon Bergling2022-09-041-1/+1
* bxe(4): Fix two typos in source code commentsGordon Bergling2022-09-031-2/+2
* ddb: use _FLAGS command macros where appropriateMitchell Horne2022-07-051-7/+1
* bxe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-7/+1
* bxe: Quiet set but not used warnings.John Baldwin2022-04-061-6/+5
* bxe(4): Fix a typo in an error messageGordon Bergling2022-04-021-1/+1
* bxe: plug some of set-but-not-used varsMateusz Guzik2021-12-101-12/+1
* ifnet: garbage collect drbr_*_drv().Gleb Smirnoff2021-11-231-1/+1
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-4/+4
* bxe(4): Fix a few common typos in source code commentsGordon Bergling2021-10-272-3/+3
* bxe(4): Mark sysctls and callout MP-safe.Alexander Motin2021-09-031-5/+5
* bxe: tag files to skip clang-format formattingEd Maste2021-08-163-3/+3
* Fix a typo that was introduced while fixing a typoGordon Bergling2021-08-141-1/+1
* Fix a common typo in a commentGordon Bergling2021-08-141-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-86/+318
* 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