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
/
t4_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Many updates to cxgbe(4)
np
2011-12-16
1
-607
/
+2416
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
- driver ioctl to get SGE context for any given queue.
np
2011-06-11
1
-0
/
+33
*
Cause backpressure (instead of dropping frames) on congestion.
np
2011-06-04
1
-0
/
+2
*
Provide hit-count with rest of the information about a filter.
np
2011-06-01
1
-1
/
+19
*
Firmware device log.
np
2011-05-31
1
-0
/
+151
*
- Specialized ingress queues that take interrupts for other ingress
np
2011-05-30
1
-59
/
+73
*
L2 table code. This is enough to get the T4's switch + L2 rewrite
np
2011-05-30
1
-12
/
+32
*
Simplify t4_os_find_pci_capability.
np
2011-05-19
1
-35
/
+2
*
- Enable per-channel congestion notification.
np
2011-05-18
1
-1
/
+8
*
Add missing header. The test for VLAN_CAPABILITIES later in the file
np
2011-05-17
1
-0
/
+1
*
Bump up the number of egress queues that the driver is allowed to use.
np
2011-05-05
1
-1
/
+1
*
T4 packet filtering/steering.
np
2011-05-05
1
-3
/
+530
*
Use Toeplitz hash for RSS.
np
2011-04-19
1
-0
/
+1
*
- Move all Ethernet specific items from sge_eq to sge_txq. sge_eq is
np
2011-04-19
1
-8
/
+12
*
Fix a couple of bad races that can occur when a cxgbe interface is taken
np
2011-04-15
1
-3
/
+19
*
There is no need to request a tx credit flush if such a request is already
np
2011-04-14
1
-0
/
+1
*
Modify read/write ioctls to work with 64 bit registers too.
np
2011-04-07
1
-6
/
+23
*
Update header and related code for firmware 1.3.8
np
2011-04-01
1
-1
/
+5
*
Do not over-allocate MSI interrupts for the case where each ingress
np
2011-03-24
1
-25
/
+31
*
Display holdoff timers and packet counts as a list of numbers.
np
2011-03-09
1
-8
/
+24
*
cxgbe shouldn't directly know of the UMA zones where network buffers
np
2011-03-08
1
-2
/
+12
*
Be sure to stay within the bounds of the mod_str array when displaying
np
2011-03-05
1
-2
/
+6
*
Store the ifnet rather than the port_info in each txq and rxq struct.
np
2011-03-05
1
-2
/
+1
*
Upgrade the firmware on the card automatically if a better version is
np
2011-03-05
1
-15
/
+56
*
Resume tx immediately in response to an SGE egress update from the hardware.
np
2011-03-05
1
-7
/
+41
*
cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.
np
2011-02-18
1
-0
/
+2747