aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxge
Commit message (Expand)AuthorAgeFilesLines
* qlxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0112-165/+26
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-12/+12
* qlxge(4): Ditto r357244Conrad Meyer2020-01-291-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-19/+15
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2715-15/+47
* ql*_def.h: fix QL_ALIGN parenthesizationRyan Libby2017-10-181-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-4/+4
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-6/+1
* 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-2/+3
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* 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
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-2/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Validate the buffer and its length passed to QLA_MPI_DUMP.David C Somayajulu2013-11-151-5/+8
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* Add Qlogic 10Gb Ethernet Driver for Qlogic 8100 Series CNA AdapterDavid C Somayajulu2013-06-2516-0/+9208