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
/
cxgbe
/
tom
/
t4_ddp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for SS_NBIO in so->so_state instead of sb->sb_flags in
jhb
2014-12-15
1
-1
/
+1
*
Merge from projects/sendfile: extend protocols API to support
glebius
2014-11-30
1
-2
/
+2
*
Merge from projects/sendfile:
glebius
2014-11-30
1
-1
/
+2
*
In preparation of merging projects/sendfile, transform bare access to
glebius
2014-11-12
1
-22
/
+22
*
Some hooks in cxgbe(4) for the offloaded iSCSI driver.
np
2014-07-24
1
-0
/
+11
*
- Modify vm_page_unwire() and vm_page_enqueue() to directly accept
attilio
2014-06-16
1
-1
/
+1
*
cxgbe/tom: Allow caller to select the queue (control or data) used to
np
2013-06-11
1
-4
/
+4
*
cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.
np
2013-05-03
1
-15
/
+26
*
Fix DDP breakage introduced in r248925. Bitwise OR has higher
np
2013-04-30
1
-2
/
+7
*
cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. This
np
2013-03-30
1
-4
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-1
/
+1
*
cxgbe/tom: Handle the case where the chip falls out of DDP mode by
np
2012-11-29
1
-0
/
+36
*
Use native FreeBSD facilities everywhere except the shared code in common/
np
2012-09-13
1
-5
/
+5
*
Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweak
np
2012-08-21
1
-12
/
+22
*
Minor cleanup: use bitwise ops instead of pointless wrappers around
np
2012-08-21
1
-2
/
+2
*
Support for TCP DDP (Direct Data Placement) in the T4 TOE module.
np
2012-08-17
1
-0
/
+1223