summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_adapter.h
Commit message (Expand)AuthorAgeFilesLines
* - enable multiple transmit queueskmacy2008-11-221-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-1/+2
* - Remove default NIC dependency on ulp headerskmacy2008-09-241-1/+0
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-231-8/+0
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-231-1/+8
* White space cleanups to bring closer to RELENG_7kmacy2008-09-161-2/+0
* Remove some dead code along with gratuitous differences between HEAD and 7kmacy2008-09-161-5/+1
* Fix issue with recovering from transient jumbo mbuf shortage.kmacy2008-09-091-5/+0
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-131-0/+7
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-121-31/+3
* Vendor fix for PHY problem.kmacy2008-08-111-0/+1
* import vendor fixes to cxgbkmacy2008-07-181-1/+1
* reduce the size of the jumbo ring on i386 and disable pcpu cluster cachingkmacy2008-03-311-0/+5
* - update firmware to 5.0kmacy2008-02-231-3/+24
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* - Simplify mb_free_ext_fastkmacy2008-01-151-2/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-151-4/+11
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-131-4/+0
* Be more aggressive about tx cleaning - when multiples streams were running th...kmacy2008-01-111-1/+2
* Add support for selectively dumping the state of the hardware response queue.kmacy2008-01-101-8/+6
* make nqsets a uint32_t so that sysctl will workkmacy2008-01-091-1/+3
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-171-18/+67
* Import updated support code for the TOM (tcp offload module).kmacy2007-12-151-5/+7
* pull in changes made to RELENG_6 version in the process of doing the MFCkmacy2007-09-101-3/+0
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECkmacy2007-09-091-1/+6
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-091-1/+2
* Fixes for 4 port and small packet optimizationkmacy2007-08-251-3/+6
* forward port signedness fixes from RELENG_6kmacy2007-08-171-1/+1
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-101-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-171-1/+8
* MFp4 122896kmacy2007-07-101-1/+5
* - switch adapter and port lock over to using sx so that resourceskmacy2007-06-171-7/+85
* - import new common code for the T304kmacy2007-06-131-4/+12
* When building cxgb as a module make include paths relative to the driver's root.kmacy2007-05-281-2/+5
* (MFp4)kmacy2007-05-251-30/+53
* Convert driver RX path over to using mbuf ioveckmacy2007-04-081-3/+3
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-041-1/+4
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...kmacy2007-03-241-1/+1
* commit missed changekmacy2007-03-231-0/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-211-1/+2
* Synchronize with version 1.0.071 of Chelsio's common codekmacy2007-03-201-1/+0
* make desc_reclaimable macro safe to arbitrary argumentskmacy2007-03-141-1/+1
* First of several commits for driver support for the Chelsio T3B 10 Gigabitkmacy2007-03-141-0/+438
OpenPOWER on IntegriCloud