summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tap-linux: Get features once and use it many timesKusanagi Kouichi2014-01-271-6/+8
* net: Use g_strdup_printf instead of snprintf.Hani Benhabiles2014-01-271-4/+1
* misc: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-1/+1
* net: Update netdev peer on link changeVlad Yasevich2013-12-091-9/+17
* net: Adding netmap network backendVincenzo Maffione2013-12-094-0/+447
* net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov2013-11-081-1/+0
* net: disallow to specify multicast MAC addressDmitry Krivenok2013-11-081-0/+6
* net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik2013-10-021-9/+10
* net: Rename send_queue to incoming_queueJan Kiszka2013-09-062-8/+8
* tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith2013-09-061-11/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* aio / timers: Untangle include filesAlex Bligh2013-08-222-0/+2
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1
* net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-151-0/+48
* fix -net user checks by reordering checksBas van Sisseren2013-06-191-6/+6
* tap: fix NULL dereference when passing invalid parameters to tapJason Wang2013-06-071-6/+12
* net: support for bridged networking on Mac OS XAlasdair McLeay2013-05-241-1/+2
* tap: properly initialize vhostfdsJason Wang2013-05-031-1/+1
* net: make network client name uniqueAmos Kong2013-05-031-5/+2
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-0/+1
OpenPOWER on IntegriCloud