aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-07slirp: replace qemu_notify_event() with a callbackMarc-André Lureau
2019-02-07slirp: add unregister_poll_fd() callbackMarc-André Lureau
2019-02-07slirp: replace qemu_set_nonblock()Marc-André Lureau
2019-02-07slirp: add callbacks for timerMarc-André Lureau
2019-02-07net/slirp: fix leaks on forwarding rule registration errorMarc-André Lureau
2019-02-07net/slirp: free forwarding rules on cleanupMarc-André Lureau
2019-02-07net/slirp: simplify checking for cmd: prefixMarc-André Lureau
2019-02-07slirp: generalize guestfwd with a callback based approachMarc-André Lureau
2019-01-14slirp: add clock_get_ns() callbackMarc-André Lureau
2019-01-14slirp: drop <Vista compatibilityMarc-André Lureau
2019-01-14net: do not depend on slirp internalsMarc-André Lureau
2019-01-14slirp: add a callback to log guest errorsMarc-André Lureau
2019-01-14slirp: use a callback structure to interface with qemuMarc-André Lureau
2019-01-14slirp: remove Monitor dependency, return a string for infoMarc-André Lureau
2019-01-14slirp: use a dedicated field for chardev pointerMarc-André Lureau
2019-01-14slirp: associate slirp_output callback with the Slirp contextMarc-André Lureau
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-12colo: check chardev can switch contextMarc-André Lureau
2018-12-04net: hub: suppress warnings of no host network for qtestJason Wang
2018-12-04net: drop too large packet earlyJason Wang
2018-11-16net/filter-rewriter.c: Fix coverity static analysis issueZhang Chen
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-21slirp: Implement RFC2132 TFTP server nameFam Zheng
2018-10-21slirp: Add sanity check for str option lengthFam Zheng
2018-10-19net/socket: Fix invalid socket type error handlingMarkus Armbruster
2018-10-19l2tpv3: Improve -netdev/netdev_add/-net/... error reportingMarkus Armbruster
2018-10-19net: ignore packet size greater than INT_MAXJason Wang
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen
2018-10-19colo-compare: implement the process of checkpointZhang Chen
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-09-25net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-07-20tap: fix memory leak on success to create a tap deviceYunjian Wang
2018-06-15vhost-user: delete net client if necessarylinzhecheng
2018-06-15net: Fix a potential segfaultLin Ma
2018-06-15tap: set vhostfd passed from qemu cli to non-blockingBrijesh Singh
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01colo: use local path for local headersMichael S. Tsirkin
2018-05-31net/slirp: Convert atoi to qemu_strtoi to allow error checkingNia Alarie
2018-05-31slirp: Add domainname option to slirp's DHCP serverBenjamin Drung
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-23vhost-user: add Net prefix to internal state structureTiwei Bie
2018-05-14net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth