aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/netvsc
Commit message (Expand)AuthorAgeFilesLines
* Do not trop UDP traffic when TXCSUM_IPV6 flag is onWei Hu2018-10-221-1/+2
* hyperv/hn: Fix panic in hypervisor code upon device detach eventDexuan Cui2018-07-171-0/+7
* if_hn: fix use of uninitialized variableEric van Gyzen2018-05-261-2/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* hyperv/hn: Enable transparent VF by default.Sepherosa Ziehau2017-10-111-1/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF.Sepherosa Ziehau2017-10-113-8/+36
* hyperv/hn: Workaround erroneous hash type observed on WS2016.Sepherosa Ziehau2017-10-103-30/+90
* hyperv/hn: Fix options RSS buildingSepherosa Ziehau2017-10-051-4/+0
* hyperv/hn: Unbreak i386 building.Sepherosa Ziehau2017-09-281-1/+1
* hyperv/hn: Fix UDP checksum offload issue in Azure.Sepherosa Ziehau2017-09-271-2/+57
* hyperv/hn: Set tcp header offset for CSUM/LSO offloading.Sepherosa Ziehau2017-09-272-27/+70
* hyperv/hn: Incease max supported MTUSepherosa Ziehau2017-09-191-2/+1
* hyperv/hn: Fix MTU settingSepherosa Ziehau2017-09-194-2/+46
* hyperv/hn: Apply VF's RSS settingSepherosa Ziehau2017-09-194-52/+363
* hyperv/hn: Log RSS capabilities mask.Sepherosa Ziehau2017-09-051-0/+2
* hyperv/hn: Implement SIOCGIFRSS{KEY,HASH}.Sepherosa Ziehau2017-09-051-0/+52
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-147-7/+7
* hyperv/hn: Re-set datapath after synthetic parts reattached.Sepherosa Ziehau2017-08-141-1/+2
* hyperv/hn: Minor cleanupSepherosa Ziehau2017-08-141-8/+7
* hyperv/hn: Fix/enhance receiving path when VF is activated.Sepherosa Ziehau2017-08-142-31/+120
* hyperv/hn: Update VF's ibytes properly under transparent VF mode.Sepherosa Ziehau2017-08-141-5/+26
* hyperv/hn: Implement transparent mode network VF.Sepherosa Ziehau2017-08-093-41/+811
* hyperv/hn: Add comment about ether_ifattach event subscription.Sepherosa Ziehau2017-08-011-0/+6
* hyperv/hn: Renaming and minor cleanupSepherosa Ziehau2017-08-012-48/+55
* hyperv/hn: Ignore LINK_SPEED_CHANGE status.Sepherosa Ziehau2017-07-241-0/+1
* hyperv/hn: Export VF list and VF-HN mappingSepherosa Ziehau2017-07-242-27/+280
* hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK.Sepherosa Ziehau2017-04-241-11/+91
* hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init.Sepherosa Ziehau2017-04-053-31/+103
* hyperv/hn: Misaligned chimney sending buffers should not be usedSepherosa Ziehau2017-03-011-3/+8
* hyperv/hn: Make sure that RNDIS packet message is at least 4B aligned.Sepherosa Ziehau2017-03-011-2/+15
* hyperv/hn: Simplify RNDIS packet total length calculation.Sepherosa Ziehau2017-03-011-4/+3
* hyperv/hn: Simplify RNDIS packet data offset calculation.Sepherosa Ziehau2017-02-281-5/+2
* hyperv/hn: add devctl_notify for VF_UP/DOWN eventsDexuan Cui2017-01-241-0/+3
* hyperv/hn: add a sysctl name for the VF interfaceDexuan Cui2017-01-241-0/+20
* hyperv/hn: add the support for VF drivers (SR-IOV)Dexuan Cui2017-01-245-9/+192
* hyperv/hn: remove the MTU and IFF_DRV_RUNNING checking in hn_rxpkt()Dexuan Cui2017-01-241-9/+1
* hyperv/hn: remember the channel pointer in struct hn_rx_ringDexuan Cui2017-01-242-0/+3
* hyperv/hn: Factor out function to set rxfilter.Sepherosa Ziehau2016-12-281-10/+18
* hyperv/hn: Function renaming; no functional changes.Sepherosa Ziehau2016-12-281-6/+6
* hyperv/hn: Consolidate hn_{suspend,resume}Sepherosa Ziehau2016-12-281-10/+10
* hyperv/hn: Add polling supportSepherosa Ziehau2016-12-122-0/+81
* hyperv/hn: Add 'options RSS' support.Sepherosa Ziehau2016-12-011-5/+63
* hyperv/hn: Don't hold txdesc, if no BPFs are attached.Sepherosa Ziehau2016-12-011-8/+12
* hyperv/hn: Add HN_DEBUG kernel option.Sepherosa Ziehau2016-12-011-2/+9
* hyperv/hn: Allow TX to share event taskqueues.Sepherosa Ziehau2016-11-301-11/+35
* hyperv/hn: Allow multiple TX taskqueues.Sepherosa Ziehau2016-11-302-16/+52
* hyperv/hn: Nuke the unused TX taskqueue CPU binding tunable.Sepherosa Ziehau2016-11-301-31/+3
* hyperv/hn: Simplify RSS indirect table fixup APISepherosa Ziehau2016-11-281-5/+10
* hyperv/hn: Fix vmbus_chan_subidx usage.Sepherosa Ziehau2016-11-281-6/+5
* hyperv/hn: Enable multi-packet RNDIS message support by default.Sepherosa Ziehau2016-11-281-1/+1