aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITEREduardo Habkost
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert net directory to MesonMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-04colo-compare: Remove superfluous NULL-pointer checks for s->iothreadLukas Straub
2020-07-28net: forbid the reentrant RXJason Wang
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-15net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-15net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu
2020-07-07net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell
2020-07-03net: introduce qemu_get_peerCindy Lu
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang
2020-06-18tap: allow extended virtio header with hash infoYuri Benditovich
2020-06-09net: Do not include a newline in the id of -nic devicesThomas Huth
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-31net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen
2020-03-31net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-09net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé