1. 17e50a7 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  2. ba63ec8 e1000: Introducing backward compatibility command line parameter by Leonid Bloch · 9 years ago
  3. 3b27430 e1000: Implementing various counters by Leonid Bloch · 9 years ago
  4. 4aeea33 e1000: Fixing the packet address filtering procedure by Leonid Bloch · 9 years ago
  5. 45e9376 e1000: Fixing the received/transmitted octets' counters by Leonid Bloch · 9 years ago
  6. 1f67f92 e1000: Fixing the received/transmitted packets' counters by Leonid Bloch · 9 years ago
  7. 72ea771 e1000: Trivial implementation of various MAC registers by Leonid Bloch · 9 years ago
  8. bc0f067 e1000: Introduced an array to control the access to the MAC registers by Leonid Bloch · 9 years ago
  9. 9e11773 e1000: Add support for migrating the entire MAC registers' array by Leonid Bloch · 9 years ago
  10. 20f3e86 e1000: Cosmetic and alignment fixes by Leonid Bloch · 9 years ago
  11. 455b0fd error: More error_setg() usage by Eric Blake · 9 years ago
  12. b72d8d2 i.MX: Standardize i.MX FEC debug by Jean-Christophe Dubois · 9 years ago
  13. eedeeef vmxnet3: Do not fill stats if device is inactive by Shmulik Ladkani · 9 years ago
  14. afb4c51 net: cadence_gem: Set initial MAC address by Sebastian Huber · 9 years ago
  15. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  16. f6f5629 vhost user: add support of live migration by Thibaut Collet · 9 years ago
  17. 21e7042 vhost: use a function for each call by Marc-André Lureau · 9 years ago
  18. 0bf224d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 9 years ago
  19. d62241e vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command by Shmulik Ladkani · 10 years ago
  20. 8304402 e1000: use alias for default model by Jason Wang · 10 years ago
  21. c6048f8 vmxnet3: Support reading IMR registers on bar0 by Shmulik Ladkani · 10 years ago
  22. a7278b3 net/vmxnet3: Refine l2 header validation by Dana Rubin · 10 years ago
  23. 778358d rocker: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  24. 0cf33fb virtio-net: correctly drop truncated packets by Jason Wang · 10 years ago
  25. 690b286 Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925' into staging by Peter Maydell · 10 years ago
  26. c6acbe8 pcnet: remove muldiv64() by Laurent Vivier · 10 years ago
  27. 37b9ab9 rtl8139: remove muldiv64() by Laurent Vivier · 10 years ago
  28. 7263a0a vhost-user: add a new message to disable/enable a specific virt queue. by Changchun Ouyang · 10 years ago
  29. b931bfb vhost-user: add multiple queue support by Changchun Ouyang · 10 years ago
  30. e2051e9 vhost-user: add VHOST_USER_GET_QUEUE_NUM message by Yuanhan Liu · 10 years ago
  31. d1f8b30 vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE by Yuanhan Liu · 10 years ago
  32. dcb10c0 vhost-user: add protocol feature negotiation by Michael S. Tsirkin · 10 years ago
  33. 1f8828e virtio-net: unbreak self announcement and guest offloads after migration by Jason Wang · 10 years ago
  34. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  35. 271a234 net: smc91c111: flush packets on RCR register changes by Peter Crosthwaite · 10 years ago
  36. e62cb54 net: smc91c111: gate can_receive() on rx FIFO having a slot by Peter Crosthwaite · 10 years ago
  37. 8d06b14 net: smc91c111: guard flush_queued_packets() on can_rx() by Peter Crosthwaite · 10 years ago
  38. 737d2b3 net: avoid infinite loop when receiving packets(CVE-2015-5278) by P J P · 10 years ago
  39. 9bbdbc6 net: add checks to validate ring buffer pointers(CVE-2015-5279) by P J P · 10 years ago
  40. b947ac2 e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815) by P J P · 10 years ago
  41. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  42. 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 10 years ago
  43. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
  44. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 10 years ago
  45. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  46. 95129d6 virtio: avoid leading underscores for helpers by Cornelia Huck · 10 years ago
  47. 7777b7a cadence_gem: Correct Marvell PHY SPCFC reset value by Alistair Francis · 10 years ago
  48. fcbd801 i.MX: Add FEC Ethernet Emulator by Jean-Christophe Dubois · 10 years ago
  49. c5a9378 ne2000: Drop ne2000_can_receive by Fam Zheng · 10 years ago
  50. 2734a20 vmxnet3: Drop net_vmxnet3_info.can_receive by Fam Zheng · 10 years ago
  51. 26c4e7c rtl8139: Do not consume the packet during overflow in standard mode. by Vladislav Yasevich · 10 years ago
  52. fabdcd3 rtl8139: Fix receive buffer overflow check by Vladislav Yasevich · 10 years ago
  53. 26c0114 rtl8139: use ldl/stl wrapper for unaligned 32-bit access by Stefan Hajnoczi · 10 years ago
  54. 1bf1133 rtl8139: use net/eth.h macros instead of custom macros by Stefan Hajnoczi · 10 years ago
  55. 5d61721 rtl8139: remove duplicate net/eth.h definitions by Stefan Hajnoczi · 10 years ago
  56. 6b324b3 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  57. bd89dd9 virtio-net: remove useless codes by Jason Wang · 10 years ago
  58. b9f7c37 net/vmxnet3: Fix incorrect debug message by Dana Rubin · 10 years ago
  59. 8357946 rtl8139: check TCP Data Offset field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  60. 4240be4 rtl8139: skip offload on short TCP header (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  61. c6296ea rtl8139: check IP Total Length field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  62. 03247d4 rtl8139: check IP Header Length field (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  63. e1c120a rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  64. d6812d6 rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  65. 39b8e7d rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165) by Stefan Hajnoczi · 10 years ago
  66. b83d017 Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 10 years ago
  67. 170f209 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  68. 7bba83b xen: Drop net_rx_ok by Fam Zheng · 10 years ago
  69. ff1d2ac hw/net: handle flow control in mcf_fec driver receiver by Greg Ungerer · 10 years ago
  70. 52579c6 net/dp8393x: do not use memory_region_init_rom_device with NULL by Hervé Poussineau · 10 years ago
  71. 30dfa9a net/dp8393x: remove check of runt packets by Hervé Poussineau · 10 years ago
  72. f635128 net/dp8393x: disable user creation by Hervé Poussineau · 10 years ago
  73. 9d5b731 virtio: get_features() can fail by Jason Wang · 10 years ago
  74. f9f7492 axienet: Flush queued packets when rx is done by Fam Zheng · 10 years ago
  75. 4594f93 dp8393x: Flush packets when link comes up by Fam Zheng · 10 years ago
  76. 1ef4a60 stellaris_enet: Flush queued packets when read done by Fam Zheng · 10 years ago
  77. 1dd58ae mipsnet: Flush queued packets when receiving is enabled by Fam Zheng · 10 years ago
  78. 3b7031e milkymist-minimac2: Flush queued packets when link comes up by Fam Zheng · 10 years ago
  79. e813f0d mcf_fec: Drop mcf_fec_can_receive by Fam Zheng · 10 years ago
  80. 575bafd etsec: Flush queue when rx buffer is consumed by Fam Zheng · 10 years ago
  81. b6cb661 etsec: Move etsec_can_receive into etsec_receive by Fam Zheng · 10 years ago
  82. 363db4b eepro100: Drop nic_can_receive by Fam Zheng · 10 years ago
  83. b0ba0b9 pcnet: Drop pcnet_can_receive by Fam Zheng · 10 years ago
  84. 8c8c460 xgmac: Drop packets with eth_can_rx is false. by Fam Zheng · 10 years ago
  85. 491a1f4 hw/net: fix mcf_fec driver receiver by Greg Ungerer · 10 years ago
  86. 299f7be hw/net: add simple phy support to mcf_fec driver by Greg Ungerer · 10 years ago
  87. 09999a5 virtio: set any_layout in virtio core by Michael S. Tsirkin · 10 years ago
  88. b49b8c5 lan9118: Drop lan9118_can_receive by Fam Zheng · 10 years ago
  89. da69028 etraxfs_eth: Drop eth_can_receive by Fam Zheng · 10 years ago
  90. 80da311 net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets by Dana Rubin · 10 years ago
  91. fcf0cdc net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data' by Shmulik Ladkani · 10 years ago
  92. f9d6dbf virtio-net: remove virtio queues if the guest doesn't support multiqueue by Wen Congyang · 10 years ago
  93. 38705bb virtio-net: Flush incoming queues when DRIVER_OK is being set by Fam Zheng · 10 years ago
  94. feb93f3 virtio-net: unbreak any layout by Jason Wang · 10 years ago
  95. d345ed2 Revert "vhost-user: add multi queue support" by Michael S. Tsirkin · 10 years ago
  96. f3a1b50 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  97. 06c4670 Revert "virtio-net: enable virtio 1.0" by Jason Wang · 10 years ago
  98. 7ce0f7d Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  99. 28e0204 spapr: Merge sPAPREnvironment into sPAPRMachineState by David Gibson · 10 years ago
  100. d0d2555 rocker: mark copy-to-cpu pkts as forwarding offloaded by Scott Feldman · 10 years ago