summaryrefslogtreecommitdiffstats
path: root/sys/dev/ntb
Commit message (Expand)AuthorAgeFilesLines
* NTB: workaround for high traffic hardware hangcem2016-02-143-35/+406
* ntb_hw(4): Print correct PAT name for non-WC/WB types mapped at loadcem2016-02-101-4/+28
* ntb_hw(4): Allow any x86 PAT caching flags for MW defaultscem2016-02-101-11/+44
* if_ntb: Don't roundup MW size to full BAR size unnecessarilycem2015-12-031-1/+1
* if_ntb: Log error *before* zeroing relevant variablescem2015-12-031-2/+2
* NTB: WC/WB isn't enough; set MMR region as UCcem2015-11-252-28/+37
* ntb: Add MW tunable for MMR Xeon errata workaroundcem2015-11-241-29/+57
* if_ntb: Initialize if_mtu to the correct MTUcem2015-11-191-1/+6
* if_ntb: Add Xeon link watchdog register writescem2015-11-193-2/+34
* if_ntb: Reuse receive buffers correctlycem2015-11-181-10/+22
* NTB: Expose 32-bit BAR limits to consumerscem2015-11-183-8/+24
* NTB: Mask off the low 12 bits of address/range registerscem2015-11-181-6/+7
* ntb_hw: Add programmatic interface to enable/disable WCcem2015-11-182-2/+61
* ntb_hw: Add tunable to disable write-combiningcem2015-11-181-1/+8
* NTB: Fix 32-bit BAR size validationcem2015-11-181-2/+2
* if_ntb: Diff reduce with Linuxcem2015-11-181-24/+29
* if_ntb: Clear the right QP in the free bitmapcem2015-11-141-1/+1
* NTB: MFV 8b782fab: unify translation addressescem2015-11-122-28/+23
* if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setupscem2015-11-111-2/+2
* NTB: Add more HW registers to device sysctl treecem2015-11-111-2/+40
* ntb: volatile some members set by interrupt routinescem2015-11-112-6/+8
* ntb_hw: Similarly, add a debug-leveled macro for ntb_hwcem2015-11-111-0/+9
* if_ntb: Add module-specific log levelcem2015-11-111-29/+39
* if_ntb: Transport link cleanup needs to be on a taskqueuecem2015-11-112-5/+14
* NTB: Diff reduce with Linuxcem2015-11-113-26/+48
* ntb_hw: Correctly detect DSD/USDcem2015-11-111-2/+2
* ntb_hw: In INTx fallback, correct db shift from 15 to 16cem2015-11-112-1/+2
* ntb: Use caddr_t to simplify pointer arithmeticcem2015-11-113-16/+15
* NTB: Skip db_valid validation writing DB link bitcem2015-11-111-2/+9
* ntb: Revert r290130 now that r290156 has landedcem2015-10-291-4/+0
* ntb: Do not attempt to set write-combining on MWscem2015-10-291-0/+4
* if_ntb: Use ffsll() now that it is broadly availablecem2015-10-221-8/+1
* NTB: Add device introspection sysctl hierarchycem2015-10-223-7/+371
* NTB: Revert r289645cem2015-10-202-8/+0
* if_ntb: Diff-reduce with Linux; add queue index typecem2015-10-201-10/+15
* NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mwcem2015-10-201-4/+7
* NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX updatecem2015-10-201-44/+74
* if_ntb: Correct over-long lines, use qmin()cem2015-10-201-4/+4
* if_ntb: Use if_printf instead of device_printfcem2015-10-201-8/+7
* NTB: MFV 2f887b9a: Rename Intel code names to platform namescem2015-10-202-154/+154
* NTB: Don't abort if setting a MW write-combine failscem2015-10-201-10/+27
* NTB: Fix typo in bar5 tunablescem2015-10-201-2/+2
* NTB: MFV 7eb38781: Print driver name in module initcem2015-10-202-0/+8
* NTB: Clean up safely if attach fails earlycem2015-10-201-2/+4
* NTB: MFV 9891417d: Increase transport MTU to 64k from 16kcem2015-10-201-1/+1
* if_ntb: Fix typo in qp_link_work to match Linuxcem2015-10-201-2/+2
* NTB: MFV 42fefc86: Add parameters for Intel SNB B2B addressescem2015-10-201-2/+33
* if_ntb: MFV 2849b5d7: Reset transport QP link stats on downcem2015-10-201-9/+22
* NTB: Change Atom (BWD/SoC) pci_id name to match otherscem2015-10-201-2/+3
* NTB: MFV 5ae0beb6: Enable link for Intel root port mode in probecem2015-10-201-1/+4
OpenPOWER on IntegriCloud