]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
Add new USB ID to UDL driver.
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
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 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-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 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 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()
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 sephehyperv/hn: Add TX method for txeof processing.
2016-02-22 sephehyperv/hn: Staticize and rename packet TX done function
2016-02-22 sephehyperv/hn: Rename TX related function and struct fields...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 sephehyperv/hn: Free the txdesc buf_ring when the TX ring...
2016-02-19 sephehyperv/hn: Enable IP header checksum offloading for...
2016-02-19 sephehyperv/hn: Add option to bind TX taskqueues to the...
2016-02-18 sephehyperv/hn: Use buf_ring for txdesc list
2016-02-18 sephehyperv/hn: Split TX ring data structure out of softc
2016-02-18 sephehyperv/hn: Use non-fast taskqueue for transmission
2016-02-18 sephehyperv/hn: Use taskqueue_enqueue()
2016-02-18 sephehyperv/hn: Split RX ring data structure out of softc
2016-02-18 sephehyperv/hn: Change global tunable prefix to hw.hn
2016-02-18 sephehyperv/hn: Always do transmission scheduling.
2016-02-18 sephehyperv/hn: Add option to allow sharing TX taskq between...
2016-02-18 sephehyperv/hn: Set the TCP ACK/data segment aggregation...
2016-02-14 sephehyperv/hn: Fix typo in comment
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 sephehyperv: Use malloc for page allocation.
2016-02-05 sephehyperv: Use WAITOK in the places where we can wait
2016-02-05 sephehyperv: Use standard taskqueue instead of hv_work_queue
2016-02-05 sephehyperv/hn: Add an option to always do transmission...
2016-02-05 sephehyperv/hn: Move LRO flush to the channel processing...
2016-02-05 sephehyperv/hn: Increase LRO entry count to 128 by default
2016-02-05 sephehyperv/hn: Recover half of the chimney sending space
2016-02-05 sephehyperv/hn: Factor out hn_encap() from hn_start_locked()
2016-02-05 sephehyperv/hn: Obey IFCAP_RXCSUM configure
2016-02-05 sephehyperv/hn: Add sysctls to trust host side UDP and IP...
2016-02-05 sephehyperv/hn: Enable UDP RXCSUM
2016-02-05 sephehyperv/hn: Enable IP header checksum offloading
2016-02-05 sephehyperv/hn: Reorganize TX csum offloading
2016-02-05 sephehyperv/hn: Avoid duplicate csum features settings
2016-02-05 sephehyperv/stor: Fix the NULL pointer dereference
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 sephehyperv/vmbus: Event handling code refactor.
2016-01-26 sephehyperv/hn: Improve sending performance
2016-01-26 dimMerge ^/head r294599 through r294776.
next