summaryrefslogtreecommitdiff
path: root/net/hub.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka1-1/+1
2013-02-27net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo1-0/+14
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-18net, hub: fix the indent in the commentsZhi Yong Wu1-1/+1
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-0/+1
2012-09-14net: broadcast hub packets if at least one port can receiveStefan Hajnoczi1-3/+3
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu1-3/+24
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu1-2/+4
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-13/+13
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu1-0/+25
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-1/+1
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi1-0/+45
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi1-0/+23
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-3/+3
2012-08-01net: Add a hub net clientStefan Hajnoczi1-0/+223