]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ntb
Fix TCP IPv6 SYN cache kernel information disclosure.
[FreeBSD/FreeBSD.git] / sys / dev / ntb /
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 gjbMFH r289384-r293170
2016-01-04 emasteMerge LLDB 3.8
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-07 markjMFV r289003:
2015-12-06 ngieMFhead@r291879
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-12-03 cemif_ntb: Don't roundup MW size to full BAR size unnecess...
2015-12-03 cemif_ntb: Log error *before* zeroing relevant variables
2015-11-26 ngieMFhead @ r291345
2015-11-25 cemNTB: WC/WB isn't enough; set MMR region as UC
2015-11-24 cemntb: Add MW tunable for MMR Xeon errata workaround
2015-11-24 ngieMFhead @ r291235
2015-11-19 cemif_ntb: Initialize if_mtu to the correct MTU
2015-11-19 cemif_ntb: Add Xeon link watchdog register writes
2015-11-18 ngieMFhead @ r291038
2015-11-18 cemif_ntb: Reuse receive buffers correctly
2015-11-18 cemNTB: Expose 32-bit BAR limits to consumers
2015-11-18 cemNTB: Mask off the low 12 bits of address/range registers
2015-11-18 cemntb_hw: Add programmatic interface to enable/disable WC
2015-11-18 cemntb_hw: Add tunable to disable write-combining
2015-11-18 cemNTB: Fix 32-bit BAR size validation
2015-11-18 cemif_ntb: Diff reduce with Linux
2015-11-16 ngieMFhead @ r290899
2015-11-14 cemif_ntb: Clear the right QP in the free bitmap
2015-11-12 cemNTB: MFV 8b782fab: unify translation addresses
2015-11-11 cemif_ntb: MFV c92ba3c5: invalid buf pointer in multi...
2015-11-11 cemNTB: Add more HW registers to device sysctl tree
2015-11-11 cemntb: volatile some members set by interrupt routines
2015-11-11 cemntb_hw: Similarly, add a debug-leveled macro for ntb_hw
2015-11-11 cemif_ntb: Add module-specific log level
2015-11-11 cemif_ntb: Transport link cleanup needs to be on a taskqueue
2015-11-11 cemNTB: Diff reduce with Linux
2015-11-11 cemntb_hw: Correctly detect DSD/USD
2015-11-11 cemntb_hw: In INTx fallback, correct db shift from 15...
2015-11-11 cemntb: Use caddr_t to simplify pointer arithmetic
2015-11-11 cemNTB: Skip db_valid validation writing DB link bit
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-29 cemntb: Revert r290130 now that r290156 has landed
2015-10-29 cemntb: Do not attempt to set write-combining on MWs
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-23 sjgMerge bmake 20151020
2015-10-22 cemif_ntb: Use ffsll() now that it is broadly available
2015-10-22 cemNTB: Add device introspection sysctl hierarchy
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-20 cemNTB: Revert r289645
2015-10-20 cemif_ntb: Diff-reduce with Linux; add queue index type
2015-10-20 cemNTB: MFV 8c9edf63: Fix zero size or integer overflow...
2015-10-20 cemNTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX...
2015-10-20 cemif_ntb: Correct over-long lines, use qmin()
2015-10-20 cemif_ntb: Use if_printf instead of device_printf
2015-10-20 cemNTB: MFV 2f887b9a: Rename Intel code names to platform...
2015-10-20 cemNTB: Don't abort if setting a MW write-combine fails
2015-10-20 cemNTB: Fix typo in bar5 tunables
2015-10-20 cemNTB: MFV 7eb38781: Print driver name in module init
2015-10-20 cemNTB: Clean up safely if attach fails early
2015-10-20 cemNTB: MFV 9891417d: Increase transport MTU to 64k from 16k
2015-10-20 cemif_ntb: Fix typo in qp_link_work to match Linux
2015-10-20 cemNTB: MFV 42fefc86: Add parameters for Intel SNB B2B...
2015-10-20 cemif_ntb: MFV 2849b5d7: Reset transport QP link stats...
2015-10-20 cemNTB: Change Atom (BWD/SoC) pci_id name to match others
2015-10-20 cemNTB: MFV 5ae0beb6: Enable link for Intel root port...
2015-10-20 cemNTB: enum-ify some HW constants
2015-10-20 cemNTB: Pull copy of soc_link_is_err out of recover_soc_link
2015-10-20 cemNTB: Drop some dead softc members
2015-10-20 cemNTB: Replace last reg_ofs with self_reg
2015-10-19 cemNTB: Add ntb_db_vector_mask() missed in r289546
2015-10-19 cemNTB: Add ntb_db_valid_mask() missed in r289546
2015-10-19 cemNTB: Add ntb_mw_clear_trans() missed in r289546
2015-10-19 baptMerge from head
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 cemif_ntb: MFV e26a5843: Move MW/DB management to if_ntb
2015-10-18 cemif_ntb: Rename things to match Linux driver
2015-10-18 cemif_ntb: Replace handmade bitset macros with sys/bitset.h
2015-10-18 cemNTB: Flesh out the rest of the xeon_setup_b2b_mw changes
2015-10-18 cemNTB: "Split ntb_hw_intel and ntb_transport drivers"
2015-10-18 cemNTB: Simplify ntb_map_pci_bars
2015-10-18 cemNTB: Simplify interrupt handling by merging SoC/Xeon
2015-10-18 cemNTB: Rename some variables/functions to match Linux
2015-10-18 cemNTB: Rename some constants to match Linux
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-15 cemNTB: MFV ab760a0c: Add split BAR support for Haswell
2015-10-15 cemNTB: Add variable number MW, DB CB support code
2015-10-15 gjbMFH to r289370
2015-10-14 cemNTB: MFV 1db97f25: Pull out platform detection logic
2015-10-14 cemNTB: Abstract doorbell register access
2015-10-14 cemif_ntb: MFV 3cc5ba19: Add alignment check to meet hardw...
2015-10-14 cemNTB: MFV a1413cfb: correct the spread of queues over...
2015-10-14 cemNTB: Remap MSI-X messages over available slots
2015-10-14 cemNTB: Reserve link event doorbell callback on Xeon
2015-10-14 cemNTB: MFV 53a788a7: Split ntb_setup_interrupts() into...
2015-10-14 cemif_ntb: Cleanup style
2015-10-14 cemNTB: MFV 403c63cb: client event cleanup
next