aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-26net/vde: print error on vde_open() failureJulia Suvorova via Qemu-devel
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou
2018-03-05net: Add a new convenience option "--nic" to configure default/on-board NICsThomas Huth
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth
2018-03-05net: Remove the deprecated way of dumping network packetsThomas Huth
2018-03-05net: Make net_client_init() staticThomas Huth
2018-03-05net: List available netdevs with "-netdev help"Thomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01vhost-user: fix memory leaklinzhecheng
2018-02-13net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-01-29net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth
2018-01-29net: Allow hubports to connect to other netdevsThomas Huth
2018-01-29colo: compare the packet based on the tcp sequence numberMao Zhongyi
2018-01-29colo: modified the payload compare functionMao Zhongyi
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi
2017-11-13net/socket: fix coverity issueJens Freimann
2017-11-13colo: Consolidate the duplicate code chunk into a routineMao Zhongyi
2017-11-13colo-compare: Fix commentsMao Zhongyi
2017-11-13colo-compare: compare the packet in a specified ConnectionMao Zhongyi
2017-11-13colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi
2017-11-13net: fix check for number of parameters to -netdev socketJens Freimann
2017-10-16filter-mirror: segfault when specifying non existent deviceEduardo Otubo
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert
2017-09-22buildsys: Move vde libs to per objectFam Zheng
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-08colo-compare: Use IOThread to Check old packet regularly and Process pactkets...Wang Yong
2017-09-08net/colo-compare.c: Fix comments and schemeZhang Chen
2017-09-08net/colo-compare.c: Adjust net queue pop order for performanceZhang Chen
2017-09-08net/colo-compare.c: Optimize unpredictable tcp options comparisonZhang Chen
2017-09-08net/socket: Improve -net socket error reportingMao Zhongyi
2017-09-08net/net: Convert parse_host_port() to ErrorMao Zhongyi
2017-09-08net/socket: Convert several helper functions to ErrorMao Zhongyi
2017-09-08net/socket: Don't treat odd socket type as SOCK_STREAMMao Zhongyi