summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/ethervirtio.c
AgeCommit message (Expand)Author
2021-07-11virtio: add non-legacy virtio 1.0 drivers for disk and ethernetcinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-05-02ether82543gc, ether82557, ethervirtio: do kproc() call ouside of spinlockcinap_lenrek
2018-10-07pc drivers: more pci cleanupcinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2017-06-12ethervirtio: report correct length; fail gracefully if we can't initialize qu...aiju
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