aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-03-12tap: avoid deadlocking rxStefan Hajnoczi
2014-03-12slirp smb with modern win guests when samba is also running on hostMichael Tokarev
2014-03-12qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch
2014-02-25net: remove implicit peer from offload APIStefan Hajnoczi
2014-02-25net: Disable netmap backend when not supportedVincenzo Maffione
2014-02-25net: add offloading support to netmap backendVincenzo Maffione
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione
2014-02-25net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione
2014-02-25net: extend NetClientInfo for offloadingVincenzo Maffione
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-27tap-linux: Get features once and use it many timesKusanagi Kouichi
2014-01-27net: Use g_strdup_printf instead of snprintf.Hani Benhabiles
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-09net: Update netdev peer on link changeVlad Yasevich
2013-12-09net: Adding netmap network backendVincenzo Maffione
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-15net: add support of mac-programming over macvtap in QEMU sideAmos Kong
2013-06-19fix -net user checks by reordering checksBas van Sisseren
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay
2013-05-03tap: properly initialize vhostfdsJason Wang
2013-05-03net: make network client name uniqueAmos Kong
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-04-02net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-25net: increase buffer size to accommodate Jumbo frame pktsScott Feldman
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman
2013-03-25net: iovec checksum calculatorDmitry Fleytman
2013-03-25Checksum-related utility functionsDmitry Fleytman
2013-03-25net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang
2013-02-27tap: set IFF_ONE_QUEUE per defaultPeter Lieven
2013-02-27tap: forbid creating multiqueue tap when hub is usedJason Wang
2013-02-27net: fix unbounded NetQueueLuigi Rizzo
2013-02-27net: fix qemu_flush_queued_packets() in presence of a hubLuigi Rizzo
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber
2013-02-07net: fix infinite loop on exitMichael Roth