]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ntb
Prune a definition which is / was never used.
[FreeBSD/FreeBSD.git] / sys / dev / ntb /
2016-01-22 Xin LIMFV r294491: ntp 4.2.8p6.
2016-01-21 Dag-Erling SmørgravUpgrade to OpenSSH 7.1p2.
2016-01-20 Dag-Erling SmørgravUpgrade to OpenSSH 7.0p1.
2016-01-20 Dag-Erling SmørgravMFV (r285035): fix props (no content changes)
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.9p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.8p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-18 Xin LIMFV r294260:
2016-01-15 Baptiste DaroussinUpdate mandoc to 20160116
2016-01-08 Xin LIMFV r293415:
2016-01-05 Xin LIMFV r293125: less v481.
2015-12-30 Dimitry AndricUpdate clang to trunk r256633.
2015-12-30 Dimitry AndricUpdate llvm to trunk r256633.
2015-12-25 Dimitry AndricUpgrade our copies of clang and llvm to 3.7.1 release...
2015-12-25 Simon J. GerratyMerge bmake-20151220
2015-12-18 Christian BruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 Dag-Erling SmørgravUpgrade to Unbound 1.5.7.
2015-12-11 Ed MasteUpdate to ELF Tool Chain r3272
2015-12-08 Simon J. GerratyMerge bmake-20151201
2015-12-07 Mark JohnstonMFV r289003:
2015-12-04 Navdeep ParharCatch up with head.
2015-12-03 Jung-uk KimMerge OpenSSL 1.0.2e.
2015-12-03 Conrad Meyerif_ntb: Don't roundup MW size to full BAR size unnecess...
2015-12-03 Conrad Meyerif_ntb: Log error *before* zeroing relevant variables
2015-11-26 Navdeep ParharCatch up with head.
2015-11-25 Conrad MeyerNTB: WC/WB isn't enough; set MMR region as UC
2015-11-24 Conrad Meyerntb: Add MW tunable for MMR Xeon errata workaround
2015-11-21 Xin LIMFV r291123:
2015-11-19 Conrad Meyerif_ntb: Initialize if_mtu to the correct MTU
2015-11-19 Conrad Meyerif_ntb: Add Xeon link watchdog register writes
2015-11-19 Navdeep ParharCatch up with head (r291075).
2015-11-18 Conrad Meyerif_ntb: Reuse receive buffers correctly
2015-11-18 Conrad MeyerNTB: Expose 32-bit BAR limits to consumers
2015-11-18 Conrad MeyerNTB: Mask off the low 12 bits of address/range registers
2015-11-18 Conrad Meyerntb_hw: Add programmatic interface to enable/disable WC
2015-11-18 Conrad Meyerntb_hw: Add tunable to disable write-combining
2015-11-18 Conrad MeyerNTB: Fix 32-bit BAR size validation
2015-11-18 Conrad Meyerif_ntb: Diff reduce with Linux
2015-11-14 Conrad Meyerif_ntb: Clear the right QP in the free bitmap
2015-11-12 Conrad MeyerNTB: MFV 8b782fab: unify translation addresses
2015-11-12 Edwin GroothuisMFV of 290695,tzdata2015g
2015-11-11 Conrad Meyerif_ntb: MFV c92ba3c5: invalid buf pointer in multi...
2015-11-11 Conrad MeyerNTB: Add more HW registers to device sysctl tree
2015-11-11 Conrad Meyerntb: volatile some members set by interrupt routines
2015-11-11 Conrad Meyerntb_hw: Similarly, add a debug-leveled macro for ntb_hw
2015-11-11 Conrad Meyerif_ntb: Add module-specific log level
2015-11-11 Conrad Meyerif_ntb: Transport link cleanup needs to be on a taskqueue
2015-11-11 Conrad MeyerNTB: Diff reduce with Linux
2015-11-11 Conrad Meyerntb_hw: Correctly detect DSD/USD
2015-11-11 Conrad Meyerntb_hw: In INTx fallback, correct db shift from 15...
2015-11-11 Conrad Meyerntb: Use caddr_t to simplify pointer arithmetic
2015-11-11 Conrad MeyerNTB: Skip db_valid validation writing DB link bit
2015-11-01 Baptiste DaroussinMerge from head
2015-10-30 Jung-uk KimMerge OpenSSL 1.0.2d.
2015-10-29 Conrad Meyerntb: Revert r290130 now that r290156 has landed
2015-10-29 Conrad Meyerntb: Do not attempt to set write-combining on MWs
2015-10-28 Baptiste DaroussinMerge from head
2015-10-27 Baptiste DaroussinUpdate libucl to latest git snapshot (20151027)
2015-10-23 Simon J. GerratyMerge bmake 20151020
2015-10-22 Conrad Meyerif_ntb: Use ffsll() now that it is broadly available
2015-10-22 Conrad MeyerNTB: Add device introspection sysctl hierarchy
2015-10-22 Gleb SmirnoffMFV ntp-4.2.8p4 (r289715)
2015-10-20 Conrad MeyerNTB: Revert r289645
2015-10-20 Conrad Meyerif_ntb: Diff-reduce with Linux; add queue index type
2015-10-20 Conrad MeyerNTB: MFV 8c9edf63: Fix zero size or integer overflow...
2015-10-20 Conrad MeyerNTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX...
2015-10-20 Conrad Meyerif_ntb: Correct over-long lines, use qmin()
2015-10-20 Conrad Meyerif_ntb: Use if_printf instead of device_printf
2015-10-20 Conrad MeyerNTB: MFV 2f887b9a: Rename Intel code names to platform...
2015-10-20 Conrad MeyerNTB: Don't abort if setting a MW write-combine fails
2015-10-20 Conrad MeyerNTB: Fix typo in bar5 tunables
2015-10-20 Conrad MeyerNTB: MFV 7eb38781: Print driver name in module init
2015-10-20 Conrad MeyerNTB: Clean up safely if attach fails early
2015-10-20 Conrad MeyerNTB: MFV 9891417d: Increase transport MTU to 64k from 16k
2015-10-20 Conrad Meyerif_ntb: Fix typo in qp_link_work to match Linux
2015-10-20 Conrad MeyerNTB: MFV 42fefc86: Add parameters for Intel SNB B2B...
2015-10-20 Conrad Meyerif_ntb: MFV 2849b5d7: Reset transport QP link stats...
2015-10-20 Conrad MeyerNTB: Change Atom (BWD/SoC) pci_id name to match others
2015-10-20 Conrad MeyerNTB: MFV 5ae0beb6: Enable link for Intel root port...
2015-10-20 Conrad MeyerNTB: enum-ify some HW constants
2015-10-20 Conrad MeyerNTB: Pull copy of soc_link_is_err out of recover_soc_link
2015-10-20 Conrad MeyerNTB: Drop some dead softc members
2015-10-20 Conrad MeyerNTB: Replace last reg_ofs with self_reg
2015-10-19 Conrad MeyerNTB: Add ntb_db_vector_mask() missed in r289546
2015-10-19 Conrad MeyerNTB: Add ntb_db_valid_mask() missed in r289546
2015-10-19 Conrad MeyerNTB: Add ntb_mw_clear_trans() missed in r289546
2015-10-19 Baptiste DaroussinMerge from head
2015-10-19 Alexander MotinMFV r289561: 6328 Fix cstyle errors in zfs codebase
2015-10-18 Rui PauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 Conrad Meyerif_ntb: MFV e26a5843: Move MW/DB management to if_ntb
2015-10-18 Conrad Meyerif_ntb: Rename things to match Linux driver
2015-10-18 Conrad Meyerif_ntb: Replace handmade bitset macros with sys/bitset.h
2015-10-18 Conrad MeyerNTB: Flesh out the rest of the xeon_setup_b2b_mw changes
2015-10-18 Conrad MeyerNTB: "Split ntb_hw_intel and ntb_transport drivers"
2015-10-18 Conrad MeyerNTB: Simplify ntb_map_pci_bars
2015-10-18 Conrad MeyerNTB: Simplify interrupt handling by merging SoC/Xeon
2015-10-18 Conrad MeyerNTB: Rename some variables/functions to match Linux
2015-10-18 Conrad MeyerNTB: Rename some constants to match Linux
2015-10-18 Alexander MotinMFV r289535: 5767 fix several problems with zfs test...
2015-10-18 Alexander MotinMFV r289530: 5847 libzfs_diff should check zfs_prop_get...
next