1. c5a9378 ne2000: Drop ne2000_can_receive by Fam Zheng · 10 years ago
  2. 2734a20 vmxnet3: Drop net_vmxnet3_info.can_receive by Fam Zheng · 10 years ago
  3. 26c4e7c rtl8139: Do not consume the packet during overflow in standard mode. by Vladislav Yasevich · 10 years ago
  4. fabdcd3 rtl8139: Fix receive buffer overflow check by Vladislav Yasevich · 10 years ago
  5. 26c0114 rtl8139: use ldl/stl wrapper for unaligned 32-bit access by Stefan Hajnoczi · 10 years ago
  6. 1bf1133 rtl8139: use net/eth.h macros instead of custom macros by Stefan Hajnoczi · 10 years ago
  7. 5d61721 rtl8139: remove duplicate net/eth.h definitions by Stefan Hajnoczi · 10 years ago
  8. 6b324b3 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  9. bd89dd9 virtio-net: remove useless codes by Jason Wang · 10 years ago
  10. b9f7c37 net/vmxnet3: Fix incorrect debug message by Dana Rubin · 10 years ago
  11. 8357946 rtl8139: check TCP Data Offset field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  12. 4240be4 rtl8139: skip offload on short TCP header (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  13. c6296ea rtl8139: check IP Total Length field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  14. 03247d4 rtl8139: check IP Header Length field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  15. e1c120a rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  16. d6812d6 rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  17. 39b8e7d rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  18. b83d017 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  19. 170f209 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  20. 7bba83b xen: Drop net_rx_ok by Fam Zheng · 10 years ago
  21. ff1d2ac hw/net: handle flow control in mcf_fec driver receiver by Greg Ungerer · 10 years ago
  22. 52579c6 net/dp8393x: do not use memory_region_init_rom_device with NULL by Hervé Poussineau · 10 years ago
  23. 30dfa9a net/dp8393x: remove check of runt packets by Hervé Poussineau · 10 years ago
  24. f635128 net/dp8393x: disable user creation by Hervé Poussineau · 10 years ago
  25. 9d5b731 virtio: get_features() can fail by Jason Wang · 10 years ago
  26. f9f7492 axienet: Flush queued packets when rx is done by Fam Zheng · 10 years ago
  27. 4594f93 dp8393x: Flush packets when link comes up by Fam Zheng · 10 years ago
  28. 1ef4a60 stellaris_enet: Flush queued packets when read done by Fam Zheng · 10 years ago
  29. 1dd58ae mipsnet: Flush queued packets when receiving is enabled by Fam Zheng · 10 years ago
  30. 3b7031e milkymist-minimac2: Flush queued packets when link comes up by Fam Zheng · 10 years ago
  31. e813f0d mcf_fec: Drop mcf_fec_can_receive by Fam Zheng · 10 years ago
  32. 575bafd etsec: Flush queue when rx buffer is consumed by Fam Zheng · 10 years ago
  33. b6cb661 etsec: Move etsec_can_receive into etsec_receive by Fam Zheng · 10 years ago
  34. 363db4b eepro100: Drop nic_can_receive by Fam Zheng · 10 years ago
  35. b0ba0b9 pcnet: Drop pcnet_can_receive by Fam Zheng · 10 years ago
  36. 8c8c460 xgmac: Drop packets with eth_can_rx is false. by Fam Zheng · 10 years ago
  37. 491a1f4 hw/net: fix mcf_fec driver receiver by Greg Ungerer · 10 years ago
  38. 299f7be hw/net: add simple phy support to mcf_fec driver by Greg Ungerer · 10 years ago
  39. 09999a5 virtio: set any_layout in virtio core by Michael S. Tsirkin · 10 years ago
  40. b49b8c5 lan9118: Drop lan9118_can_receive by Fam Zheng · 10 years ago
  41. da69028 etraxfs_eth: Drop eth_can_receive by Fam Zheng · 10 years ago
  42. 80da311 net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets by Dana Rubin · 10 years ago
  43. fcf0cdc net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data' by Shmulik Ladkani · 10 years ago
  44. f9d6dbf virtio-net: remove virtio queues if the guest doesn't support multiqueue by Wen Congyang · 10 years ago
  45. 38705bb virtio-net: Flush incoming queues when DRIVER_OK is being set by Fam Zheng · 10 years ago
  46. feb93f3 virtio-net: unbreak any layout by Jason Wang · 10 years ago
  47. d345ed2 Revert "vhost-user: add multi queue support" by Michael S. Tsirkin · 10 years ago
  48. f3a1b50 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  49. 06c4670 Revert "virtio-net: enable virtio 1.0" by Jason Wang · 10 years ago
  50. 7ce0f7d Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  51. 28e0204 spapr: Merge sPAPREnvironment into sPAPRMachineState by David Gibson · 10 years ago
  52. d0d2555 rocker: mark copy-to-cpu pkts as forwarding offloaded by Scott Feldman · 10 years ago
  53. 96497af rocker: return -1 when dropping packet on ingress by Scott Feldman · 10 years ago
  54. f211fcd rocker: fix missing break statements by Scott Feldman · 10 years ago
  55. d1a88c9 rocker: fix misplaced break statement by Scott Feldman · 10 years ago
  56. 66851f6 rocker: don't queue receive pkts when port is disabled by Scott Feldman · 10 years ago
  57. b83b5f2 vmxnet3: Fix incorrect small packet padding by Brian Kress · 10 years ago
  58. 5df6a18 e1000: flush packets when link comes up by Stefan Hajnoczi · 10 years ago
  59. ec50dd4 rocker: fix memory leak by Gonglei · 10 years ago
  60. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  61. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  62. 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  63. 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
  64. 74de550 pci: Don't register a specialized 'config_write' if default behavior is intended by Shmulik Ladkani · 10 years ago
  65. 1717388 vhost_net: re-enable when cross endian by Cédric Le Goater · 10 years ago
  66. 5be7d9f vhost-net: tell tap backend about the vnet endianness by Greg Kurz · 10 years ago
  67. 0a2df85 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  68. fafa4d5 qmp/hmp: add rocker device support by Scott Feldman · 10 years ago
  69. 5ff1547 rocker: bring link up/down on PHY enable/disable by Scott Feldman · 10 years ago
  70. 7734953 rocker: Add support for phys name by David Ahern · 10 years ago
  71. 4cb618a Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging by Peter Maydell · 10 years ago
  72. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 11 years ago
  73. d8e3b72 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  74. bd8f1eb net/dp8393x: fix hardware reset by Hervé Poussineau · 10 years ago
  75. 409b52b net/dp8393x: correctly reset in_use field by Hervé Poussineau · 10 years ago
  76. 1670735 net/dp8393x: add load/save support by Hervé Poussineau · 10 years ago
  77. 89ae0ff net/dp8393x: add PROM to store MAC address by Hervé Poussineau · 10 years ago
  78. 104655a net/dp8393x: QOM'ify by Hervé Poussineau · 10 years ago
  79. 3df5de6 net/dp8393x: use dp8393x_ prefix for all functions by Hervé Poussineau · 10 years ago
  80. 84689cb net/dp8393x: do not use old_mmio accesses by Hervé Poussineau · 10 years ago
  81. f2f62c4 net/dp8393x: always calculate proper checksums by Hervé Poussineau · 10 years ago
  82. dd82051 dma/rc4030: use AddressSpace and address_space_rw in users by Hervé Poussineau · 10 years ago
  83. 87108bb virtio-net: move qdev properties into virtio-net.c by Shannon Zhao · 10 years ago
  84. 9a2ba82 vhost: 64 bit features by Cornelia Huck · 10 years ago
  85. b150613 vhost_net: add version_1 feature by Michael S. Tsirkin · 10 years ago
  86. df91055 virtio-net: enable virtio 1.0 by Cornelia Huck · 10 years ago
  87. bb9d17f virtio-net: support longer header by Cornelia Huck · 10 years ago
  88. b6a3cdd virtio-net: no writeable mac for virtio-1 by Cornelia Huck · 10 years ago
  89. 9f7c594 pcnet: force the buffer access to be in bounds during tx by Petr Matousek · 10 years ago
  90. d6688ba Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  91. d5aaa1b virtio: 64bit features fixups. by Gerd Hoffmann · 10 years ago
  92. 2801339 cadence_gem: Fix Rx buffer size field mask by Sai Pavan Boddu · 10 years ago
  93. 830d70d vhost-user: add multi queue support by Ouyang Changchun · 10 years ago
  94. 019a3ed virtio: make features 64bit wide by Gerd Hoffmann · 10 years ago
  95. 87b3bd1 virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX by Jason Wang · 10 years ago
  96. da51a33 virtio-net: adding all queues in .realize() by Jason Wang · 10 years ago
  97. f49856d net: cadence_gem: Split state struct and type into header by Peter Crosthwaite · 10 years ago
  98. 448f19e net: cadence_gem: Clean up variable names by Peter Crosthwaite · 10 years ago
  99. 19fbe50 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  100. 0403b0f Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago