]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
sys: use our roundup2/rounddown2() macros when param.h is available.
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
2016-04-19 sephehyperv/vmbus: Make device probe/attach synchronous...
2016-04-19 sephehyperv: Remove two assign-only local variables
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 sephehyperv/hn: Hide ring to channel linkage message under...
2016-04-15 sephehyperv: No need to zero out softc
2016-04-15 sephehyperv/stor: Use xpt_done_direct() upon I/O completion
2016-04-15 sephehyperv/vmbus: Put multi-channel offer logging under...
2016-04-15 sephehyperv/stor: Temporary disable the wrongly done command...
2016-04-15 sephehyperv: Deprecate HYPERV option by moving Hyper-V IDT...
2016-04-13 gjbMFH
2016-04-13 sephehyperv: device_get_softc does not return NULL
2016-04-13 sephehyperv/vmbus: Merge duplicated version check for events
2016-04-12 philMerge libxo 0.4.6
2016-04-12 gjbMFH
2016-04-12 sephehyperv: Replace 0 w/ NULL
2016-04-11 gjbMFH
2016-04-11 sephehyperv: Typo
2016-04-11 sephehyperv/hn: Remove unnecessary NULL checks
2016-04-11 sephehyperv/hn: By default enable multiple TX/RX rings,...
2016-04-11 sephehyperv/hn: Cap default # of rings to 8.
2016-04-11 sephehyperv: Define macro for Hyper-V interface
2016-04-11 sephehyperv: Print more features
2016-04-11 sephehyperv: Break long line
2016-04-11 sephehyperv: Declare hyperv_{features,recommends} properly
2016-04-11 sephehyperv: Resurrect r297481
2016-04-11 sephehyperv: Identify Hyper-V features and recommends properly
2016-04-11 sephehyperv/vmbus: Get rid of max_leaf detection; this is...
2016-04-11 sephehyperv/vmbus: Nuke unused function
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-08 sephehyperv: Revert r297481
2016-04-07 sephehyperv: Use lapic_{alloc,free}_ipi to allocate private...
2016-04-07 sephehyperv: Typo in r297634
2016-04-07 sephehyperv/vmbus: Use default mtx for channel message queue
2016-04-07 sephehyperv: Use mb() instead of atomic_thread_fence_seq_cst()
2016-04-04 gjbMFH
2016-04-01 sephetcp/lro: Use tcp_lro_flush_all in device drivers to...
2016-04-01 sephehyperv: Register Hyper-V timer early enough for TSC...
2016-03-24 sephehyperv/vmbus: Create per-cpu fast taskqueue for msg...
2016-03-24 sephehyperv/utils: Allow hint to disable individual utility
2016-03-24 sephehyperv/vmbus: use a better retry method in hv_vmbus_pos...
2016-03-22 sephehyperv/hn: When short of mbufs on the RX path, don...
2016-03-22 sephehyperv/hn: Factor out hn_set_lro_lenlim()
2016-03-22 sephehyperv/hn: Reduce TCP segment aggregation limit for...
2016-03-22 sephehyperv/vmbus: Remove NULL check for taskqueue_create_fa...
2016-03-22 sephehyperv/vmbus: Use taskqueue_fast for non-performance...
2016-03-22 sephehyperv/evttimer: Use an independent message slot so...
2016-03-21 sephehyperv/vmbus: Implement bus_child_pnpinfo_str method
2016-03-21 sephehyperv: Factor out snprinf_hv_guid()
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 gjbMFH
2016-03-10 sephehyperv/hn: Make the # of TX rings configurable.
2016-03-10 sephehyperv/hn: Factor out hn_channel_attach
2016-03-10 sephehyperv/hn: Move if_initname to an earlier place
2016-03-06 gjbMFH
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-04 sephehyperv/hn: Add per-TX ring stats for # of transmitted...
2016-03-04 sephehyperv/hn: Pass channel to send done callbacks.
2016-03-04 sephehyperv/hn: Add multiple channel support, a.k.a. vRSS
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-02 sephehyperv/hn: Make # of rings configurable
2016-03-02 sephehyperv/hn: Fix typo in comment
2016-03-02 sephehyperv/hn: Make read buffer per-channel
2016-03-02 sephehyperv/hn: Pass channel to hv_nv_on_receive_completion()
2016-03-02 sephehyperv/chan: Factor out the vcpu setting
2016-03-02 sephehyperv/chan: Function renaming; no functional change
2016-03-02 sephehyperv/chan: Add sysctl node to check whether monitor...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-03-01 sephehyperv/channel: Nuke useless stack variable
2016-03-01 sephehyperv/hn: Set hash per-packet-info for each packet...
2016-02-29 sephehyperv/channel: Add sysctl node for channel owner cpu
2016-02-29 sephehyperv/hn: Utilize mbuf flowid
2016-02-29 sephehyperv/hn: Put LRO aggregation limit settings under...
2016-02-29 sephehyperv/hn: Switch to if_transmit by default after r296178
2016-02-29 sephehyperv/channel: Add debug sysctl nodes for channel...
2016-02-29 sephehyperv: Use proper fence function to keep store-load...
2016-02-26 sephehyperv/hn: Make transmission path channel aware
2016-02-26 sephehyperv/hn: Remove the useless num_outstanding_sends
2016-02-26 sephehyperv/hn: Associate TX/RX ring with channel
2016-02-26 sephehyperv/hn: Pass channel to TX/RX done
2016-02-26 sephehyperv/hn: Pass channel as the channel callback argument
2016-02-26 sephehyperv: Always set device for channels
2016-02-26 sephehyperv: Remove useless channel inbound_lock
2016-02-26 sephehyperv: Use atomic_fetchadd_int to get GPADL id.
2016-02-25 sephehyperv: Wait 5 seconds for hyperv result, instead of...
2016-02-25 sephehyperv/hn: Hold the TX ring lock then drain TX desc...
2016-02-25 sephehyperv/hn: Implement ifnet.if_transmit method
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 sephehyperv/vmbus: Use free(9) for interrupt page; it is...
2016-02-24 sephehyperv/utils: Code rearrange and cleanup
2016-02-23 gjbMFH
2016-02-23 sephehyperv/stor: Fix print format
2016-02-23 sephehyperv/hn: Use IFQ_DRV_PREPEND instead of IF_PREPEND
2016-02-23 sephehyperv/hn: Factor out hn_send_pkt() from hn_start_locked()
next