aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2015-09-08cadence_gem: Correct Marvell PHY SPCFC reset valueAlistair Francis
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng
2015-09-02vmxnet3: Drop net_vmxnet3_info.can_receiveFam Zheng
2015-09-02rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich
2015-09-02rtl8139: Fix receive buffer overflow checkVladislav Yasevich
2015-09-02rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi
2015-09-02rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi
2015-09-02rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-08-13virtio-net: remove useless codesJason Wang
2015-08-04net/vmxnet3: Fix incorrect debug messageDana Rubin
2015-08-03rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi
2015-07-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-28xen: Drop net_rx_okFam Zheng
2015-07-28hw/net: handle flow control in mcf_fec driver receiverGreg Ungerer
2015-07-28net/dp8393x: do not use memory_region_init_rom_device with NULLHervé Poussineau
2015-07-28net/dp8393x: remove check of runt packetsHervé Poussineau
2015-07-28net/dp8393x: disable user creationHervé Poussineau
2015-07-27virtio: get_features() can failJason Wang
2015-07-27axienet: Flush queued packets when rx is doneFam Zheng
2015-07-27dp8393x: Flush packets when link comes upFam Zheng
2015-07-27stellaris_enet: Flush queued packets when read doneFam Zheng
2015-07-27mipsnet: Flush queued packets when receiving is enabledFam Zheng
2015-07-27milkymist-minimac2: Flush queued packets when link comes upFam Zheng
2015-07-27mcf_fec: Drop mcf_fec_can_receiveFam Zheng
2015-07-27etsec: Flush queue when rx buffer is consumedFam Zheng
2015-07-27etsec: Move etsec_can_receive into etsec_receiveFam Zheng
2015-07-27eepro100: Drop nic_can_receiveFam Zheng
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng
2015-07-27xgmac: Drop packets with eth_can_rx is false.Fam Zheng
2015-07-27hw/net: fix mcf_fec driver receiverGreg Ungerer
2015-07-27hw/net: add simple phy support to mcf_fec driverGreg Ungerer
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-07-20lan9118: Drop lan9118_can_receiveFam Zheng
2015-07-20etraxfs_eth: Drop eth_can_receiveFam Zheng
2015-07-20net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packetsDana Rubin
2015-07-20net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data'Shmulik Ladkani
2015-07-20virtio-net: remove virtio queues if the guest doesn't support multiqueueWen Congyang
2015-07-20virtio-net: Flush incoming queues when DRIVER_OK is being setFam Zheng
2015-07-20virtio-net: unbreak any layoutJason Wang
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-07-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell