aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe/ql_os.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* qlxgbe: fix debug prints in ql_os.cFuqian Huang2024-05-281-5/+5
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert qlxgbe(4) to IfAPIJustin Hibbits2023-03-071-92/+91
* qlxgbe: purge EOL release compatibilityElliott Mitchell2023-02-041-4/+0
* 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-221-2/+6
* qlxgbe: Remove unused variables.John Baldwin2022-04-081-8/+0
* qlxgbe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-42/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+3
* 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
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* 1. Add additional debug prints.David C Somayajulu2018-03-291-5/+17
* 1. Added support to offline a port if is error recovery on successful.David C Somayajulu2018-02-231-52/+178
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Added support driver state capture/retrievalDavid C Somayajulu2017-10-111-0/+2
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-111-0/+11
* Revert Commit r324290David C Somayajulu2017-10-101-11/+0
* Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu2017-10-041-0/+11
* Fix delete all multicast addressesDavid C Somayajulu2017-09-261-1/+13
* 1. ql_hw.c:David C Somayajulu2017-09-201-3/+18
* Add sysctl "enable_minidump" to turn on/off automatic minidump retrievalDavid C Somayajulu2017-09-191-1/+9
* Upgrade FW to 5.4.66David C Somayajulu2017-08-211-157/+238
* Raise the watchdog timer interval to 2 ticks, there by guaranteeingDavid C Somayajulu2017-07-191-1/+1
* 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-051-5/+2
* 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-091-13/+11
* Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu2017-04-201-49/+55
* Add support for optional Soft LRODavid C Somayajulu2017-03-301-1/+2
* 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-251-147/+365
* Add support for adding up to 64 Multicast addresses with a singleDavid C Somayajulu2016-10-061-3/+5
* Add support for set/get cam search modeDavid C Somayajulu2016-08-171-0/+3
* Upgrade fw, bootloader and minidump template to version 5.4.58David C Somayajulu2016-08-171-11/+36
* ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILUREDavid C Somayajulu2015-10-201-2/+0
* Updated Copyright informationDavid C Somayajulu2015-06-231-22/+108
* 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-011-1/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* 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_minidump() should be performed only by port 0.David C Somayajulu2013-08-281-2/+2
* Port 0 needs to wait for ACK only if it issued the RESET.David C Somayajulu2013-07-031-3/+5
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forDavid C Somayajulu2013-05-151-0/+1703