summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/if_hvn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let hvn_iff handle promisc mode activationmikeb2018-05-171-29/+24
* Workaround an Azure UDP transmit checksum offloading bugmikeb2018-03-111-1/+1
* Fixup upper bound for the completion descriptor identifiermikeb2017-08-101-1/+1
* Finish up minor changes in the output and clear the BATCHED channel flagmikeb2017-06-231-6/+8
* Return early from NVS command submission if no response is requiredmikeb2017-06-211-0/+3
* Support executing NVSP and RNDIS commands during autoconfmikeb2017-06-151-37/+69
* Fixup format strings in debug messages found by cppcheckmikeb2017-03-131-6/+6
* Fixup format string and type issues found by cppcheckmikeb2017-03-131-5/+5
* add support for multiple transmit ifqueues per network interface.dlg2017-01-241-9/+7
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+0
* Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!mikeb2017-01-181-2/+2
* Checking whether mbuf list is empty is done by the if_input nowmikeb2017-01-051-2/+1
* Disable debugging outputmikeb2016-11-231-2/+0
* Always attempt to restart the transmission when OACTIVE is setmikeb2016-11-161-10/+7
* Bump the number of TX descriptors to 256mikeb2016-11-141-8/+10
* Reorder atomic operations dealing with sc_tx_availmikeb2016-11-111-9/+9
* Restart the IFQ transmit routine only once per interruptmikeb2016-11-101-9/+11
* RNDIS data command is always the same and can be reusedmikeb2016-11-101-11/+14
* Don't forget to set the descriptor ready flag after decapsulationmikeb2016-11-101-1/+1
* Channel API users should pick the bufring sizemikeb2016-10-251-15/+24
* Implement an operation to dequeue packets from the completion queuemikeb2016-10-141-18/+18
* Get rid of the ch_buf member that is not part of the channel APImikeb2016-10-121-1/+0
* Enable hardware VLAN taggingmikeb2016-10-061-1/+1
* Rework Per Packet Info handlingmikeb2016-09-231-39/+105
* Setup checksum offloading instead of relying on the default configuraitonmikeb2016-09-231-5/+44
* Configure NDIS VLAN and MTU parameters for NVSP 2 and newer backendsmikeb2016-09-231-1/+17
* Improve error handling when we fail to send the RNDIS messagemikeb2016-09-231-0/+2
* Specify a page size boundary for Tx segmentsmikeb2016-09-231-2/+2
* Switch to the new NDIS headermikeb2016-09-201-15/+12
* Attach event countermikeb2016-09-201-0/+2
* Switch over to the generic RNDIS headermikeb2016-09-161-113/+131
* Cleanup dmesg outputmikeb2016-09-141-7/+6
* Implement packet transmission through RNDIS scatter-gather interfacemikeb2016-09-141-12/+263
* Remove contigious TX buffer, we're not going to use itmikeb2016-09-141-70/+0
* Update NVS protocol structure definitions to the 2016 versionmikeb2016-08-181-146/+127
* Update Hyper-V structure definitions to the 2016 versionmikeb2016-08-161-26/+21
* Trigger link state update only on media status updatesmikeb2016-08-051-2/+2
* zero sizeof a struct not sizeof the pointer to itjsg2016-07-271-2/+2
* Remove a few debugging leftoversmikeb2016-07-211-33/+0
* A work-in-progress driver for the Hyper-V NetVSCmikeb2016-07-131-0/+1485