summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-193-5/+5
* net: Fuse g_malloc(); memset() into g_new0()Markus Armbruster2014-12-191-2/+1
* tap: fix vcpu long time io blocking on tapWangkai (Kevin,C)2014-12-191-0/+12
* net/socket: fix Uninitialized scalar variableGonglei2014-11-211-5/+6
* net/slirp: fix memory leakGonglei2014-11-211-2/+1
* net: The third parameter of getsockname should be initializedzhanghailiang2014-11-181-1/+1
* l2tpv3: fix fd leakGonglei2014-11-171-2/+2
* l2tpv3: fix possible double freezhanghailiang2014-11-141-1/+0
* slirp/smbd: modify/set several parameters in generated smbd.confPeter Wu2014-11-111-1/+8
* tap: fix possible fd leak in net_init_tapGonglei2014-11-021-0/+3
* tap: do not close(fd) in net_init_tap_oneGonglei2014-11-021-1/+0
* tap_int.h: remove repeating NETWORK_SCRIPT definesGonglei2014-11-021-3/+0
* net/slirp: specify logbase for smbdMichael Tokarev2014-11-021-2/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-09-042-1/+42
|\
| * net: complete all queued packets on VM stopMichael S. Tsirkin2014-09-041-1/+32
| * net: invoke callback when purging queueMichael S. Tsirkin2014-09-041-0/+3
| * net: Forbid dealing with packets when VM is not runningzhanghailiang2014-09-041-0/+7
* | slirp: Honour vlan/stack in hostfwd_remove commandsPeter Maydell2014-09-021-2/+1
|/
* tap-bsd: implement a FreeBSD only version of tap_openRoger Pau Monne2014-08-011-1/+69
* slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stackPeter Maydell2014-07-181-0/+1
* net: add mmsghdr struct check for L2TPV3Gonglei2014-07-012-3/+3
* net: move queue number into NICPeersJiri Pirko2014-06-271-2/+2
* net: L2TPv3 transportAnton Ivanov2014-06-274-0/+766
* Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-193-3/+114
* Add new vhost-user netdev backendNikolay Nikolaev2014-06-193-1/+159
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-191-0/+1
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-191-4/+13
* net: Export valid host network devices listHani Benhabiles2014-06-111-14/+20
* monitor: Add set_link arguments completion.Hani Benhabiles2014-05-151-1/+1
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2014-04-281-0/+2
|\
| * slirp/smb: Move ncalrpc directory to tmpMichael Buesch2014-04-281-0/+2
| * net/net.c: remove unnecessary semicolonIgor Ryzhov2014-04-281-1/+1
* | net: Don't use error_is_set() to suppress additional errorsMarkus Armbruster2014-04-251-3/+3
* | net: Make qmp_query_rx_filter() with name argument more obviousMarkus Armbruster2014-04-251-0/+4
* | net/net.c: Remove unnecessary semicolonIgor Ryzhov2014-04-251-1/+1
* | tap: Avoid extra iterations while closing file fdPankaj Gupta2014-04-251-10/+4
|/
* net: Report error when device / hub combo is not found.Hani Benhabiles2014-04-181-1/+3
* net: netmap_poll must update both read/write poll statePrasad Joshi2014-03-251-2/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-03-121-2/+5
|\
| * tap: avoid deadlocking rxStefan Hajnoczi2014-03-121-2/+5
* | slirp smb with modern win guests when samba is also running on hostMichael Tokarev2014-03-121-1/+2
* | qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch2014-03-121-1/+2
|/
* net: remove implicit peer from offload APIStefan Hajnoczi2014-02-251-18/+18
* net: Disable netmap backend when not supportedVincenzo Maffione2014-02-251-42/+13
* net: add offloading support to netmap backendVincenzo Maffione2014-02-251-1/+67
* net: make tap offloading callbacks staticVincenzo Maffione2014-02-252-12/+12
* net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione2014-02-252-43/+55
* net: extend NetClientInfo for offloadingVincenzo Maffione2014-02-251-0/+55
* net: change vnet-hdr TAP prototypesVincenzo Maffione2014-02-252-7/+7
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-6/+6
OpenPOWER on IntegriCloud