summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-05virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-07-20stellaris_enet: block migrationMichael S. Tsirkin1-1/+10
2014-07-20virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin1-4/+11
2014-07-20virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-0/+5
2014-07-20hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell1-1/+1
2014-07-20hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell1-4/+6
2014-04-14vmxnet3: validate queues configuration read on migrationDmitry Fleytman1-0/+1
2014-04-14vmxnet3: validate interrupt indices read on migrationDmitry Fleytman1-0/+2
2014-04-14vmxnet3: validate queues configuration coming from guestDmitry Fleytman1-1/+18
2014-04-14vmxnet3: validate interrupt indices coming from guestDmitry Fleytman1-2/+34
2014-04-11virtio-net: fix guest-triggerable buffer overrunMichael S. Tsirkin1-1/+1
2014-03-26virtio-net: add vlan receive state to RxFilterInfoAmos Kong1-13/+29
2014-03-26virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch1-0/+6
2014-03-20Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell1-0/+3
2014-03-20spapr_llan: Add to boot device listAlexey Kardashevskiy1-0/+3
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+4
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-4/+12
2014-03-15FSL eTSEC: Fix typo in rx ringFabien Chouteau1-2/+2
2014-03-15misc: Fix typos in commentsStefan Weil1-2/+2
2014-03-09virtio-net: remove function calls from assertJoel Stanley1-2/+5
2014-03-05spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy1-0/+2
2014-03-05Add Enhanced Three-Speed Ethernet Controller (eTSEC)Fabien Chouteau7-0/+2053
2014-02-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'...Peter Maydell1-1/+2
2014-02-26hw/net/stellaris_enet: Avoid unintended sign extensionPeter Maydell1-1/+2
2014-02-25virtio-net: use qemu_get_queue() where possibleStefan Hajnoczi1-1/+1
2014-02-25vhost_net: use offload API instead of bypassing itStefan Hajnoczi1-3/+3
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi2-15/+15
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione3-19/+13
2014-02-25opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov1-2/+31
2014-02-24opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov1-2/+31
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+2
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-08hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani2-0/+540
2014-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingPeter Maydell1-1/+1
2014-01-27Fix lan9118 buffer length handlingRoy Franz1-1/+1
2014-01-27Fix lan9118 TX "CMD A" handlingRoy Franz1-2/+2
2014-01-26virtio: Fix return value for dummy function vhost_net_virtqueue_pendingStefan Weil1-1/+1
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