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
/
cxgb_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't forget to release the adapter lock for a no-op.
np
2010-01-23
1
-0
/
+2
*
Fix for a cxgb(4) panic. cxgb_ioctl can be called by the IP and IPv6
np
2010-01-20
1
-138
/
+139
*
Don't disable the XGMAC's tx on ifconfig down. It is unnecessary
np
2009-11-13
1
-3
/
+3
*
sc->rev and is_offload(sc) will always be 0 during probe. Wait till
np
2009-11-13
1
-6
/
+3
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-4
/
+0
*
cxgb(4) updates, including:
np
2009-10-05
1
-10
/
+35
*
Fill the reverse RSS map with 0xff's so that the subsequent loop to
jhb
2009-09-04
1
-0
/
+3
*
Various ifmedia related fixes in cxgb(4), including:
np
2009-06-24
1
-109
/
+118
*
Fix cxgb's ifmedia ioctl handling. Also fixed a comment.
np
2009-06-22
1
-7
/
+3
*
Greatly simplify cxgb by removing almost all of the custom mbuf management logic
kmacy
2009-06-19
1
-317
/
+364
*
Re-add the send queue tunable for people who do not use buffering.
gnn
2009-06-11
1
-1
/
+10
*
Rework interrupt bringup and teardown.
gnn
2009-05-27
1
-135
/
+128
*
Partial reversion of previous commit. The CXGB_SHUTDOWN flag does NOT
gnn
2009-05-22
1
-4
/
+0
*
Fix a possible panic cxgb_controller_attach() routine that would occur
gnn
2009-05-22
1
-6
/
+12
*
Integrate three changes from Chelsio.
gnn
2009-05-21
1
-95
/
+28
*
Modified the attach and detach routines to handle bringing ports up
gnn
2009-05-21
1
-85
/
+146
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-2
/
+2
*
Minor updates to the Chelsio driver, including removing an LOR.
gnn
2009-03-23
1
-10
/
+12
*
Fix a bug in the recent update to the Chelsio driver.
gnn
2009-03-21
1
-0
/
+1
*
Update the Chelsio driver to the latest bits from Chelsio
gnn
2009-03-10
1
-25
/
+177
*
Check in the actual module recognition code for the Chelsio
gnn
2008-12-18
1
-4
/
+73
*
Bug fix to support N310 version of Chelsio cards (board ID 1088).
gnn
2008-12-06
1
-3
/
+6
*
Re submit code to print the part and serial number for Chelsio cards.
gnn
2008-12-05
1
-0
/
+7
*
Update internal mac stats every time the tick task is called
kmacy
2008-12-01
1
-25
/
+16
*
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
1
-1
/
+2
*
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
1
-36
/
+20
*
Several small additions to the Chelsio 10G driver.
gnn
2008-11-21
1
-3
/
+19
*
Hide AF_INET specific ioctl handling under #ifdef INET.
bz
2008-11-06
1
-0
/
+4
*
Make sure that optical PHYs work ...
kmacy
2008-09-30
1
-0
/
+6
*
Update cxgb include paths to not require prefixing with dev/cxgb
kmacy
2008-09-23
1
-4
/
+0
*
Allow cxgb to be unified across versions by making newer features conditional
kmacy
2008-09-23
1
-0
/
+10
*
Further whitespace and copyright cleanups to minimize the
kmacy
2008-09-16
1
-2
/
+2
*
White space cleanups to bring closer to RELENG_7
kmacy
2008-09-16
1
-3
/
+1
*
Remove some dead code along with gratuitous differences between HEAD and 7
kmacy
2008-09-16
1
-33
/
+5
*
Fix issue with recovering from transient jumbo mbuf shortage.
kmacy
2008-09-09
1
-17
/
+0
*
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
1
-126
/
+182
*
Add LRO and MAC statistics to exported sysctls.
kmacy
2008-08-13
1
-7
/
+18
*
Remove cxgb private lro implementation and switch to using system implementat...
kmacy
2008-08-12
1
-2
/
+26
*
Vendor fix for PHY problem.
kmacy
2008-08-11
1
-0
/
+27
*
import vendor fixes to cxgb
kmacy
2008-07-18
1
-16
/
+46
*
MFSVN:
kmacy
2008-05-05
1
-1
/
+8
*
move cxgb_lt2.[ch] from NIC to TOE
kmacy
2008-04-19
1
-12
/
+4
*
pay attention to default cluster limits when sizing receive queues
kmacy
2008-03-20
1
-5
/
+4
*
fix link management bug and conditionally allow the PHY to be kept on at all ...
kmacy
2008-03-19
1
-2
/
+8
*
- Integrate 1.133 vendor driver changes
kmacy
2008-03-18
1
-16
/
+45
*
move remaining binaries in to blob headers
kmacy
2008-02-26
1
-17
/
+8
*
Move firmware in to separate module that can be compiled statically in to the...
kmacy
2008-02-26
1
-11
/
+16
[next]