Age | Commit message (Expand) | Author |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé |
2020-03-09 | net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' | Thomas Huth |
2018-12-04 | net: hub: suppress warnings of no host network for qtest | Jason Wang |
2018-05-14 | net: Get rid of 'vlan' terminology and use 'hub' instead in the source files | Thomas Huth |
2018-01-29 | net: Allow hubports to connect to other netdevs | Thomas Huth |
2017-09-19 | General warn report fixups | Alistair Francis |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-02-04 | net: Clean up includes | Peter Maydell |
2015-11-02 | net: Convert to new qapi union layout | Eric Blake |
2015-05-27 | net: Permit incremental conversion of init functions to Error | Markus Armbruster |
2015-05-27 | net: Improve error message for -net hubport a bit | Markus Armbruster |
2015-02-06 | net: remove the wrong comment in net_init_hubport() | Jason Wang |
2015-02-06 | monitor: print hub port name during info network | Jason Wang |
2014-06-19 | Add the vhost-user netdev backend to the command line | Nikolay Nikolaev |
2013-09-06 | net: Rename send_queue to incoming_queue | Jan Kiszka |
2013-02-27 | net: fix qemu_flush_queued_packets() in presence of a hub | Luigi Rizzo |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-12-18 | net, hub: fix the indent in the comments | Zhi Yong Wu |
2012-10-08 | net: consolidate NetClientState header files into one | Paolo Bonzini |
2012-09-14 | net: broadcast hub packets if at least one port can receive | Stefan Hajnoczi |
2012-08-01 | hub: add the support for hub own flow control | Zhi Yong Wu |
2012-08-01 | net: Make "info network" output more readable info | Zhi Yong Wu |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi |
2012-08-01 | net: Convert qdev_prop_vlan to peer with hub | Zhi Yong Wu |
2012-08-01 | net: Drop vlan argument to qemu_new_net_client() | Stefan Hajnoczi |
2012-08-01 | hub: Check that hubs are configured correctly | Stefan Hajnoczi |
2012-08-01 | net: Look up 'vlan' net clients using hubs | Stefan Hajnoczi |
2012-08-01 | net: Use hubs for the vlan feature | Stefan Hajnoczi |
2012-08-01 | net: Add a hub net client | Stefan Hajnoczi |