summaryrefslogtreecommitdiffstats
path: root/net/hub.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: net: add stream and dgram netdevsLaurent Vivier2022-10-281-0/+2
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-3/+3
* net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth2020-03-091-23/+0Star
* net: hub: suppress warnings of no host network for qtestJason Wang2018-12-041-1/+2
* net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth2018-05-141-4/+3Star
* net: Allow hubports to connect to other netdevsThomas Huth2018-01-291-6/+21
* General warn report fixupsAlistair Francis2017-09-191-4/+2Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-5/+4Star
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-11/+11
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* net: Clean up includesPeter Maydell2016-02-041-0/+1
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* 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/+1Star
* net: remove the wrong comment in net_init_hubport()Jason Wang2015-02-061-1/+0Star
* 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-201-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