summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-16net/dump: simplify timestamp calculationPeter Wu1-5/+3
2014-03-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-2/+5
2014-03-12tap: avoid deadlocking rxStefan Hajnoczi1-2/+5
2014-03-12slirp smb with modern win guests when samba is also running on hostMichael Tokarev1-1/+2
2014-03-12qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch1-1/+2
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi1-18/+18
2014-02-25net: Disable netmap backend when not supportedVincenzo Maffione1-42/+13
2014-02-25net: add offloading support to netmap backendVincenzo Maffione1-1/+67
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione2-12/+12
2014-02-25net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione2-43/+55
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione1-0/+55
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione2-7/+7
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-6/+6
2014-01-27tap-linux: Get features once and use it many timesKusanagi Kouichi1-6/+8
2014-01-27net: Use g_strdup_printf instead of snprintf.Hani Benhabiles1-4/+1
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-1/+1
2013-12-09net: Update netdev peer on link changeVlad Yasevich1-9/+17
2013-12-09net: Adding netmap network backendVincenzo Maffione4-0/+447
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov1-1/+0
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok1-0/+6
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-9/+10
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka2-8/+8
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith1-11/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-08-22aio / timers: Untangle include filesAlex Bligh2-0/+2
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil1-1/+1
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong1-0/+48
2013-06-19fix -net user checks by reordering checksBas van Sisseren1-6/+6
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang1-6/+12
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay1-1/+2
2013-05-03tap: properly initialize vhostfdsJason Wang1-1/+1
2013-05-03net: make network client name uniqueAmos Kong1-5/+2
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-0/+1
2013-04-02net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi1-1/+6
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-3/+3
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman4-10/+5
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman2-0/+218
2013-03-25net: iovec checksum calculatorDmitry Fleytman1-0/+29
2013-03-25Checksum-related utility functionsDmitry Fleytman1-6/+7
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi1-0/+3
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-11/+10
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang1-10/+9
2013-02-27tap: set IFF_ONE_QUEUE per defaultPeter Lieven2-8/+11
2013-02-27tap: forbid creating multiqueue tap when hub is usedJason Wang1-0/+7
2013-02-27net: fix unbounded NetQueueLuigi Rizzo1-0/+15
2013-02-27net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo3-0/+21
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber1-1/+3