aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 repeat the the word 'the'Eitan Adler2016-05-171-2/+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-037-31/+31
* 1. Removed -Wno-shift-negative-value from MakefileDavid C Somayajulu2016-04-251-2/+2
* Remove Unused/Dead CodeDavid C Somayajulu2016-04-231-141/+0
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-193-67/+169
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-133-169/+67
* Fix compilation error on i386David C Somayajulu2016-04-131-4/+4
* Fix build failure on i386. Need to typecast a bunch of variables to (uintmax_t)David C Somayajulu2016-04-131-11/+14
* 1. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu2016-04-133-67/+166
* Add support for Flash UpdateDavid C Somayajulu2016-04-123-5/+400
* 1. Process tx completions in bxe_periodic_callout_func() and restartDavid C Somayajulu2016-04-122-23/+63
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Modifications to achieve a common source base from FreeBSD7.x thru 10.xDavid C Somayajulu2016-03-212-24/+79
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Fix code so that buf_ring allocation for Tx Queues and their mutexesDavid C Somayajulu2016-03-091-28/+119
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-4/+4
* Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu2016-02-2519-90252/+103855
* Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu2016-02-194-1064/+110
* Modified the use of bxe_grc_dump() function so that it can be invoked directl...David C Somayajulu2016-02-192-42/+56