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
/
ntb
Commit message (
Expand
)
Author
Age
Files
Lines
*
if_ntb: Don't roundup MW size to full BAR size unnecessarily
cem
2015-12-03
1
-1
/
+1
*
if_ntb: Log error *before* zeroing relevant variables
cem
2015-12-03
1
-2
/
+2
*
NTB: WC/WB isn't enough; set MMR region as UC
cem
2015-11-25
2
-28
/
+37
*
ntb: Add MW tunable for MMR Xeon errata workaround
cem
2015-11-24
1
-29
/
+57
*
if_ntb: Initialize if_mtu to the correct MTU
cem
2015-11-19
1
-1
/
+6
*
if_ntb: Add Xeon link watchdog register writes
cem
2015-11-19
3
-2
/
+34
*
if_ntb: Reuse receive buffers correctly
cem
2015-11-18
1
-10
/
+22
*
NTB: Expose 32-bit BAR limits to consumers
cem
2015-11-18
3
-8
/
+24
*
NTB: Mask off the low 12 bits of address/range registers
cem
2015-11-18
1
-6
/
+7
*
ntb_hw: Add programmatic interface to enable/disable WC
cem
2015-11-18
2
-2
/
+61
*
ntb_hw: Add tunable to disable write-combining
cem
2015-11-18
1
-1
/
+8
*
NTB: Fix 32-bit BAR size validation
cem
2015-11-18
1
-2
/
+2
*
if_ntb: Diff reduce with Linux
cem
2015-11-18
1
-24
/
+29
*
if_ntb: Clear the right QP in the free bitmap
cem
2015-11-14
1
-1
/
+1
*
NTB: MFV 8b782fab: unify translation addresses
cem
2015-11-12
2
-28
/
+23
*
if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setups
cem
2015-11-11
1
-2
/
+2
*
NTB: Add more HW registers to device sysctl tree
cem
2015-11-11
1
-2
/
+40
*
ntb: volatile some members set by interrupt routines
cem
2015-11-11
2
-6
/
+8
*
ntb_hw: Similarly, add a debug-leveled macro for ntb_hw
cem
2015-11-11
1
-0
/
+9
*
if_ntb: Add module-specific log level
cem
2015-11-11
1
-29
/
+39
*
if_ntb: Transport link cleanup needs to be on a taskqueue
cem
2015-11-11
2
-5
/
+14
*
NTB: Diff reduce with Linux
cem
2015-11-11
3
-26
/
+48
*
ntb_hw: Correctly detect DSD/USD
cem
2015-11-11
1
-2
/
+2
*
ntb_hw: In INTx fallback, correct db shift from 15 to 16
cem
2015-11-11
2
-1
/
+2
*
ntb: Use caddr_t to simplify pointer arithmetic
cem
2015-11-11
3
-16
/
+15
*
NTB: Skip db_valid validation writing DB link bit
cem
2015-11-11
1
-2
/
+9
*
ntb: Revert r290130 now that r290156 has landed
cem
2015-10-29
1
-4
/
+0
*
ntb: Do not attempt to set write-combining on MWs
cem
2015-10-29
1
-0
/
+4
*
if_ntb: Use ffsll() now that it is broadly available
cem
2015-10-22
1
-8
/
+1
*
NTB: Add device introspection sysctl hierarchy
cem
2015-10-22
3
-7
/
+371
*
NTB: Revert r289645
cem
2015-10-20
2
-8
/
+0
*
if_ntb: Diff-reduce with Linux; add queue index type
cem
2015-10-20
1
-10
/
+15
*
NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mw
cem
2015-10-20
1
-4
/
+7
*
NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX update
cem
2015-10-20
1
-44
/
+74
*
if_ntb: Correct over-long lines, use qmin()
cem
2015-10-20
1
-4
/
+4
*
if_ntb: Use if_printf instead of device_printf
cem
2015-10-20
1
-8
/
+7
*
NTB: MFV 2f887b9a: Rename Intel code names to platform names
cem
2015-10-20
2
-154
/
+154
*
NTB: Don't abort if setting a MW write-combine fails
cem
2015-10-20
1
-10
/
+27
*
NTB: Fix typo in bar5 tunables
cem
2015-10-20
1
-2
/
+2
*
NTB: MFV 7eb38781: Print driver name in module init
cem
2015-10-20
2
-0
/
+8
*
NTB: Clean up safely if attach fails early
cem
2015-10-20
1
-2
/
+4
*
NTB: MFV 9891417d: Increase transport MTU to 64k from 16k
cem
2015-10-20
1
-1
/
+1
*
if_ntb: Fix typo in qp_link_work to match Linux
cem
2015-10-20
1
-2
/
+2
*
NTB: MFV 42fefc86: Add parameters for Intel SNB B2B addresses
cem
2015-10-20
1
-2
/
+33
*
if_ntb: MFV 2849b5d7: Reset transport QP link stats on down
cem
2015-10-20
1
-9
/
+22
*
NTB: Change Atom (BWD/SoC) pci_id name to match others
cem
2015-10-20
1
-2
/
+3
*
NTB: MFV 5ae0beb6: Enable link for Intel root port mode in probe
cem
2015-10-20
1
-1
/
+4
*
NTB: enum-ify some HW constants
cem
2015-10-20
2
-10
/
+15
*
NTB: Pull copy of soc_link_is_err out of recover_soc_link
cem
2015-10-20
1
-6
/
+1
*
NTB: Drop some dead softc members
cem
2015-10-20
1
-6
/
+7
[next]