aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe
Commit message (Expand)AuthorAgeFilesLines
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Upgraded FW Related Files to version 5.4.67David C Somayajulu2018-04-255-148720/+148782
* 1. Add additional debug prints.David C Somayajulu2018-03-296-12/+54
* 1. Added support to offline a port if is error recovery on successful.David C Somayajulu2018-02-2313-170/+805
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-16/+48
* ql*_def.h: fix QL_ALIGN parenthesizationRyan Libby2017-10-181-1/+1
* Added support driver state capture/retrievalDavid C Somayajulu2017-10-117-2/+310
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-112-0/+25
* Revert Commit r324290David C Somayajulu2017-10-102-21/+0
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-042-0/+21
* Tx Ring Shadow Consumer Index Register needs to be cleared priorDavid C Somayajulu2017-09-271-0/+1
* Fix delete all multicast addressesDavid C Somayajulu2017-09-263-3/+15
* 1. ql_hw.c:David C Somayajulu2017-09-202-4/+19
* Add sysctl "enable_minidump" to turn on/off automatic minidump retrievalDavid C Somayajulu2017-09-192-1/+10
* Update minidump template for version 5.4.66David C Somayajulu2017-09-191-34/+34
* Upgrade FW to 5.4.66David C Somayajulu2017-08-2115-149058/+149550
* Raise the watchdog timer interval to 2 ticks, there by guaranteeingDavid C Somayajulu2017-07-194-5/+14
* Release mtx hw_lock before calling pause() in qla_stop() andDavid C Somayajulu2017-07-061-1/+7
* Allow MTU changes without ifconfig down/upDavid C Somayajulu2017-07-052-5/+5
* Add pkts_cnt_oversized to stats.David C Somayajulu2017-06-202-0/+3
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked.David C Somayajulu2017-05-092-14/+13
* Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu2017-04-204-60/+63
* Add support for optional Soft LRODavid C Somayajulu2017-03-304-5/+151
* Upgrade firmware and other related files to version 5.4.64David C Somayajulu2017-03-294-148905/+148310
* add bus_dmamap_unload in ql_free_dmabuf()David C Somayajulu2017-02-211-0/+1
* Added support for if_transmit and if_qflushDavid C Somayajulu2017-01-258-226/+414
* Add support for adding up to 64 Multicast addresses with a singleDavid C Somayajulu2016-10-064-63/+169
* Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62David C Somayajulu2016-09-304-150078/+150210
* Add support for set/get cam search modeDavid C Somayajulu2016-08-176-6/+271
* Add ql_minidump.hDavid C Somayajulu2016-08-171-0/+470
* Upgrade fw, bootloader and minidump template to version 5.4.58David C Somayajulu2016-08-1713-148769/+150464
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Upgrade FW to 5.4.56David C Somayajulu2016-01-262-147795/+147789
* ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILUREDavid C Somayajulu2015-10-203-4/+3
* Updated Copyright informationDavid C Somayajulu2015-06-2319-163/+172147
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-012-3/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-3/+3
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Unload maps for DMA buffers allocated via bus_dmamem_alloc() beforeJohn Baldwin2014-06-111-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-7/+1
* ql_hw.[c,h]: set minimum thresholds on pkt size for lro path.David C Somayajulu2013-11-153-0/+23
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* ql_minidump() should be performed only by port 0.David C Somayajulu2013-08-281-2/+2
* Fix bug in Flash access codeDavid C Somayajulu2013-08-271-5/+5
* Port 0 needs to wait for ACK only if it issued the RESET.David C Somayajulu2013-07-031-3/+5