aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe.c
Commit message (Expand)AuthorAgeFilesLines
* ifnet: Remove if_getamcount()Mark Johnston2024-09-041-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-13/+3
* bxe: Use device_set_descf()Mark Johnston2024-06-161-10/+1
* bxe(4): Fix two typos in a kernel messagesGordon Bergling2024-02-271-2/+2
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+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: 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
* bxe(4): Mark sysctls and callout MP-safe.Alexander Motin2021-09-031-5/+5
* 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 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-011-10/+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-211-68/+57
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-10/+10
* Add support for Error RecoveryDavid C Somayajulu2018-10-151-24/+347
* 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-061-0/+59
* 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-101-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add HPE FlexFabric 10Gb 4-port 536FLR-T device id to the bxe(4) driver.Andrey V. Elsukov2017-07-191-0/+6
* 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu2017-02-271-80/+238
* 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-181-96/+94
* Revert commitDavid C Somayajulu2016-09-301-96/+69
* Fixes for issues under high workloadsDavid C Somayajulu2016-09-231-69/+96
* 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 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-031-5/+5
* Remove Unused/Dead CodeDavid C Somayajulu2016-04-231-141/+0