aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+2
* cxgb(4): Fix two typos in a source code commentGordon Bergling2025-05-311-2/+2
* cxgb(4): Use routines from pci(9) instead of hand rolled equivalents.Navdeep Parhar2025-02-141-50/+5
* Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-01-021-2/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-2/+1
* cxgb(4): Register ifmedia callbacks before ether_ifattach.ScottD2024-10-281-5/+5
* cxgb(4): Stop checking for failures from malloc/buf_ring_alloc(M_WAITOK)Zhenlei Huang2024-09-032-8/+3
* Potential typo/copy issueTed Spence2024-07-081-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* cxgb: use rounddown_pow_of_twoDoug Moore2024-06-241-2/+2
* powerof2: replace loops with fls or ilog2Doug Moore2024-06-121-5/+2
* cxgb: Use device_set_descf()Mark Johnston2024-06-021-11/+6
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+1
* Two more $FreeBSD$ stragglersWarner Losh2023-08-251-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