summaryrefslogtreecommitdiff
path: root/sys/dev/bxe
AgeCommit message (Expand)Author
2024-09-04ifnet: Remove if_getamcount()Mark Johnston
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-16bxe: Use device_set_descf()Mark Johnston
2024-06-03libkern: add ilog2 macroDoug Moore
2024-02-27bxe(4): Fix two typos in a kernel messagesGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-01bxe: prefer C99 bool to boolean_tEd Maste
2023-04-12bxe(4): Use CTLFLAG_RDTUN flag definitionZhenlei Huang
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-11-01bxe(4): Fix a typo in a source code commentGordon Bergling
2022-09-04bxe(4): Grammar fix for a source code commentGordon Bergling
2022-09-03bxe(4): Fix two typos in source code commentsGordon Bergling
2022-07-05ddb: use _FLAGS command macros where appropriateMitchell Horne
2022-05-06bxe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-06bxe: Quiet set but not used warnings.John Baldwin
2022-04-02bxe(4): Fix a typo in an error messageGordon Bergling
2021-12-10bxe: plug some of set-but-not-used varsMateusz Guzik
2021-11-22ifnet: garbage collect drbr_*_drv().Gleb Smirnoff
2021-11-18Fix typo on "Celsius"Elyes HAOUAS
2021-10-27bxe(4): Fix a few common typos in source code commentsGordon Bergling
2021-09-03bxe(4): Mark sysctls and callout MP-safe.Alexander Motin
2021-08-16bxe: tag files to skip clang-format formattingEd Maste
2021-08-14Fix a typo that was introduced while fixing a typoGordon Bergling
2021-08-14Fix a common typo in a commentGordon Bergling
2020-11-09Remove newline from bxe description, it's not done elsewhere.Warner Losh
2020-10-24Remove support for ancient compilersWarner Losh
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-03-01Finish removing support from old versionsWarner Losh
2020-03-01Remove FreeBSD 7-10 support from bxe driver.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-10-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer
2019-08-08Update bxe(4) to use new zlib.Xin LI
2018-10-15Add support for Error RecoveryDavid C Somayajulu
2018-09-17Fixed isses:David C Somayajulu
2018-07-17Fixes for the following issues:David C Somayajulu
2018-06-11Fix build of bxe with base gcc on i386Dimitry Andric
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-05-09Fix bxe(4) netdump rx polling.Mark Johnston
2018-05-06Add netdump support to bxe(4).Mark Johnston
2018-04-25Fix Issue with adding MUltiCast Addresses. When multicast addresses areDavid C Somayajulu
2018-01-10dev/bxe: make use of mallocarray(9).Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-19Add HPE FlexFabric 10Gb 4-port 536FLR-T device id to the bxe(4) driver.Andrey V. Elsukov
2017-02-271. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu
2017-02-15bxe: enable usage with NetXtreme II BCM57840 2x20GbE chipRoger Pau Monné
2016-11-05r266979 missed a call to enable capabilities of the hw leading to anSean Bruno