summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/ethervirtio.c
AgeCommit message (Expand)Author
2014-12-09ethervirtio: fix queue notifications and interrupt flags, avoid useless notif...cinap_lenrek
2014-12-08ethervirtio: feature negotiation, allow setting mac address, dont read isr fr...cinap_lenrek
2014-12-07ethervirtio: fix missing */cinap_lenrek
2014-12-07ethervirtio: implement promisc and multicast mode, cleanupcinap_lenrek
2014-12-07ethervirtio: avoid dumping packets in txproc when ring gets fullcinap_lenrek
2014-12-06pc, pc64: add and enable ethervirtio drivermischief