summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-17net: smc91c111: flush packets on RCR register changesPeter Crosthwaite1-0/+1
2015-09-17net: smc91c111: gate can_receive() on rx FIFO having a slotPeter Crosthwaite1-1/+3
2015-09-17net: smc91c111: guard flush_queued_packets() on can_rx()Peter Crosthwaite1-8/+22
2015-09-15net: avoid infinite loop when receiving packets(CVE-2015-5278)P J P1-1/+1
2015-09-15net: add checks to validate ring buffer pointers(CVE-2015-5279)P J P1-4/+15
2015-09-15e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)P J P1-1/+2
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange3-12/+4
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck2-16/+17
2015-09-08cadence_gem: Correct Marvell PHY SPCFC reset valueAlistair Francis1-1/+1
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2-0/+710
2015-09-02ne2000: Drop ne2000_can_receiveFam Zheng3-12/+0
2015-09-02vmxnet3: Drop net_vmxnet3_info.can_receiveFam Zheng1-1/+0
2015-09-02rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich1-1/+1
2015-09-02rtl8139: Fix receive buffer overflow checkVladislav Yasevich1-2/+4
2015-09-02rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi1-3/+8
2015-09-02rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi1-21/+14
2015-09-02rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi1-52/+5
2015-08-14Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-2/+2
2015-08-13virtio-net: remove useless codesJason Wang1-6/+2
2015-08-04net/vmxnet3: Fix incorrect debug messageDana Rubin1-2/+2
2015-08-03rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi1-1/+6
2015-08-03rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi1-11/+8
2015-08-03rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi1-154/+151
2015-08-03rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi1-19/+22
2015-07-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2-34/+35
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+2
2015-07-28xen: Drop net_rx_okFam Zheng1-24/+1
2015-07-28hw/net: handle flow control in mcf_fec driver receiverGreg Ungerer1-10/+34
2015-07-28net/dp8393x: do not use memory_region_init_rom_device with NULLHervé Poussineau1-2/+8
2015-07-28net/dp8393x: remove check of runt packetsHervé Poussineau1-5/+0
2015-07-28net/dp8393x: disable user creationHervé Poussineau1-0/+2
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27axienet: Flush queued packets when rx is doneFam Zheng1-4/+13
2015-07-27dp8393x: Flush packets when link comes upFam Zheng1-0/+8
2015-07-27stellaris_enet: Flush queued packets when read doneFam Zheng1-9/+5
2015-07-27mipsnet: Flush queued packets when receiving is enabledFam Zheng1-2/+7
2015-07-27milkymist-minimac2: Flush queued packets when link comes upFam Zheng1-17/+16
2015-07-27mcf_fec: Drop mcf_fec_can_receiveFam Zheng1-8/+1
2015-07-27etsec: Flush queue when rx buffer is consumedFam Zheng3-1/+15
2015-07-27etsec: Move etsec_can_receive into etsec_receiveFam Zheng3-17/+10
2015-07-27eepro100: Drop nic_can_receiveFam Zheng1-11/+0
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng4-12/+0