Sign in
qemu-android
/
qemu-android
/
4603ea01055ac3b6bca8b6c6f9e265c00955ce8f
/
net
8cf8c92
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 11 years ago
ca77d85
net: complete all queued packets on VM stop
by Michael S. Tsirkin
· 11 years ago
07d8084
net: invoke callback when purging queue
by Michael S. Tsirkin
· 11 years ago
e1d64c0
net: Forbid dealing with packets when VM is not running
by zhanghailiang
· 11 years ago
7038166
slirp: Honour vlan/stack in hostfwd_remove commands
by Peter Maydell
· 11 years ago
8677de2
tap-bsd: implement a FreeBSD only version of tap_open
by Roger Pau Monne
· 11 years ago
b739ef0
slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack
by Peter Maydell
· 11 years ago
015a33b
net: add mmsghdr struct check for L2TPV3
by Gonglei
· 11 years ago
575a1c0
net: move queue number into NICPeers
by Jiri Pirko
· 11 years ago
3fb69aa
net: L2TPv3 transport
by Anton Ivanov
· 11 years ago
03ce574
Add the vhost-user netdev backend to the command line
by Nikolay Nikolaev
· 11 years ago
d314f58
Add new vhost-user netdev backend
by Nikolay Nikolaev
· 11 years ago
1a1bfac
Add vhost-backend and VhostBackendType
by Nikolay Nikolaev
· 11 years ago
81647a6
vhost_net_init will use VhostNetOptions to get all its arguments
by Nikolay Nikolaev
· 11 years ago
84007e8
net: Export valid host network devices list
by Hani Benhabiles
· 11 years ago
40d1939
monitor: Add set_link arguments completion.
by Hani Benhabiles
· 11 years ago
93156ce
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' into staging
by Peter Maydell
· 11 years ago
b87b8a8
slirp/smb: Move ncalrpc directory to tmp
by Michael Buesch
· 11 years ago
9057698
net/net.c: remove unnecessary semicolon
by Igor Ryzhov
· 11 years ago
9083da1
net: Don't use error_is_set() to suppress additional errors
by Markus Armbruster
· 11 years ago
638fb14
net: Make qmp_query_rx_filter() with name argument more obvious
by Markus Armbruster
· 11 years ago
b925965
net/net.c: Remove unnecessary semicolon
by Igor Ryzhov
· 11 years ago
13a12f8
tap: Avoid extra iterations while closing file fd
by Pankaj Gupta
· 11 years ago
86e1177
net: Report error when device / hub combo is not found.
by Hani Benhabiles
· 11 years ago
131e744
net: netmap_poll must update both read/write poll state
by Prasad Joshi
· 11 years ago
2f23e9a
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 11 years ago
68e5ec6
tap: avoid deadlocking rx
by Stefan Hajnoczi
· 11 years ago
5c1e189
slirp smb with modern win guests when samba is also running on host
by Michael Tokarev
· 11 years ago
c2804ee
qemu/slirp: Fix SMB security configuration on newer samba versions
by Michael Buesch
· 11 years ago
d6085e3
net: remove implicit peer from offload API
by Stefan Hajnoczi
· 11 years ago
0a985b3
net: Disable netmap backend when not supported
by Vincenzo Maffione
· 11 years ago
f6c65bf
net: add offloading support to netmap backend
by Vincenzo Maffione
· 11 years ago
3bac80d
net: make tap offloading callbacks static
by Vincenzo Maffione
· 11 years ago
2e753bc
net: TAP uses NetClientInfo offloading callbacks
by Vincenzo Maffione
· 11 years ago
1f55ac4
net: extend NetClientInfo for offloading
by Vincenzo Maffione
· 11 years ago
e96dfd1
net: change vnet-hdr TAP prototypes
by Vincenzo Maffione
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
1f149e7
tap-linux: Get features once and use it many times
by Kusanagi Kouichi
· 11 years ago
4bf2c13
net: Use g_strdup_printf instead of snprintf.
by Hani Benhabiles
· 11 years ago
dff7424
misc: Use macro ARRAY_SIZE where possible
by Stefan Weil
· 11 years ago
02d38fc
net: Update netdev peer on link change
by Vlad Yasevich
· 11 years ago
5895213
net: Adding netmap network backend
by Vincenzo Maffione
· 11 years ago
1597591
net: fix qemu_flush_queued_packets() in presence of a hub
by Sergey Fedorov
· 11 years ago
d60b20c
net: disallow to specify multicast MAC address
by Dmitry Krivenok
· 12 years ago
bcbe92f
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
by Sebastian Ottlik
· 12 years ago
067404b
net: Rename send_queue to incoming_queue
by Jan Kiszka
· 12 years ago
aa4f082
tap: Use numbered tap/tun devices on all *BSD OS's
by Brad Smith
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 12 years ago
dfc6f86
misc: Use g_assert_not_reached for code which is expected to be unreachable
by Stefan Weil
· 12 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
68756ba
fix -net user checks by reordering checks
by Bas van Sisseren
· 12 years ago
c87826a
tap: fix NULL dereference when passing invalid parameters to tap
by Jason Wang
· 12 years ago
d73fe37
net: support for bridged networking on Mac OS X
by Alasdair McLeay
· 12 years ago
7873df4
tap: properly initialize vhostfds
by Jason Wang
· 12 years ago
c963530
net: make network client name unique
by Amos Kong
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
456d606
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
by Hans de Goede
· 12 years ago
fc13fa0
net: ensure "socket" backend uses non-blocking fds
by Stefan Hajnoczi
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
d32fcad
net: increase buffer size to accommodate Jumbo frame pkts
by Scott Feldman
· 12 years ago
75020a7
Common definitions for VMWARE devices
by Dmitry Fleytman
· 12 years ago
8402630
net: iovec checksum calculator
by Dmitry Fleytman
· 12 years ago
5acf5ea
Checksum-related utility functions
by Dmitry Fleytman
· 12 years ago
20048d0
net: use socket_set_nodelay() for -netdev socket
by Stefan Hajnoczi
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
9957fc7
MinGW: Replace setsockopt by qemu_setsocketopt
by Stefan Weil
· 12 years ago
f6b26cf
net: reduce the unnecessary memory allocation of multiqueue
by Jason Wang
· 12 years ago
d26e445
tap: set IFF_ONE_QUEUE per default
by Peter Lieven
· 12 years ago
ce675a7
tap: forbid creating multiqueue tap when hub is used
by Jason Wang
· 12 years ago
7d91ddd
net: fix unbounded NetQueue
by Luigi Rizzo
· 12 years ago
199ee60
net: fix qemu_flush_queued_packets() in presence of a hub
by Luigi Rizzo
· 12 years ago
cc2a904
net: Avoid NULL function pointer dereference on cleanup
by Andreas Färber
· 12 years ago
b890492
net: fix infinite loop on exit
by Michael Roth
· 12 years ago
02cd809
tap: unbreak -netdev tap,fd=X
by Anthony Liguori
· 12 years ago
264986e
tap: multiqueue support
by Jason Wang
· 12 years ago
e5dc0b4
tap: introduce a helper to get the name of an interface
by Jason Wang
· 12 years ago
16dbaf9
tap: support enabling or disabling a queue
by Jason Wang
· 12 years ago
94fdc6d
tap: add Linux multiqueue support
by Jason Wang
· 12 years ago
5193e5f
tap: factor out common tap initialization
by Jason Wang
· 12 years ago
4e4f9ae
tap: import linux multiqueue constants
by Jason Wang
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
f786045
net: introduce NetClientState destructor
by Jason Wang
· 12 years ago
18a1541
net: introduce qemu_net_client_setup()
by Jason Wang
· 12 years ago
6c51ae7
net: introduce qemu_find_net_clients_except()
by Jason Wang
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
28a6589
net: tap: use abort() instead of assert(0)
by Jason Wang
· 12 years ago
ec45f08
net: tap: using bool instead of bitfield
by Jason Wang
· 12 years ago
c64f50d
g_strdup(NULL) returns NULL; simplify
by Markus Armbruster
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
3f124b6
net: add missing include file
by Liming Wang
· 12 years ago
b213614
net: Add missing include statement (fix compiler warnings for MinGW)
by Stefan Weil
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
Next »