summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-9/+4
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite1-9/+4
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2-0/+4
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori1-20/+16
2013-12-10Merge remote-tracking branch 'stefanha/net-next' into stagingAnthony Liguori1-15/+20
2013-12-10net/cadence_gem: Don't rx packets when no rx buffer availablePeter Crosthwaite1-1/+10
2013-12-10net/cadence_gem: Improve can_receive debug printferyPeter Crosthwaite1-2/+10
2013-12-10net/cadence_gem: Fix register w1c logicPeter Crosthwaite1-7/+6
2013-12-10net/cadence_gem: Fix small packet FCS strippingPeter Crosthwaite1-5/+8
2013-12-10net/cadence_gem: Fix rx multi-fragment packetsPeter Crosthwaite1-1/+1
2013-12-10net/cadence_gem: Add missing VMSTATE_END_OF_LISTPeter Crosthwaite1-0/+1
2013-12-10net/cadence_gem: Implement SAR (de)activationPeter Crosthwaite1-4/+23
2013-12-10net/cadence_gem: Implement SAR match bit in rx descPeter Crosthwaite1-0/+2
2013-12-10net/cadence_gem: Implement RX descriptor match mode flagsPeter Crosthwaite1-13/+69
2013-12-10net/cadence_gem: Prefetch rx descriptors ASAPPeter Crosthwaite1-27/+35
2013-12-10net/cadence_gem: simplify rx buf descriptor walkingPeter Crosthwaite1-28/+9
2013-12-10net/cadence_gem: Don't assert against 0 buffer addressPeter Crosthwaite1-9/+0
2013-12-10net/cadence_gem: Update DMA rx descriptors as we process themEdgar E. Iglesias1-17/+16
2013-12-10net/cadence_gem: Implement mac level loopback modePeter Crosthwaite1-1/+1
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-net: Convert to QOM realizeAndreas Färber1-4/+4
2013-12-09virtio-net: QOM realize preparationsAndreas Färber1-10/+8
2013-12-09virtio-net: switch exit callback to VirtioDeviceClassPaolo Bonzini1-7/+4
2013-12-09virtio-net: don't update mac_table in error stateAmos Kong1-15/+20
2013-12-02virtio-net: fix the indentZhi Yong Wu1-1/+1
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin2-2/+5
2013-11-19Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-4/+5
2013-11-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream-1.7' into st...Anthony Liguori1-0/+1
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong1-4/+4
2013-11-15smc91c111: Fix receive starvationSebastian Huber1-0/+1
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman1-1/+2
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy1-0/+1
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong2-5/+2
2013-11-06virtio-net: only delete bh that existedJason Wang1-1/+1
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-2/+1
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-11/+8
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell1-1/+1
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell1-1/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-8/+19
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong1-1/+5
2013-10-18net/e1000: update network information when macaddr is changed in guestAmos Kong1-0/+8
2013-10-18net: update nic info during device resetAmos Kong2-0/+2
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum5-6/+8
2013-10-14hw/vmxnet3: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+11
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+1
2013-09-22virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin1-0/+1
2013-09-20e1000: NetClientInfo.receive_iov implementedVincenzo Maffione1-12/+58
2013-09-20pcnet-pci: mark I/O and MMIO as LITTLE_ENDIANAurelien Jarno1-2/+2
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno1-1/+1