summaryrefslogtreecommitdiffstats
path: root/net/hub.c
Commit message (Expand)AuthorAgeFilesLines
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+1
* net: Improve error message for -net hubport a bitMarkus Armbruster2015-05-271-4/+1
* net: remove the wrong comment in net_init_hubport()Jason Wang2015-02-061-1/+0
* monitor: print hub port name during info networkJason Wang2015-02-061-1/+4
* Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-191-0/+1
* net: Rename send_queue to incoming_queueJan Kiszka2013-09-061-1/+1
* net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo2013-02-271-0/+14
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-3/+3
|\
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
| * net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* | net, hub: fix the indent in the commentsZhi Yong Wu2012-12-181-1/+1
|/
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-0/+1
* net: broadcast hub packets if at least one port can receiveStefan Hajnoczi2012-09-141-3/+3
* hub: add the support for hub own flow controlZhi Yong Wu2012-08-011-3/+24
* net: Make "info network" output more readable infoZhi Yong Wu2012-08-011-2/+4
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-13/+13
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-011-0/+25
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+1
* hub: Check that hubs are configured correctlyStefan Hajnoczi2012-08-011-0/+45
* net: Look up 'vlan' net clients using hubsStefan Hajnoczi2012-08-011-0/+23
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-3/+3
* net: Add a hub net clientStefan Hajnoczi2012-08-011-0/+223
OpenPOWER on IntegriCloud