aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1216-16/+16
* Mechanically convert qlxgbe(4) to IfAPIJustin Hibbits2023-03-076-114/+113
* qlxgbe: purge EOL release compatibilityElliott Mitchell2023-02-044-62/+2
* qlxgbe(4): Fix a common typo in a source code commentGordon Bergling2022-06-051-1/+1
* qlnx/qlxgb/qlxgbe/qlxge: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* qlxgb/qlxgbe/qlxge: Fix build without INET and/or without INET6.John Baldwin2022-04-224-3/+22
* qlxgbe: Remove unused variables.John Baldwin2022-04-082-26/+4
* qlxgbe: Use select_value_count variable.John Baldwin2022-04-081-2/+1
* qlxgbe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0119-233/+36
* remove extraneous double ;s in sys/Ed Maste2020-03-301-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-42/+37
* 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-211-18/+14
* qlxgbe: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* 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