aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/netvsc
Commit message (Expand)AuthorAgeFilesLines
...
* 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-22/+34
* 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
* hyperv/hn: Rename cleaned up file.Sepherosa Ziehau2016-11-011-0/+0
* hyperv/hn: Cosmetic cleanup; no functional changes.Sepherosa Ziehau2016-11-011-298/+271
* hyperv/hn: Don't start shared TX taskq, if the hypervisor is not Hyper-V.Sepherosa Ziehau2016-10-311-2/+7
* hyperv/hn: Reset do_lro, if the hash types are not TCP related.Sepherosa Ziehau2016-10-311-0/+16
* hyperv/hn: Cleanup RXBUF ack processing.Sepherosa Ziehau2016-10-312-24/+30
* hyperv/hn: Rework temporary channel packet buffer expanding.Sepherosa Ziehau2016-10-312-50/+59
* hyperv/hn: Rename cleaned up RNDIS source file.Sepherosa Ziehau2016-10-311-0/+0
* hyeprv/hn: Rename cleaned up RNDIS header file.Sepherosa Ziehau2016-10-283-2/+2
* hyperv/hn: Change header guardian; in preparation for the upcoming rename.Sepherosa Ziehau2016-10-281-3/+3
* hyperv/hn: Cleanup RNDIS related files.Sepherosa Ziehau2016-10-283-26/+31
* hyperv/hn: Pull data path code up.Sepherosa Ziehau2016-10-283-40/+36
* hyperv/hn: Reorganize RX path; mainly pull non-control code path upSepherosa Ziehau2016-10-284-379/+364
* hyperv/hn: Nuke unnecessary indirection.Sepherosa Ziehau2016-10-284-12/+3
* hyperv/hn: Rename cleaned up NVS source file.Sepherosa Ziehau2016-10-281-0/+0
* hyperv/hn: Rename cleaned up NVS header file.Sepherosa Ziehau2016-10-284-3/+3
* hyperv/hn: Change header guardian; in preparation for the upcoming rename.Sepherosa Ziehau2016-10-281-3/+3
* hyperv/hn: NVS inclusion cleanup and forward declare functions.Sepherosa Ziehau2016-10-271-18/+24
* hyperv/hn: Move send context to NVS domain.Sepherosa Ziehau2016-10-275-135/+118
* hyperv/hn: Move hn_softc to if_hnvar.hSepherosa Ziehau2016-10-274-258/+230
* hyperv/hn: Shuffle chimney sending buffer alloc/free around.Sepherosa Ziehau2016-10-273-49/+47
* hyperv/hn: Define empty packet filter.Sepherosa Ziehau2016-10-272-3/+3
* hyperv/hn: Move %b format string for capabilities near their definition.Sepherosa Ziehau2016-10-272-12/+6
* hyperv/hn: Nuke unnecessary M_NETVSCSepherosa Ziehau2016-10-273-21/+17
* hyperv/hn: Properly configure RSS according to RSS capabilitiesSepherosa Ziehau2016-10-274-16/+113
* hyperv/hn: Set baudrate properlySepherosa Ziehau2016-10-251-0/+1
* hyperv/hn: Nuke unused forward declaration.Sepherosa Ziehau2016-10-241-5/+0
* hyperv/hn: Fix RX filter settings.Sepherosa Ziehau2016-10-242-30/+85
* hyperv/hn: Start link status check, if no network changes were pending.Sepherosa Ziehau2016-10-241-4/+10
* hyperv/hn: Properly handle synthetic parts reattach failure.Sepherosa Ziehau2016-10-241-16/+21
* hyperv/hn: Fix chimney sending buffer leakage upon NVS sending failure.Sepherosa Ziehau2016-10-241-19/+19
* hyperv/hn: Move chimney buffer index and size to txdesc.Sepherosa Ziehau2016-10-245-75/+81