index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
cxgb
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary #include's.
alc
2013-06-02
1
-5
/
+0
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-1
/
+1
*
- Updated TOE support in the kernel.
np
2012-06-19
1
-21
/
+0
*
Switch to our preferred 2-clause BSD license.
joel
2010-05-05
2
-46
/
+40
*
mvec routines should have no knowledge of the SG engine.
np
2009-06-25
2
-12
/
+10
*
fix !x86 cxgb compile
kmacy
2009-06-21
1
-1
/
+1
*
- fix dma map handling for !x86 case
kmacy
2009-06-20
2
-10
/
+11
*
Greatly simplify cxgb by removing almost all of the custom mbuf management logic
kmacy
2009-06-19
3
-899
/
+47
*
The pkthdr field is flowid not rss_hash
kmacy
2008-12-02
1
-1
/
+1
*
- fix multiqueue conditional
kmacy
2008-12-02
1
-2
/
+2
*
integrate use after free fixes from private branch
kmacy
2008-12-02
1
-54
/
+44
*
null out m_next when marshalling a packet
kmacy
2008-12-01
1
-1
/
+3
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
1
-30
/
+0
*
fix insta-panic:
kmacy
2008-09-25
2
-0
/
+9
*
Update cxgb include paths to not require prefixing with dev/cxgb
kmacy
2008-09-23
2
-12
/
+0
*
White space cleanups to bring closer to RELENG_7
kmacy
2008-09-16
2
-6
/
+1
*
reduce the size of the jumbo ring on i386 and disable pcpu cluster caching
kmacy
2008-03-31
1
-0
/
+5
*
- update firmware to 5.0
kmacy
2008-02-23
4
-7
/
+35
*
Re-enable pcpu caching by default make sysctl R/W
kmacy
2008-01-19
1
-1
/
+1
*
- remove bogus_imm counter
kmacy
2008-01-17
1
-18
/
+22
*
promote ath_defrag to m_collapse (and retire private+unused
sam
2008-01-17
1
-14
/
+0
*
remove superfluous debug printfs
kmacy
2008-01-16
1
-3
/
+0
*
Fix mbuf leak caused by freeing packet zone clusters but not their associated...
kmacy
2008-01-16
2
-26
/
+38
*
Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) to
jhb
2008-01-15
1
-1
/
+1
*
- Simplify mb_free_ext_fast
kmacy
2008-01-15
2
-28
/
+50
*
- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearer
kmacy
2008-01-15
2
-47
/
+16
*
remove unused code
kmacy
2008-01-13
1
-1
/
+0
*
should always free when refcount is 1
kmacy
2008-01-10
1
-1
/
+3
*
- make 9k clusters the default unless a tunable is set
kmacy
2008-01-10
1
-2
/
+7
*
don't decrement ref count below 1 for EXT_PACKET
kmacy
2008-01-09
1
-1
/
+1
*
EXT_PACKET is one of the valid mbuf types
kmacy
2008-01-09
1
-0
/
+1
*
Fix mvec code to handle the case of the packet zone
kmacy
2008-01-07
2
-4
/
+16
*
Make TCP offload work on HEAD (modulo negative interaction between sbcompress
kmacy
2007-12-17
2
-3
/
+6
*
Update the buffer management support code needed by the tcp offload module
kmacy
2007-12-16
4
-550
/
+845
*
- integrate most recent changes from vendor branch and upgrade to firmware re...
kmacy
2007-07-17
1
-1
/
+6
*
When building cxgb as a module make include paths relative to the driver's root.
kmacy
2007-05-28
2
-7
/
+12
*
update license headers
kmacy
2007-05-25
2
-6
/
+6
*
(MFp4)
kmacy
2007-05-25
1
-0
/
+86
*
Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULL
kmacy
2007-04-20
1
-1
/
+2
*
Fix memory leak in m_collapse (CID 1843)
kmacy
2007-04-20
1
-4
/
+7
*
PHYS_TO_VM_PAGE requires explicit vm_page.h include on sparc64
kmacy
2007-04-15
1
-0
/
+1
*
Use %j and args cast to uintmax_t to print bus_addr_t && length args.
mjacob
2007-04-15
1
-2
/
+2
*
Add pmap includes needed by i386
kmacy
2007-04-15
1
-0
/
+3
*
suck in more of busdma to enable more efficient mappings
kmacy
2007-04-15
1
-58
/
+164
*
Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappy
kmacy
2007-04-15
1
-5
/
+6
*
add reference count pointer to mbuf iovec
kmacy
2007-04-14
2
-161
/
+381
*
Fix m_freem_vec() to actually traverse the mbuf chain. This avoids
jhb
2007-04-11
1
-0
/
+1
*
throw sun4v into the check while we're at it
kmacy
2007-04-09
1
-1
/
+1
*
busdma tags are opaque on all architectures except sparc64
kmacy
2007-04-09
1
-1
/
+2
*
add busdma function for mapping mbuf iovecs
kmacy
2007-04-08
2
-14
/
+121
[next]