]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
hyperv/hn: Make # of rings configurable
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
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 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 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-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-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-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 sephehyperv/vmbus: Event handling code refactor.
2016-01-26 sephehyperv/hn: Improve sending performance
2016-01-25 sephehyperv/vmbus: Avoid extra copy of page information.
2016-01-25 sephehyperv/hn: Trust host TCP segment checksum verification...
2016-01-25 sephehyperv/hn: Remove unnecessary zeroing out the netvsc_packet
2016-01-25 sephehyperv/hn: Use m_copydata for chimney sending.
2016-01-25 sephehyperv/hn: Partly rework transmission path
2016-01-22 sephehyperv/stor: Verify returned inquiry data before furthe...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 sephehyperv/vmbus: Lookup channel through id table
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-19 hselaskyAdd optimizing LRO wrapper:
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 sephehyperv: set receive buffer size according to NVSP proto...
2016-01-14 sephehyperv: add interrupt counters
2016-01-14 sephehyperv: implement an event timer
2016-01-14 sephehyperv: remove unused vmbus definitions
2016-01-14 sephehyperv: use x86 generic code to do the hypervisor detection
2016-01-14 sephehyperv/hn: Unbreak LINT-NOIP
2016-01-13 ngieMFhead @ r293815
2016-01-12 sephehyperv/hn: Removed unused netvsc_init()
2016-01-12 sephehyperv/hn: Avoid mbuf cluster allocation, if the packet...
2016-01-12 sephehyperv/hn: Implement SIOC[SG]IFMEDIA support
2016-01-12 sephehyperv/hn: Implement LRO
2016-01-08 delphijMFV r293415:
2016-01-05 delphijMFV r293125: less v481.
2015-12-29 ngieMFhead @ r292618
2015-12-29 delphijhyperv: vmbus: run non-blocking message handlers in...
2015-12-29 delphijhyperv: vmbus: remove the per-channel control_work_queue
next