aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* cxgb(4): Register ifmedia callbacks before ether_ifattach.ScottD2024-10-311-5/+5
* cxgb(4): Stop checking for failures from malloc/buf_ring_alloc(M_WAITOK)Zhenlei Huang2024-09-302-8/+3
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* cxgb: Use device_set_descf()Mark Johnston2024-06-091-11/+6
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-181-2/+2
* Two more $FreeBSD$ stragglersWarner Losh2023-09-171-3/+0
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-1615-36/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1613-26/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1229-29/+29
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-075-111/+110
* cxgb(4): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* Remove unused but set variable in cxgb_sgeDimitry Andric2022-07-161-3/+0
* cxgb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-5/+3
* cxgb(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-105-49/+12
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-1/+1
* cxgb: use m_gethdr_rawMateusz Guzik2021-07-071-1/+1
* cxgb: switch bare zone_mbuf use to m_free_rawMateusz Guzik2021-07-061-1/+1
* cxgb(4): Report proper TSO limits.Navdeep Parhar2021-06-041-0/+3
* cxgb: Avoid a read-after-free in get_packet() when cxgb_debug is onMark Johnston2021-05-261-1/+2
* cxgb: Use device_t in preference to struct device *Mark Johnston2021-04-121-1/+1
* cxgb(4): Rework my commit 9dc7c250.Alexander Motin2021-02-221-9/+11
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-01-313-36/+5
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+2
* Remove conditional code for FreeBSD 8 and earlier frmo cxgb.Warner Losh2020-03-012-31/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-18/+28
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-212-43/+30
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-173-25/+25
* cxgb(4): Netdump: only reference allocated qsetsConrad Meyer2019-03-012-3/+6
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-23/+26
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add netdump support to cxgb(4).Mark Johnston2018-05-063-0/+116
* cxgb(4): Validate offset/len in the GET_EEPROM ioctl.Navdeep Parhar2018-01-241-1/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2729-1/+32
* Retire the T3 iWARP and TOE drivers. This saves catch-up work when OFED orNavdeep Parhar2017-09-1325-13250/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-0113-13/+0
* Add some ntohl() love to r315277Eric van Gyzen2017-03-141-2/+3
* KTR: log IPv4 addresses in hex rather than dotted-quadEric van Gyzen2017-03-141-11/+4
* Fix unused variable when built without INVARIANT_SUPPORT.Alexander Motin2017-03-091-2/+1
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-3/+9
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-101-1/+1
* With clang 3.9.0, compiling cxgb results in the following warning:Dimitry Andric2016-09-031-1/+1
* (Re-do r302574 with corrected commit message..)Enji Cooper2016-07-111-3/+0
* Revert r302574. I botched the commit message in more way than 1Enji Cooper2016-07-111-0/+3
* Remove redundant declaration for tcp_dooptionsEnji Cooper2016-07-111-3/+0
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-071-1/+2
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-8/+8