aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgb/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-3/+0
* 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 qlxgb(4) to IfAPIJustin Hibbits2023-03-071-64/+63
* qlxgb: purge EOL release compatibilityElliott Mitchell2023-02-041-5/+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
* qlxgb: Remove unused variables.John Baldwin2022-04-081-9/+0
* qlxgb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-15/+3
* qlxgb: Initialize if_mtu before setting max_frame_size.Mark Johnston2020-09-011-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+3
* qlxgb(4): Use defined evaluation orderConrad Meyer2020-01-291-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-20/+14
* 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-271-1/+3
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* 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-1/+1
* check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment inDavid C Somayajulu2014-02-141-4/+1
* No need to set if_mtu since it automatically updated by ether_ifattach().David C Somayajulu2013-05-081-2/+2
* 1. Updated Copyright InformationDavid C Somayajulu2013-05-071-1/+11
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Do not announce IPv6 TSO support yet. The in-tree driver does not seemBjoern A. Zeeb2012-04-231-1/+0
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Update recently added drivers to use the if_*addr_r*lock() wrapperJohn Baldwin2012-01-051-2/+2
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-031-0/+1481