]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv/netvsc
hyperv/vmbus: Busdma-fy MNF and event flags.
[FreeBSD/FreeBSD.git] / sys / dev / hyperv / netvsc /
2016-06-07 sephenet: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-23 sephehyperv/hn: Use hyperv busdma(9) helper.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-16 sephehyperv/hn: Combine per-packet-information parsing.
2016-05-12 mmMFV r299425:
2016-05-11 sephehyperv/hn: Extract RSS hash value and type.
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-27 sephehyperv/hn: Add stat for # of chimney sending tries
2016-04-27 sephehyperv/hn: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Remove unapplied comment.
2016-04-27 sephehyperv/hn: Restart sending earlier once we gathered...
2016-04-26 sephehyperv/hn: Change description to "Hyper-V Network Inter...
2016-04-26 sephehyperv/hn: Avoid sub-channel creation callback.
2016-04-25 sephehyperv/hn: Synchronize sub-channel offers
2016-04-25 sephehyperv/hn: Allow users to configure ifq or bufring...
2016-04-25 sephehn: Increase odrops for if_transmit method if drbr_enqu...
2016-04-22 sephehyperv: Update copyright to 2016 for the files Microsof...
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-13 gjbMFH
2016-04-13 sephehyperv: device_get_softc does not return NULL
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
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-04 gjbMFH
2016-04-01 sephetcp/lro: Use tcp_lro_flush_all in device drivers to...
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-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-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 sephehyperv/hn: Set hash per-packet-info for each packet...
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-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: Remove useless channel inbound_lock
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-23 gjbMFH
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 gjbMFH
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-15 gjbMFH
2016-02-14 sephehyperv/hn: Fix typo in comment
next