summaryrefslogtreecommitdiff
path: root/net/hub.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth1-6/+21
2017-09-19General warn report fixupsAlistair Francis1-4/+2
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-5/+4
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-11/+11
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-3/+3
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-02-04net: Clean up includesPeter Maydell1-0/+1
2015-11-02net: Convert to new qapi union layoutEric Blake1-2/+2
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster1-1/+1
2015-05-27net: Improve error message for -net hubport a bitMarkus Armbruster1-4/+1
2015-02-06net: remove the wrong comment in net_init_hubport()Jason Wang1-1/+0
2015-02-06monitor: print hub port name during info networkJason Wang1-1/+4
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev1-0/+1
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