summaryrefslogtreecommitdiff
path: root/sys/dev/qlxge
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-27qlxge: replace device_printf with QL_DPRINT2Fuqian Huang
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: Remove duplicate linesWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-07Mechanically convert qlxge(4) to IfAPIJustin Hibbits
2023-02-04qlxge: 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-21qlxge: Inline the one use of a variable only used in a debug trace.John Baldwin
2022-04-07qlxge: Remove unused variables.John Baldwin
2020-09-01qlxge: 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-01-29qlxge(4): Ditto r357244Conrad Meyer
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-18ql*_def.h: fix QL_ALIGN parenthesizationRyan Libby
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-06-07net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-01tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau
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-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
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
2014-01-16Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2013-11-15Validate the buffer and its length passed to QLA_MPI_DUMP.David C Somayajulu
2013-10-28Include necessary headers that now are available due to pollutionGleb Smirnoff
2013-06-25Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA AdapterDavid C Somayajulu