aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/netvsc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hyperv/hn: Fix attach error handlingSepherosa Ziehau2016-11-283-45/+72
* hyperv/hn: Fix multi-packet RNDIS message aggregation size setting.Sepherosa Ziehau2016-11-281-4/+4
* hyperv/hn: Fix detach error handling.Sepherosa Ziehau2016-11-283-18/+74
* hyperv/hn: Utilize vmbus_chan_xact_waitSepherosa Ziehau2016-11-282-8/+4
* hyperv/hn: Fix primary channel revocationSepherosa Ziehau2016-11-242-28/+118
* hyperv/hn: Don't abuse hn_{tx,rx}_ring_inuse.Sepherosa Ziehau2016-11-211-11/+11
* hyperv/hn: Allow enabling IPv6 TX checksum offloading and IPv6 TSO.Sepherosa Ziehau2016-11-212-4/+7
* hyperv/hn: Fix WITNESS warningsSepherosa Ziehau2016-11-214-25/+45
* hyperv/hn: Implement RNDIS multi-packet message support.Sepherosa Ziehau2016-11-213-60/+557
* hyperv/hn: Directly fill chimney sending buffer for small packets.Sepherosa Ziehau2016-11-011-25/+37
* hyperv/hn: Move TSO packet fixup to an earlier place for if_transmit.Sepherosa Ziehau2016-11-011-28/+98
* hyperv/hn: Regroup if_start related functions.Sepherosa Ziehau2016-11-011-125/+153