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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- switch adapter and port lock over to using sx so that resources
kmacy
2007-06-17
4
-85
/
+205
*
Fix build warnings
kmacy
2007-06-15
2
-2
/
+5
*
- import new common code for the T304
kmacy
2007-06-13
15
-759
/
+1480
*
remove pointless recursive acquisition of port lock in cxgb_init_locked
kmacy
2007-06-02
1
-2
/
+0
*
Fix case of setting OACTIVE erroneously
kmacy
2007-05-29
1
-1
/
+2
*
Fix interrupt setup for the non-MSI-X case
kmacy
2007-05-29
1
-4
/
+3
*
When building cxgb as a module make include paths relative to the driver's root.
kmacy
2007-05-28
22
-129
/
+137
*
Tuning for small packet handling
kmacy
2007-05-27
2
-9
/
+6
*
Don't bind queue to cpus if only one queue is in use
kmacy
2007-05-27
1
-1
/
+3
*
fix compile warning by removing redundant LOG_ERR define
kmacy
2007-05-27
1
-1
/
+0
*
set IFF_OACTIVE to avoid hangs when the tx ring fills up
kmacy
2007-05-27
2
-0
/
+10
*
add missed header
kmacy
2007-05-25
1
-0
/
+148
*
update license headers
kmacy
2007-05-25
2
-6
/
+6
*
add toe device header missed by previous commit
kmacy
2007-05-25
1
-0
/
+172
*
(MFp4)
kmacy
2007-05-25
21
-1111
/
+4903
*
Default to using a single queue as this is currently the only way to achieve
kmacy
2007-04-26
1
-1
/
+6
*
Disable mbuf chain collapsing - it is currently causing an mbuf leak
kmacy
2007-04-26
1
-1
/
+1
*
Free cluster if we fail to create the dmamap.
kmacy
2007-04-20
1
-3
/
+1
*
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
*
Add sysctl for disabling/enabling mbuf chain collapsing
kmacy
2007-04-15
2
-11
/
+8
*
Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappy
kmacy
2007-04-15
1
-5
/
+6
*
Add support for mbuf iovec in the TX path
kmacy
2007-04-14
2
-40
/
+87
*
add reference count pointer to mbuf iovec
kmacy
2007-04-14
2
-161
/
+381
*
restore sense to get_imm_packet
kmacy
2007-04-12
1
-6
/
+4
*
switch over to per-txq dma tag to facilitate parallelism on TX
kmacy
2007-04-12
1
-12
/
+12
*
explicitly check TSO flag
kmacy
2007-04-12
1
-12
/
+8
*
Add ETHER_HDR_LEN to hardware accepted mtu
kmacy
2007-04-12
1
-3
/
+3
*
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 missing paren
kmacy
2007-04-08
1
-4
/
+4
*
remove stale variable reference
kmacy
2007-04-08
1
-2
/
+2
*
add busdma function for mapping mbuf iovecs
kmacy
2007-04-08
2
-14
/
+121
*
Convert driver RX path over to using mbuf iovec
kmacy
2007-04-08
4
-123
/
+107
*
Add driver private mbuf iovec support routines
kmacy
2007-04-08
2
-0
/
+363
*
Make DMA tags per-queue to facilate parallel mappings
kmacy
2007-04-04
2
-61
/
+110
*
bus_size_t is a bad cross-architectural type with respect to printf, use uint...
kmacy
2007-03-24
2
-2
/
+2
*
- Increase coalesce_nsecs
kmacy
2007-03-23
2
-17
/
+31
*
commit missed change
kmacy
2007-03-23
1
-0
/
+1
*
Check PCI-e link width to avoid foot shooting with 4x links
kmacy
2007-03-23
1
-1
/
+17
*
move call to t3_prep_adapter earlier in attach before msi-x setup occurs
kmacy
2007-03-21
1
-5
/
+6
*
allocate 9 messages in all cases
kmacy
2007-03-21
1
-1
/
+1
*
make MSI-X the default and allocate up to mp_ncpus queues per port
kmacy
2007-03-21
4
-59
/
+86
*
Synchronize with version 1.0.071 of Chelsio's common code
kmacy
2007-03-20
10
-57
/
+363
*
cxgb_stop is only called from cxgb_ioctl so:
kmacy
2007-03-20
1
-6
/
+7
[next]