summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* Default to using a single queue as this is currently the only way to achievekmacy2007-04-261-1/+6
* Disable mbuf chain collapsing - it is currently causing an mbuf leakkmacy2007-04-261-1/+1
* Free cluster if we fail to create the dmamap.kmacy2007-04-201-3/+1
* Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULLkmacy2007-04-201-1/+2
* Fix memory leak in m_collapse (CID 1843)kmacy2007-04-201-4/+7
* PHYS_TO_VM_PAGE requires explicit vm_page.h include on sparc64kmacy2007-04-151-0/+1
* Use %j and args cast to uintmax_t to print bus_addr_t && length args.mjacob2007-04-151-2/+2
* Add pmap includes needed by i386kmacy2007-04-151-0/+3
* suck in more of busdma to enable more efficient mappingskmacy2007-04-151-58/+164
* Add sysctl for disabling/enabling mbuf chain collapsingkmacy2007-04-152-11/+8
* Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappykmacy2007-04-151-5/+6
* Add support for mbuf iovec in the TX pathkmacy2007-04-142-40/+87
* add reference count pointer to mbuf ioveckmacy2007-04-142-161/+381
* restore sense to get_imm_packetkmacy2007-04-121-6/+4
* switch over to per-txq dma tag to facilitate parallelism on TXkmacy2007-04-121-12/+12
* explicitly check TSO flagkmacy2007-04-121-12/+8
* Add ETHER_HDR_LEN to hardware accepted mtukmacy2007-04-121-3/+3
* Fix m_freem_vec() to actually traverse the mbuf chain. This avoidsjhb2007-04-111-0/+1
* throw sun4v into the check while we're at itkmacy2007-04-091-1/+1
* busdma tags are opaque on all architectures except sparc64kmacy2007-04-091-1/+2
* Add missing parenkmacy2007-04-081-4/+4
* remove stale variable referencekmacy2007-04-081-2/+2
* add busdma function for mapping mbuf iovecskmacy2007-04-082-14/+121
* Convert driver RX path over to using mbuf ioveckmacy2007-04-084-123/+107
* Add driver private mbuf iovec support routineskmacy2007-04-082-0/+363
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-042-61/+110
* bus_size_t is a bad cross-architectural type with respect to printf, use uint...kmacy2007-03-242-2/+2
* - Increase coalesce_nsecskmacy2007-03-232-17/+31
* commit missed changekmacy2007-03-231-0/+1
* Check PCI-e link width to avoid foot shooting with 4x linkskmacy2007-03-231-1/+17
* move call to t3_prep_adapter earlier in attach before msi-x setup occurskmacy2007-03-211-5/+6
* allocate 9 messages in all caseskmacy2007-03-211-1/+1
* make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-214-59/+86
* Synchronize with version 1.0.071 of Chelsio's common codekmacy2007-03-2010-57/+363
* cxgb_stop is only called from cxgb_ioctl so:kmacy2007-03-201-6/+7
* move inline function above use so that -O workskmacy2007-03-171-20/+18
* #define L1_CACHE_BYTES for non-x86kmacy2007-03-141-0/+1
* define prefetch as a no-op macro for non-x86 archeskmacy2007-03-141-6/+3
* play it safe for now and go back to kicking off tx cleaning from the tx pathkmacy2007-03-141-2/+10
* #define memory barrier macros for the non-i386 && non-amd64 casekmacy2007-03-141-1/+5
* remove unused code for recycling descriptorskmacy2007-03-141-87/+8
* add cxgb_config.h to define values that are defined in the Makefile when comp...kmacy2007-03-142-0/+60
* move taskqueue_enqueue of tx clean operation out of the start pathkmacy2007-03-141-8/+2
* make desc_reclaimable macro safe to arbitrary argumentskmacy2007-03-141-1/+1
* Add firmware for cxgbkmacy2007-03-141-0/+478
* First of several commits for driver support for the Chelsio T3B 10 Gigabitkmacy2007-03-1419-0/+21628
OpenPOWER on IntegriCloud