aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-191-63/+153
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-131-153/+63
* 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-131-63/+150
* Add support for Flash UpdateDavid C Somayajulu2016-04-121-5/+261
* 1. Process tx completions in bxe_periodic_callout_func() and restartDavid C Somayajulu2016-04-121-23/+57
* 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-211-24/+68
* 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-251-27/+27
* Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu2016-02-191-804/+109
* Modified the use of bxe_grc_dump() function so that it can be invoked directl...David C Somayajulu2016-02-191-40/+56
* Add support for firmware dump (a.k.a grcdump)David C Somayajulu2015-12-231-2/+481
* Check for packet_length is greater than 60 bytes as well as packet_length isDavid C Somayajulu2015-12-231-4/+15
* Add support for reading device temperatureDavid C Somayajulu2015-10-121-1/+4
* - Avoid lock contention in the if_transmit callback by using trylock andDavid C Somayajulu2015-07-281-22/+14
* tx_mtx should be grabbed before calling buf_ring_dequeue_sc()David C Somayajulu2015-06-231-3/+7
* Simplified implementation of bxe_set_mc_list()David C Somayajulu2015-06-201-54/+25
* In bxe_init_mcast_macs_list(): mc_mac->mac needs to point to the multicast ma...David C Somayajulu2015-06-161-1/+4
* PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases i...David C Somayajulu2015-06-131-73/+45
* Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu2015-05-221-44/+45
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...David C Somayajulu2015-05-211-27/+79
* When an mbuf allocation fails in the receive path, the mbuf containing the re...David C Somayajulu2015-04-021-1/+8
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-5/+4