236 Commits (dfb3804d478bce02350bdf87534dc7dd3d1ded51)

Author SHA1 Message Date
Stefan Hajnoczi 68e5ec6400 tap: avoid deadlocking rx 12 years ago
Michael Tokarev 5c1e1890bf slirp smb with modern win guests when samba is also running on host 13 years ago
Michael Buesch c2804ee6c0 qemu/slirp: Fix SMB security configuration on newer samba versions 13 years ago
Stefan Hajnoczi d6085e3ace net: remove implicit peer from offload API 12 years ago
Vincenzo Maffione 0a985b3727 net: Disable netmap backend when not supported 12 years ago
Vincenzo Maffione f6c65bfb93 net: add offloading support to netmap backend 12 years ago
Vincenzo Maffione 3bac80d31a net: make tap offloading callbacks static 12 years ago
Vincenzo Maffione 2e753bcc7d net: TAP uses NetClientInfo offloading callbacks 12 years ago
Vincenzo Maffione 1f55ac4586 net: extend NetClientInfo for offloading 12 years ago
Vincenzo Maffione e96dfd110e net: change vnet-hdr TAP prototypes 12 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 12 years ago
Kusanagi Kouichi 1f149e721f tap-linux: Get features once and use it many times 12 years ago
Hani Benhabiles 4bf2c138dd net: Use g_strdup_printf instead of snprintf. 12 years ago
Stefan Weil dff7424dc0 misc: Use macro ARRAY_SIZE where possible 13 years ago
Vlad Yasevich 02d38fcb2c net: Update netdev peer on link change 13 years ago
Vincenzo Maffione 58952137b0 net: Adding netmap network backend 13 years ago
Sergey Fedorov 1597591cca net: fix qemu_flush_queued_packets() in presence of a hub 13 years ago
Dmitry Krivenok d60b20cf2a net: disallow to specify multicast MAC address 13 years ago
Sebastian Ottlik bcbe92fb08 net: call socket_set_fast_reuse instead of setting SO_REUSEADDR 13 years ago
Jan Kiszka 067404be62 net: Rename send_queue to incoming_queue 13 years ago
Brad Smith aa4f082f75 tap: Use numbered tap/tun devices on all *BSD OS's 13 years ago
Alex Bligh bc72ad6754 aio / timers: Switch entire codebase to the new timer API 13 years ago
Alex Bligh 6a1751b7aa aio / timers: Untangle include files 13 years ago
Stefan Weil dfc6f86567 misc: Use g_assert_not_reached for code which is expected to be unreachable 13 years ago
Amos Kong b1be42803b net: add support of mac-programming over macvtap in QEMU side 13 years ago
Bas van Sisseren 68756ba8be fix -net user checks by reordering checks 13 years ago
Jason Wang c87826a878 tap: fix NULL dereference when passing invalid parameters to tap 13 years ago
Alasdair McLeay d73fe37e7b net: support for bridged networking on Mac OS X 13 years ago
Jason Wang 7873df408d tap: properly initialize vhostfds 13 years ago
Amos Kong c963530a5b net: make network client name unique 13 years ago
Paolo Bonzini dccfcd0e5f sysemu: avoid proliferation of include/ subdirectories 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Hans de Goede 456d606923 qemu-char: Call fe_claim / fe_release when not using qdev chr properties 13 years ago
Stefan Hajnoczi fc13fa00ea net: ensure "socket" backend uses non-blocking fds 13 years ago
Stefan Hajnoczi f9e8cacc55 oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 13 years ago
Scott Feldman d32fcad366 net: increase buffer size to accommodate Jumbo frame pkts 13 years ago
Dmitry Fleytman 75020a7021 Common definitions for VMWARE devices 13 years ago
Dmitry Fleytman 8402630169 net: iovec checksum calculator 13 years ago
Dmitry Fleytman 5acf5ea4bc Checksum-related utility functions 13 years ago
Stefan Hajnoczi 20048d0a12 net: use socket_set_nodelay() for -netdev socket 13 years ago
Peter Maydell 085d813407 Fix typos and misspellings 13 years ago
Stefan Weil 9957fc7f1e MinGW: Replace setsockopt by qemu_setsocketopt 13 years ago
Jason Wang f6b26cf257 net: reduce the unnecessary memory allocation of multiqueue 13 years ago
Peter Lieven d26e445c80 tap: set IFF_ONE_QUEUE per default 13 years ago
Jason Wang ce675a7579 tap: forbid creating multiqueue tap when hub is used 13 years ago
Luigi Rizzo 7d91ddd25e net: fix unbounded NetQueue 13 years ago
Luigi Rizzo 199ee608f0 net: fix qemu_flush_queued_packets() in presence of a hub 13 years ago
Andreas Färber cc2a90432d net: Avoid NULL function pointer dereference on cleanup 13 years ago
Michael Roth b890492110 net: fix infinite loop on exit 13 years ago
Anthony Liguori 02cd809099 tap: unbreak -netdev tap,fd=X 13 years ago