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
*
cxgb(4): implement if_get_counter.
np
2014-09-27
1
-37
/
+85
*
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
glebius
2014-09-19
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-5
/
+0
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+5
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-5
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Add dependencies on the firmware, which allows the loading of the cxgb
kib
2013-05-16
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-1
/
+1
*
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
1
-2
/
+2
*
Attach interrupt handlers during attach instead of during the first time
jhb
2012-08-30
1
-5
/
+5
*
cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.
np
2012-06-30
1
-21
/
+43
*
- Updated TOE support in the kernel.
np
2012-06-19
1
-155
/
+297
*
Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).
np
2012-02-09
1
-3
/
+3
*
Allocate the BAR for userspace doorbells after the is_offload check
np
2012-02-08
1
-9
/
+11
*
Remove if_start from cxgb and cxgbe.
np
2012-02-07
1
-15
/
+2
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
t3_free_sge_resources should be given the number of qsets it needs to free.
np
2011-03-24
1
-5
/
+6
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-2
/
+2
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-5
/
+5
*
wakeup is required if the adapter lock is released anywhere during
np
2010-08-15
1
-2
/
+5
*
- Change the warning about PCI-e links narrower than x8 to only apply to
jhb
2010-07-26
1
-13
/
+11
*
Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:
np
2010-07-09
1
-23
/
+39
*
Eliminate ext_intr_task. The "slow" interrupt handler is already
np
2010-07-09
1
-51
/
+2
*
Fix bufsize calculation so that cxgbtool can display information for the
np
2010-07-09
1
-1
/
+0
*
make format string a string literal.
np
2010-06-12
1
-1
/
+1
*
cxgb(4): add an 'nfilters' tunable that lets the user place an upper
np
2010-06-07
1
-4
/
+11
*
Remove invalid assertion.
np
2010-05-20
1
-1
/
+0
*
Do not hold the T3 firmware in memory all the time. firmware(9) can
np
2010-05-05
1
-2
/
+0
*
Add support for hardware filters to cxgb(4). The T3 chip can inspect
np
2010-05-05
1
-0
/
+273
*
Add IFCAP_LINKSTATE to cxgb's capabilities.
np
2010-05-04
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Increase response queue size to avoid starvation, add a counter
np
2010-04-02
1
-15
/
+23
*
Multiple fixes related to queue set sizing and resources:
np
2010-03-31
1
-2
/
+2
*
Fix tx drop statistics.
np
2010-03-31
1
-23
/
+10
*
Do not attempt to retrieve interrupt information before it is available.
np
2010-03-31
1
-1
/
+3
*
Refresh the firmware version immediately after it is upgraded (or downgraded).
np
2010-03-31
1
-4
/
+12
*
Better TwinAx transceiver detection.
np
2010-03-09
1
-1
/
+1
*
Support IFCAP_VLANHWTSO in cxgb(4). It works with or without vlanhwtag.
np
2010-02-26
1
-20
/
+29
*
There is no need to test __FreeBSD_version for features that have
np
2010-02-24
1
-80
/
+21
*
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
[next]