summaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe.h
AgeCommit message (Expand)Author
2024-06-03libkern: add ilog2 macroDoug Moore
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-03-01Remove FreeBSD 7-10 support from bxe driver.Warner Losh
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-05-06Add netdump support to bxe(4).Mark Johnston
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
2016-10-181. Use taskqueue_create() instead of taskqueue_create_fast() for bothDavid C Somayajulu
2016-09-30Revert commitDavid C Somayajulu
2016-09-23Fixes for issues under high workloadsDavid C Somayajulu
2016-04-191. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu
2016-04-13reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu
2016-04-131. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu
2016-04-12Add support for Flash UpdateDavid C Somayajulu
2016-03-21Modifications to achieve a common source base from FreeBSD7.x thru 10.xDavid C Somayajulu
2016-02-25Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu
2016-02-19Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu
2016-02-19Modified the use of bxe_grc_dump() function so that it can be invoked directl...David C Somayajulu
2015-12-23Add support for firmware dump (a.k.a grcdump)David C Somayajulu
2015-07-28- Avoid lock contention in the if_transmit callback by using trylock andDavid C Somayajulu
2015-06-13PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases i...David C Somayajulu
2015-04-22Move zlib.c from net to libkern.Craig Rodrigues
2014-07-18Initiate error recovery stats fail to update after 3 retries.David C Somayajulu
2014-06-02Convert bxe(4) to use the driver API.Marcel Moolenaar
2014-05-06Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu
2013-11-15Fixed a tx watchdog chip reset that could occur on mostly idle links.Eric Davis
2013-09-20Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen