]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
hyperv/hn: Add option to bind TX taskqueues to the specified CPU
[FreeBSD/FreeBSD.git] / sys / dev / hyperv / netvsc / hv_netvsc_drv_freebsd.c
2016-02-19 Sepherosa Ziehauhyperv/hn: Add option to bind TX taskqueues to the...
2016-02-18 Sepherosa Ziehauhyperv/hn: Use buf_ring for txdesc list
2016-02-18 Sepherosa Ziehauhyperv/hn: Split TX ring data structure out of softc
2016-02-18 Sepherosa Ziehauhyperv/hn: Use non-fast taskqueue for transmission
2016-02-18 Sepherosa Ziehauhyperv/hn: Use taskqueue_enqueue()
2016-02-18 Sepherosa Ziehauhyperv/hn: Split RX ring data structure out of softc
2016-02-18 Sepherosa Ziehauhyperv/hn: Change global tunable prefix to hw.hn
2016-02-18 Sepherosa Ziehauhyperv/hn: Always do transmission scheduling.
2016-02-18 Sepherosa Ziehauhyperv/hn: Add option to allow sharing TX taskq between...
2016-02-18 Sepherosa Ziehauhyperv/hn: Set the TCP ACK/data segment aggregation...
2016-02-14 Sepherosa Ziehauhyperv/hn: Fix typo in comment
2016-02-12 Ed MasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 Dag-Erling SmørgravUse the new insecure-lan-zones option instead of listin...
2016-02-11 Devin TeskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-09 Andrew TurnerUpdate our copy of the Linux dts files to be in sync...
2016-02-07 Pedro F. GiffuniMFV r295360
2016-02-05 Sepherosa Ziehauhyperv/hn: Add an option to always do transmission...
2016-02-05 Sepherosa Ziehauhyperv/hn: Move LRO flush to the channel processing...
2016-02-05 Sepherosa Ziehauhyperv/hn: Increase LRO entry count to 128 by default
2016-02-05 Sepherosa Ziehauhyperv/hn: Factor out hn_encap() from hn_start_locked()
2016-02-05 Sepherosa Ziehauhyperv/hn: Obey IFCAP_RXCSUM configure
2016-02-05 Sepherosa Ziehauhyperv/hn: Add sysctls to trust host side UDP and IP...
2016-02-05 Sepherosa Ziehauhyperv/hn: Enable UDP RXCSUM
2016-02-05 Sepherosa Ziehauhyperv/hn: Enable IP header checksum offloading
2016-02-05 Sepherosa Ziehauhyperv/hn: Reorganize TX csum offloading
2016-02-05 Sepherosa Ziehauhyperv/hn: Avoid duplicate csum features settings
2016-02-03 Bjoern A. ZeebMfH @r295202
2016-02-02 Pedro F. GiffuniMFV r295109:
2016-02-01 Andriy GaponMFV r294821: 6529 Properly handle updates of variably...
2016-01-29 Alexander MotinMFV 295046: 6358 A faulted pool with only unavailable...
2016-01-28 Jung-uk KimMerge OpenSSL 1.0.2f.
2016-01-26 Alexander MotinMFV r294819: 6495 Fix mutex leak in dmu_objset_find_dp
2016-01-26 Alexander MotinMFV r294816: 4986 receiving replication stream fails...
2016-01-26 Alexander MotinMFV r294814: 6393 zfs receive a full send as a clone
2016-01-26 Alexander MotinMFV r294812: 6434 sa_find_sizes() may compute wrong...
2016-01-26 Alexander MotinMFV r294810: 6414 vdev_config_sync could be simpler
2016-01-26 Alexander MotinMFV r294808: 6421 Add missing multilist_destroy calls...
2016-01-26 Alexander MotinMFV r294806: 6388 Failure of userland copy should retur...
2016-01-26 Alexander MotinMFV r294804: 6386 Fix function call with uninitialized...
2016-01-26 Alexander MotinMFV r294802: 6334 Cannot unlink files when over quota
2016-01-26 Alexander MotinMFV r294800: 6385 Fix unlocking order in zfs_zget
2016-01-26 Alexander MotinMFV r294798:
2016-01-26 Alexander MotinMFV r294796: 6319 assertion failed in zio_ddt_write...
2016-01-26 Alexander MotinMFV r294793:
2016-01-26 Sepherosa Ziehauhyperv/hn: Improve sending performance
2016-01-25 Sepherosa Ziehauhyperv/hn: Trust host TCP segment checksum verification...
2016-01-25 Sepherosa Ziehauhyperv/hn: Remove unnecessary zeroing out the netvsc_packet
2016-01-25 Sepherosa Ziehauhyperv/hn: Use m_copydata for chimney sending.
2016-01-25 Sepherosa Ziehauhyperv/hn: Partly rework transmission path
2016-01-22 Bjoern A. ZeebMFH @r294567
2016-01-22 Xin LIMFV r294491: ntp 4.2.8p6.
2016-01-21 Dag-Erling SmørgravUpgrade to OpenSSH 7.1p2.
2016-01-20 Dag-Erling SmørgravUpgrade to OpenSSH 7.0p1.
2016-01-20 Dag-Erling SmørgravMFV (r285035): fix props (no content changes)
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.9p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.8p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-19 Hans Petter SelaskyAdd optimizing LRO wrapper:
2016-01-18 Xin LIMFV r294260:
2016-01-15 Baptiste DaroussinUpdate mandoc to 20160116
2016-01-14 Sepherosa Ziehauhyperv/hn: Unbreak LINT-NOIP
2016-01-12 Sepherosa Ziehauhyperv/hn: Removed unused netvsc_init()
2016-01-12 Sepherosa Ziehauhyperv/hn: Avoid mbuf cluster allocation, if the packet...
2016-01-12 Sepherosa Ziehauhyperv/hn: Implement SIOC[SG]IFMEDIA support
2016-01-12 Sepherosa Ziehauhyperv/hn: Implement LRO
2016-01-08 Xin LIMFV r293415:
2016-01-05 Xin LIMFV r293125: less v481.
2015-12-30 Dimitry AndricUpdate clang to trunk r256633.
2015-12-30 Dimitry AndricUpdate llvm to trunk r256633.
2015-12-25 Dimitry AndricUpgrade our copies of clang and llvm to 3.7.1 release...
2015-12-25 Simon J. GerratyMerge bmake-20151220
2015-12-18 Christian BruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 Dag-Erling SmørgravUpgrade to Unbound 1.5.7.
2015-12-11 Ed MasteUpdate to ELF Tool Chain r3272
2015-12-08 Simon J. GerratyMerge bmake-20151201
2015-12-07 Mark JohnstonMFV r289003:
2015-12-03 Jung-uk KimMerge OpenSSL 1.0.2e.
2015-11-26 Navdeep ParharCatch up with head.
2015-11-22 Wei HuIgnore the inbound checksum flags when doing packet...
2015-11-21 Xin LIMFV r291123:
2015-11-12 Edwin GroothuisMFV of 290695,tzdata2015g
2015-10-30 Jung-uk KimMerge OpenSSL 1.0.2d.
2015-10-27 Baptiste DaroussinUpdate libucl to latest git snapshot (20151027)
2015-10-23 Simon J. GerratyMerge bmake 20151020
2015-10-22 Gleb SmirnoffMFV ntp-4.2.8p4 (r289715)
2015-10-19 Alexander MotinMFV r289561: 6328 Fix cstyle errors in zfs codebase
2015-10-18 Rui PauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 Alexander MotinMFV r289535: 5767 fix several problems with zfs test...
2015-10-18 Alexander MotinMFV r289530: 5847 libzfs_diff should check zfs_prop_get...
2015-10-18 Alexander MotinMFV r289526:
2015-10-18 Alexander MotinMFC r289498: 6298 zfs_create_008_neg and zpool_create_0...
2015-10-18 Alexander MotinMFV r247180: Update vendor/illumos/dist and vendor...
2015-10-18 Alexander MotinMFV r289493: 5745 zfs set allows only one dataset prope...
2015-10-16 Alexander MotinMFV r289310:
2015-10-15 Alexander MotinMFV r289312: 2605 want to resume interrupted zfs send
2015-10-14 Alexander MotinMFV r289311: 5764 "zfs send -nv" directs output to...
2015-10-14 Alexander MotinMFV r289308: 6267 dn_bonus evicted too early
2015-10-14 Alexander MotinMFV r289306: 6295 metaslab_condense's dbgmsg should...
2015-10-14 Alexander MotinMFV r289304: 6293 ztest failure: error == 28 (0xc ...
2015-10-14 Alexander MotinMFV r289298: 6286 ZFS internal error when set large...
next