summaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe/ql_os.c
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-27qlxgbe: fix debug prints in ql_os.cFuqian Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-07Mechanically convert qlxgbe(4) to IfAPIJustin Hibbits
2023-02-04qlxgbe: purge EOL release compatibilityElliott Mitchell
2022-05-09qlnx/qlxgb/qlxgbe/qlxge: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-22qlxgb/qlxgbe/qlxge: Fix build without INET and/or without INET6.John Baldwin
2022-04-07qlxgbe: Remove unused variables.John Baldwin
2020-09-01qlxgbe: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-291. Add additional debug prints.David C Somayajulu
2018-02-231. Added support to offline a port if is error recovery on successful.David C Somayajulu
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-11Added support driver state capture/retrievalDavid C Somayajulu
2017-10-11Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu
2017-10-10Revert Commit r324290David C Somayajulu
2017-10-04Add sanity checks in ql_hw_send() qla_send() to ensure that empty slotsDavid C Somayajulu
2017-09-26Fix delete all multicast addressesDavid C Somayajulu
2017-09-201. ql_hw.c:David C Somayajulu
2017-09-19Add sysctl "enable_minidump" to turn on/off automatic minidump retrievalDavid C Somayajulu
2017-08-21Upgrade FW to 5.4.66David C Somayajulu
2017-07-19Raise the watchdog timer interval to 2 ticks, there by guaranteeingDavid C Somayajulu
2017-07-06Release mtx hw_lock before calling pause() in qla_stop() andDavid C Somayajulu
2017-07-05Allow MTU changes without ifconfig down/upDavid C Somayajulu
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2017-05-09Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked.David C Somayajulu
2017-04-20Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu
2017-03-30Add support for optional Soft LRODavid C Somayajulu
2017-02-21add bus_dmamap_unload in ql_free_dmabuf()David C Somayajulu
2017-01-25Added support for if_transmit and if_qflushDavid C Somayajulu
2016-10-06Add support for adding up to 64 Multicast addresses with a singleDavid C Somayajulu
2016-08-17Add support for set/get cam search modeDavid C Somayajulu
2016-08-17Upgrade fw, bootloader and minidump template to version 5.4.58David C Somayajulu
2015-10-20ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILUREDavid C Somayajulu
2015-06-23Updated Copyright informationDavid C Somayajulu
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-10-21Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Unload maps for DMA buffers allocated via bus_dmamem_alloc() beforeJohn Baldwin
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-08-28ql_minidump() should be performed only by port 0.David C Somayajulu
2013-07-03Port 0 needs to wait for ACK only if it issued the RESET.David C Somayajulu
2013-05-15Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forDavid C Somayajulu