summaryrefslogtreecommitdiffstats
path: root/src/net/rndis.c
Commit message (Expand)AuthorAgeFilesLines
* [rndis] Clean up error handling path in register_rndis()Michael Brown2018-07-091-41/+61
* [rndis] Register netdev with MAC filledRoman Kagan2018-07-071-9/+9
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [rndis] Add rndis_rx_err()Michael Brown2015-02-111-0/+15
* [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown2014-12-201-0/+4
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-50/+13Star
* [rndis] Clear receive filter when closing the deviceMichael Brown2014-12-201-11/+30
* [rndis] Send RNDIS_HALT_MSGMichael Brown2014-12-191-0/+58
* [rndis] Send RNDIS_INITIALISE_MSGMichael Brown2014-12-191-22/+161
* [rndis] Add generic RNDIS device abstractionMichael Brown2014-12-181-0/+850