aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb/cxgb_osdep.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert cxgb(4) and cxgbe(4) to IfAPIJustin Hibbits2023-03-071-2/+2
* cxgb(4): Fix "set but not used [-Wunused-but-set-variable]" warnings.Navdeep Parhar2022-01-101-12/+3
* Remove conditional code for FreeBSD 8 and earlier frmo cxgb.Warner Losh2020-03-011-26/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+1
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* Update and add various macros to the LinuxKPI and resolve a macroHans Petter Selasky2016-01-261-1/+3
* Remove kdb_backtrace extern; get the definition for kdb_backtrace fromEnji Cooper2015-02-071-3/+3
* - Update the OFED Linux Emulation layer as a preparation for aHans Petter Selasky2014-08-271-2/+0
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-5/+5
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-29/+0
* There is no need to test __FreeBSD_version for features that haveNavdeep Parhar2010-02-241-30/+0
* cxgb(4) updates, including:Navdeep Parhar2009-10-051-14/+16
* Greatly simplify cxgb by removing almost all of the custom mbuf management logicKip Macy2009-06-191-12/+9
* Add backward compatibility ifdefs for non-multiq kernelsKip Macy2008-11-231-0/+24
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-155/+0
* For now our LRO code (tcp_lro.c) only supports IPv4 properly thusBjoern A. Zeeb2008-11-061-0/+3
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-5/+0
* Allow cxgb to be unified across versions by making newer features conditionalKip Macy2008-09-231-0/+5
* Fix issue with tom loading by moving cxgb_log_tcb in to tomKip Macy2008-09-191-1/+0
* Further whitespace and copyright cleanups to minimize theKip Macy2008-09-161-1/+1
* import vendor fixes to cxgbKip Macy2008-07-181-0/+9
* conditionally define PANIC_IF, remove 'unlikely'Kip Macy2008-05-051-4/+3
* - update firmware to 5.0Kip Macy2008-02-231-16/+31
* remove superfluous locking from dequeueKip Macy2008-01-151-2/+0
* Add extensive sanity checking to buf_ringKip Macy2008-01-141-7/+50
* Add buf_ring_full utility function, make sure dequeue/enqueue see the latestKip Macy2008-01-131-2/+10
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-171-13/+121
* overlead mbuf fields for use by toeKip Macy2007-12-161-0/+16
* Import updated support code for the TOM (tcp offload module).Kip Macy2007-12-151-4/+1
* pull in changes made to RELENG_6 version in the process of doing the MFCKip Macy2007-09-101-0/+3
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECKip Macy2007-09-091-0/+6
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-171-0/+14
* - Increase descriptors per call to startKip Macy2007-07-171-2/+2
* Tuning for small packet handlingKip Macy2007-05-271-3/+3
* (MFp4)Kip Macy2007-05-251-8/+31
* Convert driver RX path over to using mbuf iovecKip Macy2007-04-081-5/+0
* make MSI-X the default and allocate up to mp_ncpus queues per portKip Macy2007-03-211-0/+1
* Synchronize with version 1.0.071 of Chelsio's common codeKip Macy2007-03-201-0/+2
* #define L1_CACHE_BYTES for non-x86Kip Macy2007-03-141-0/+1
* define prefetch as a no-op macro for non-x86 archesKip Macy2007-03-141-6/+3
* #define memory barrier macros for the non-i386 && non-amd64 caseKip Macy2007-03-141-1/+5
* add cxgb_config.h to define values that are defined in the Makefile when comp...Kip Macy2007-03-141-0/+14
* First of several commits for driver support for the Chelsio T3B 10 GigabitKip Macy2007-03-141-0/+246