summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi2013-04-021-1/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-3/+3
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-254-10/+5
* Common definitions for VMWARE devicesDmitry Fleytman2013-03-252-0/+218
* net: iovec checksum calculatorDmitry Fleytman2013-03-251-0/+29
* Checksum-related utility functionsDmitry Fleytman2013-03-251-6/+7
* net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi2013-03-251-0/+3
* Fix typos and misspellingsPeter Maydell2013-03-221-1/+1
* MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-11/+10
* net: reduce the unnecessary memory allocation of multiqueueJason Wang2013-02-271-10/+9
* tap: set IFF_ONE_QUEUE per defaultPeter Lieven2013-02-272-8/+11
* tap: forbid creating multiqueue tap when hub is usedJason Wang2013-02-271-0/+7
* net: fix unbounded NetQueueLuigi Rizzo2013-02-271-0/+15
* net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo2013-02-273-0/+21
OpenPOWER on IntegriCloud