summaryrefslogtreecommitdiff
path: root/sys/dev/qlxgb
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei 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: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-07Mechanically convert qlxgb(4) to IfAPIJustin Hibbits
2023-02-04qlxgb: 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-07qlxgb: Remove unused variables.John Baldwin
2020-09-01qlxgb: clean up empty lines in .c and .h filesMateusz Guzik
2020-09-01qlxgb: Initialize if_mtu before setting max_frame_size.Mark Johnston
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-29qlxgb(4): Use defined evaluation orderConrad 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-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
2016-02-19qlxgb: fix mismatch.Pedro F. Giffuni
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
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
2014-02-14check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment inDavid C Somayajulu
2013-10-28Include necessary headers that now are available due to pollutionGleb Smirnoff
2013-08-24Restructure the mbuf pkthdr to make it fit for upcoming capabilities andAndre Oppermann
2013-05-08No need to set if_mtu since it automatically updated by ether_ifattach().David C Somayajulu
2013-05-071. Updated Copyright InformationDavid C Somayajulu
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-04-23Do not announce IPv6 TSO support yet. The in-tree driver does not seemBjoern A. Zeeb
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2012-01-05Update recently added drivers to use the if_*addr_r*lock() wrapperJohn Baldwin
2012-01-03In sys/dev/qlxgb/qla_misc.c, fix a copy/paste issue. Clang complainedDimitry Andric
2011-11-16The maximum TSO frame size should be:Bjoern A. Zeeb
2011-11-03Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb