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
*
Check in the actual module recognition code for the Chelsio
gnn
2008-12-18
2
-36
/
+175
*
Use inc_flags instead of the inc_isipv6 alias which so far
bz
2008-12-17
1
-3
/
+0
*
This main goals of this project are:
qingli
2008-12-15
2
-27
/
+23
*
Bug fix to support N310 version of Chelsio cards (board ID 1088).
gnn
2008-12-06
2
-3
/
+12
*
Re submit code to print the part and serial number for Chelsio cards.
gnn
2008-12-05
1
-0
/
+7
*
Fix a bug with the ael1006 PHY. The bug shows up as persistent but incomplete
gnn
2008-12-04
1
-0
/
+10
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
2
-0
/
+6
*
Bug fix from Chelsio which addresses the issue of the device resetting
gnn
2008-12-02
1
-25
/
+2
*
- fix bug where dnsperf would stop transmitting after a few seconds
kmacy
2008-12-02
1
-57
/
+32
*
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
*
Update internal mac stats every time the tick task is called
kmacy
2008-12-01
1
-25
/
+16
*
don't manually track statistics
kmacy
2008-12-01
1
-6
/
+0
*
Proper fix for tracking ifnet statistics
kmacy
2008-12-01
1
-0
/
+52
*
Add backward compatibility ifdefs for non-multiq kernels
kmacy
2008-11-23
3
-2
/
+29
*
work around periodic leak on queue overrun by enabling coalescing of packets ...
kmacy
2008-11-23
1
-1
/
+1
*
intr_machdep.h breaks build on some arches and is not needed
kmacy
2008-11-23
1
-4
/
+0
*
- enable multiple transmit queues
kmacy
2008-11-22
5
-246
/
+109
*
- bump __FreeBSD version to reflect added buf_ring, memory barriers,
kmacy
2008-11-22
6
-225
/
+38
*
Several small additions to the Chelsio 10G driver.
gnn
2008-11-21
4
-5
/
+38
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-5
/
+0
*
Update firmware version check
kmacy
2008-11-12
5
-17
/
+28
*
For now our LRO code (tcp_lro.c) only supports IPv4 properly thus
bz
2008-11-06
1
-0
/
+3
*
Hide AF_INET specific ioctl handling under #ifdef INET.
bz
2008-11-06
1
-0
/
+4
*
Track number of packets transmitted and number of packets received
kmacy
2008-10-17
1
-1
/
+6
*
Fix bug in LRO on T304 whereby a packet could be sent to the wrong interface'...
kmacy
2008-10-03
1
-1
/
+13
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
2
-2
/
+13
*
update callers of vm_fault_hold_user_pages
kmacy
2008-09-30
2
-11
/
+15
*
Refactor vm_fault_hold_user_pages:
kmacy
2008-09-30
2
-65
/
+56
*
Make sure that optical PHYs work ...
kmacy
2008-09-30
1
-0
/
+6
*
vm_fault_hold_user_pages will not return if an address in the range passed in...
kmacy
2008-09-29
1
-14
/
+8
*
fix insta-panic:
kmacy
2008-09-25
2
-0
/
+9
*
- Remove default NIC dependency on ulp headers
kmacy
2008-09-24
11
-4
/
+9
*
Update cxgb include paths to not require prefixing with dev/cxgb
kmacy
2008-09-23
44
-352
/
+102
*
Allow cxgb to be unified across versions by making newer features conditional
kmacy
2008-09-23
8
-6
/
+70
*
- Fix flag check
kmacy
2008-09-23
1
-3
/
+7
*
- Track number of times that the transmit queue overflowed
kmacy
2008-09-23
1
-4
/
+3
*
Fix issue with tom loading by moving cxgb_log_tcb in to tom
kmacy
2008-09-19
3
-1
/
+30
*
Fix two panics:
kmacy
2008-09-18
1
-3
/
+4
*
Remove the suser(9) interface from the kernel. It has been replaced from
attilio
2008-09-17
1
-2
/
+2
*
Further whitespace and copyright cleanups to minimize the
kmacy
2008-09-16
4
-5
/
+4
*
White space cleanups to bring closer to RELENG_7
kmacy
2008-09-16
8
-16
/
+6
*
Remove some dead code along with gratuitous differences between HEAD and 7
kmacy
2008-09-16
7
-49
/
+13
*
Fix issue with recovering from transient jumbo mbuf shortage.
kmacy
2008-09-09
3
-28
/
+7
*
New file missed vimagification.
julian
2008-09-03
1
-1
/
+2
*
Indicate at probe time if device can do offload and which revision it is
kmacy
2008-09-02
1
-1
/
+4
*
Import ioctl updates for latest rev of cxgbtool
kmacy
2008-09-02
3
-244
/
+247
*
Don't check if an interface can do tcp offload if there are no offload device...
kmacy
2008-09-01
1
-0
/
+1
[next]