summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
Commit message (Expand)AuthorAgeFilesLines
* remove pointless recursive acquisition of port lock in cxgb_init_lockedkmacy2007-06-021-2/+0
* Fix case of setting OACTIVE erroneouslykmacy2007-05-291-1/+2
* Fix interrupt setup for the non-MSI-X casekmacy2007-05-291-4/+3
* When building cxgb as a module make include paths relative to the driver's root.kmacy2007-05-2822-129/+137
* Tuning for small packet handlingkmacy2007-05-272-9/+6
* Don't bind queue to cpus if only one queue is in usekmacy2007-05-271-1/+3
* fix compile warning by removing redundant LOG_ERR definekmacy2007-05-271-1/+0
* set IFF_OACTIVE to avoid hangs when the tx ring fills upkmacy2007-05-272-0/+10
* add missed headerkmacy2007-05-251-0/+148
* update license headerskmacy2007-05-252-6/+6
* add toe device header missed by previous commitkmacy2007-05-251-0/+172
* (MFp4)kmacy2007-05-2521-1111/+4903
* 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
OpenPOWER on IntegriCloud