summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include's.alc2013-06-021-5/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* - Updated TOE support in the kernel.np2012-06-191-21/+0
* Switch to our preferred 2-clause BSD license.joel2010-05-052-46/+40
* mvec routines should have no knowledge of the SG engine.np2009-06-252-12/+10
* fix !x86 cxgb compilekmacy2009-06-211-1/+1
* - fix dma map handling for !x86 casekmacy2009-06-202-10/+11
* Greatly simplify cxgb by removing almost all of the custom mbuf management logickmacy2009-06-193-899/+47
* The pkthdr field is flowid not rss_hashkmacy2008-12-021-1/+1
* - fix multiqueue conditionalkmacy2008-12-021-2/+2
* integrate use after free fixes from private branchkmacy2008-12-021-54/+44
* null out m_next when marshalling a packetkmacy2008-12-011-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-30/+0
* fix insta-panic:kmacy2008-09-252-0/+9
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-232-12/+0
* White space cleanups to bring closer to RELENG_7kmacy2008-09-162-6/+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-234-7/+35
* Re-enable pcpu caching by default make sysctl R/Wkmacy2008-01-191-1/+1
* - remove bogus_imm counterkmacy2008-01-171-18/+22
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-14/+0
* remove superfluous debug printfskmacy2008-01-161-3/+0
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-162-26/+38
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-151-1/+1
* - Simplify mb_free_ext_fastkmacy2008-01-152-28/+50
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-152-47/+16
* remove unused codekmacy2008-01-131-1/+0
* should always free when refcount is 1kmacy2008-01-101-1/+3
* - make 9k clusters the default unless a tunable is setkmacy2008-01-101-2/+7
* don't decrement ref count below 1 for EXT_PACKETkmacy2008-01-091-1/+1
* EXT_PACKET is one of the valid mbuf typeskmacy2008-01-091-0/+1
* Fix mvec code to handle the case of the packet zonekmacy2008-01-072-4/+16
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-172-3/+6
* Update the buffer management support code needed by the tcp offload modulekmacy2007-12-164-550/+845
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-171-1/+6
* When building cxgb as a module make include paths relative to the driver's root.kmacy2007-05-282-7/+12
* update license headerskmacy2007-05-252-6/+6
* (MFp4)kmacy2007-05-251-0/+86
* 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
* Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappykmacy2007-04-151-5/+6
* add reference count pointer to mbuf ioveckmacy2007-04-142-161/+381
* 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 busdma function for mapping mbuf iovecskmacy2007-04-082-14/+121
OpenPOWER on IntegriCloud