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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for good old 8192Hz profiling clock to software PMC.
mav
2013-02-26
1
-3
/
+6
*
Change the way how software PMC updates counters.
mav
2013-02-26
1
-2
/
+6
*
Update the EWMA statistics for each intermediary rate as well as the final
adrian
2013-02-26
1
-10
/
+33
*
cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulating
np
2013-02-26
5
-6
/
+67
*
cxgbe(4): Update firmware to 1.8.4.0.
np
2013-02-26
5
-7697
/
+8382
*
Part #2 of the TX chainmask changes:
adrian
2013-02-25
4
-53
/
+42
*
Begin adding support to explicitly set the current chainmask.
adrian
2013-02-25
14
-2
/
+49
*
The 5300 series ciss(4) board does not work in performant mode with our
sbruno
2013-02-25
1
-3
/
+12
*
Several cleanups and fixes to mxge:
gallatin
2013-02-25
1
-46
/
+25
*
Don't try and negotiate sync mode if either period or offset are zero.
mjacob
2013-02-25
1
-17
/
+24
*
Turn off fast posting for the ISP2100- I'd forgotten that it actually
mjacob
2013-02-25
1
-1
/
+7
*
Fix init/uninit function type.
hselasky
2013-02-25
1
-4
/
+4
*
Add new USB ID.
hselasky
2013-02-25
1
-0
/
+4
*
Bump per-device interrupt limit to more reasonable default.
gonzo
2013-02-23
1
-1
/
+1
*
Fix command timeout caused by data underrun during fetching ATAPI sense
mav
2013-02-22
3
-1
/
+3
*
Bump mxge copyright.
gallatin
2013-02-22
2
-2
/
+2
*
Improvements for newer mxge nics:
gallatin
2013-02-22
1
-4
/
+12
*
Try harder to make mxge safe for all combinations of INET and INET6
gallatin
2013-02-22
1
-2
/
+5
*
Fix build.
glebius
2013-02-22
1
-1
/
+0
*
Add a workaround for AR5416, AR9130 and AR9160 chipsets - work around
adrian
2013-02-22
1
-1
/
+70
*
Disable debugging entries about BAW issues. I haven't seen any issues
adrian
2013-02-21
2
-0
/
+4
*
Improve mxge's receive performance for IPv6:
gallatin
2013-02-21
3
-530
/
+148
*
cxgbe(4): Add sysctls to extract debug information from the chip:
np
2013-02-21
2
-0
/
+230
*
bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD or
imp
2013-02-21
1
-3
/
+1
*
Fix build.
glebius
2013-02-21
1
-2
/
+2
*
Be slightly more paranoid with the TX DMA buffer maximum threshold.
adrian
2013-02-21
2
-2
/
+23
*
Remove incorrect comment about splsoftclock.
imp
2013-02-21
1
-1
/
+0
*
Add an option to allow the minimum number of delimiters to be tweaked.
adrian
2013-02-21
4
-2
/
+18
*
Add a new option to limit the maximum size of aggregates.
adrian
2013-02-21
5
-2
/
+32
*
Remove this unneeded printf(), sorry!
adrian
2013-02-21
1
-4
/
+0
*
The other giant locked storage drivers have removed splbio(), for the
imp
2013-02-21
1
-7
/
+0
*
Replace splhigh() with critical_enter()/leave() to ensure we write the
imp
2013-02-21
1
-13
/
+30
*
No longer need splhigh() since locking was done, delete it and
imp
2013-02-21
1
-9
/
+1
*
Refresh on the shared code for the E1000 drivers.
jfv
2013-02-21
23
-2089
/
+2521
*
cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP and
np
2013-02-20
1
-6
/
+8
*
revert 247035
des
2013-02-20
1
-16
/
+18
*
Reduce excessive nesting.
des
2013-02-20
1
-18
/
+16
*
Configure larger TX FIFO default and maximum level values.
adrian
2013-02-20
1
-2
/
+18
*
If any of the TX queues have underrun reporting enabled, enable
adrian
2013-02-20
1
-0
/
+2
*
A couple of quick tidyups:
adrian
2013-02-20
1
-6
/
+1
*
Enable TX FIFO underrun interrupts. This allows the TX FIFO threshold
adrian
2013-02-20
1
-0
/
+1
*
oops, tab!
adrian
2013-02-20
1
-1
/
+1
*
Post interrupts in the ath alq trace.
adrian
2013-02-20
1
-0
/
+4
*
CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather than
adrian
2013-02-20
1
-6
/
+13
*
Add support to mxge for IPv6 TX csum offload & IPv6 TSO.
gallatin
2013-02-19
2
-52
/
+226
*
MFcalloutng:
mav
2013-02-19
1
-8
/
+13
*
MFcalloutng:
mav
2013-02-19
1
-6
/
+12
*
Fix typo
uqs
2013-02-19
1
-2
/
+2
*
Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be held
markj
2013-02-18
1
-6
/
+6
*
Fix an incorrect sizeof()
adrian
2013-02-18
1
-1
/
+1
[next]