aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe.h
Commit message (Expand)AuthorAgeFilesLines
* libkern: add ilog2 macroDoug Moore2024-06-031-10/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove FreeBSD 7-10 support from bxe driver.Warner Losh2020-03-011-38/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-23/+2
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-1/+1
* Update bxe(4) to use new zlib.Xin LI2019-08-081-1/+1
* Add support for Error RecoveryDavid C Somayajulu2018-10-151-0/+16
* Add netdump support to bxe(4).Mark Johnston2018-05-061-0/+1
* 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/+1
* 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu2017-02-271-3/+2
* 1. Use taskqueue_create() instead of taskqueue_create_fast() for bothDavid C Somayajulu2016-10-181-1/+5
* Revert commitDavid C Somayajulu2016-09-301-4/+1
* Fixes for issues under high workloadsDavid C Somayajulu2016-09-231-1/+4
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-191-2/+6
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-131-6/+2
* 1. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu2016-04-131-2/+6
* Add support for Flash UpdateDavid C Somayajulu2016-04-121-0/+23
* Modifications to achieve a common source base from FreeBSD7.x thru 10.xDavid C Somayajulu2016-03-211-0/+11
* Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu2016-02-251-14/+17
* Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu2016-02-191-62/+0
* Modified the use of bxe_grc_dump() function so that it can be invoked directl...David C Somayajulu2016-02-191-2/+0
* Add support for firmware dump (a.k.a grcdump)David C Somayajulu2015-12-231-0/+6
* - Avoid lock contention in the if_transmit callback by using trylock andDavid C Somayajulu2015-07-281-0/+1
* PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases i...David C Somayajulu2015-06-131-5/+1
* Move zlib.c from net to libkern.Craig Rodrigues2015-04-221-1/+1
* Initiate error recovery stats fail to update after 3 retries.David C Somayajulu2014-07-181-0/+9
* Convert bxe(4) to use the driver API.Marcel Moolenaar2014-06-021-7/+7
* Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu2014-05-061-8/+1
* Fixed a tx watchdog chip reset that could occur on mostly idle links.Eric Davis2013-11-151-2/+5
* Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen2013-09-201-0/+2497