Sign in
qemu-android
/
qemu-android
/
715a664ac4ca3b9e44ffbc0ca41ecd91fbe96656
/
net.c
893379e
net: disable receiving if client returns zero
by Mark McLoughlin
· 15 years ago
88b3ec0
net: move AIX code into net/tap-aix.c
by Mark McLoughlin
· 15 years ago
5281d75
net: split all the tap code out into net/tap.c
by Mark McLoughlin
· 15 years ago
f54c7bd
net: move tap-linux.h under net/
by Mark McLoughlin
· 15 years ago
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
6c9f58b
Enable UFO on virtio-net and tap devices
by Sridhar Samudrala
· 15 years ago
b1c28b4
net: add tap_set_offload()
by Mark McLoughlin
· 15 years ago
2596774
net: implement tap support for receive_raw()
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
ca77d17
net: add an API for 'raw' packets
by Mark McLoughlin
· 15 years ago
c0b8e49
net: add flags parameter to packet queue interface
by Mark McLoughlin
· 15 years ago
24e3236
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
baf74c9
net: add a vnet_hdr=on|off parameter
by Mark McLoughlin
· 15 years ago
424a7f9
net: refactor tap initialization
by Mark McLoughlin
· 15 years ago
8e0f8e5
net: enable IFF_VNET_HDR on tap fds if available
by Mark McLoughlin
· 15 years ago
38c75be
net: make tap_receive() re-use tap_receive_iov() code
by Mark McLoughlin
· 15 years ago
7668229
net: import linux tap ioctl definitions
by Mark McLoughlin
· 15 years ago
2ef924b
qdev: add netdev property
by Gerd Hoffmann
· 15 years ago
76d32cb
net: add macaddr type.
by Gerd Hoffmann
· 15 years ago
c1671a0
net: fix multiple NICs causing net opts process to stop
by Mark McLoughlin
· 15 years ago
9a6ecb3
net: add queue for peer-to-peer packet forwarding
by Mark McLoughlin
· 15 years ago
f710584
net: refactor packet queueing code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
5869c4d
net: add -net nic,netdev= option
by Mark McLoughlin
· 15 years ago
577c4af
net: maintain a list of vlan-less clients
by Mark McLoughlin
· 15 years ago
f6b134a
net: handle -netdevice options
by Mark McLoughlin
· 15 years ago
7f161aa
net: add QemuOptsList arg to net_client_parse()
by Mark McLoughlin
· 15 years ago
d80b9fc
net: allow clients not associated with a vlan
by Mark McLoughlin
· 15 years ago
5610c3a
net: use qtailq for vlan and client lists
by Mark McLoughlin
· 15 years ago
dea7b3b
net: remove id field from NICInfo
by Mark McLoughlin
· 15 years ago
6d952eb
net: handle id= parameter for -net
by Mark McLoughlin
· 15 years ago
8b077c9
net: pass monitor handle to client init functions
by Mark McLoughlin
· 15 years ago
a3a766e
slirp: fix !CONFIG_SLIRP compilation
by Juan Quintela
· 15 years ago
dc1c9fe
Final net cleanup after conversion to QemuOpts
by Mark McLoughlin
· 15 years ago
13cf8f2
Port usb net to QemuOpts
by Mark McLoughlin
· 15 years ago
7f1c9d2
Port host_net_add monitor command to QemuOpts
by Mark McLoughlin
· 15 years ago
7b3fb25
Clean up legacy code in net_client_init()
by Mark McLoughlin
· 15 years ago
ed2955c
Port -net dump to QemuOpts
by Mark McLoughlin
· 15 years ago
dd51058
Port -net vde to QemuOpts
by Mark McLoughlin
· 15 years ago
88ce16c
Port -net socket to QemuOpts
by Mark McLoughlin
· 15 years ago
8a1c523
Port -net tap to QemuOpts
by Mark McLoughlin
· 15 years ago
ec302ff
Port -net user to QemuOpts
by Mark McLoughlin
· 15 years ago
f83c6e1
Port -net none and -net nic to QemuOpts
by Mark McLoughlin
· 15 years ago
fb12577
Drop config_error(), use qemu_error() instead
by Markus Armbruster
· 15 years ago
0752706
Don't exit() in config_error()
by Markus Armbruster
· 15 years ago
3a179c6
Make net_client_init() consume slirp_configs even on error
by Markus Armbruster
· 15 years ago
02374aa
Use qemu_strdup() for VLANClientState string fields
by Mark McLoughlin
· 15 years ago
d2cffe3
Move memset() from net_client_uninit() to net_client_init()
by Mark McLoughlin
· 15 years ago
9203f52
Make NICInfo string fields non-const
by Mark McLoughlin
· 15 years ago
32a8e14
Use qemu_strdup() for NICInfo string fields
by Mark McLoughlin
· 15 years ago
07caea3
Fix pci_add nic not to exit on bad model
by Markus Armbruster
· 16 years ago
9ee0582
Make it obvious that pci_nic_init() can't fail
by Markus Armbruster
· 16 years ago
a979670
Correctly free nd structure
by Glauber Costa
· 16 years ago
acedcfb
net: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 16 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 16 years ago
f40d753
Include sys-queue.h early to override system queue definitions on BSD
by Blue Swirl
· 16 years ago
1d4daa9
monitor: Port handler_3 to use QDict
by Luiz Capitulino
· 16 years ago
f18c16d
monitor: Port handler_2 to use QDict
by Luiz Capitulino
· 16 years ago
9da4318
net: Fix send queue ordering
by Jan Kiszka
· 16 years ago
7dc3fa0
Add missing linefeed in error message
by Stefan Weil
· 16 years ago
c3cf0d3
net: Fix do_set_link() return type
by Luiz Capitulino
· 16 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 16 years ago
8fde654
Remove useless Win32 include files and unused function in net.c.
by Filip Navara
· 16 years ago
bb53fc5
slirp: Fix guestfwd for incoming data
by Jan Kiszka
· 16 years ago
c1d6eed
Add support for fd=name to tap and socket networking
by Mark McLoughlin
· 16 years ago
eb54b6d
qdev: add id= support for pci nics.
by Gerd Hoffmann
· 16 years ago
8389e7f
slirp: Fix default netmask to 255.255.255.0
by Anthony Liguori
· 16 years ago
d026fb6
Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied
by Mark McLoughlin
· 16 years ago
fc5b81d
net: set a default value for sndbuf=
by Mark McLoughlin
· 16 years ago
3da6abd
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
by Blue Swirl
· 16 years ago
fc57bc5
slirp: Basic VLAN client info_str
by Jan Kiszka
· 16 years ago
f13b572
slirp: Make hostfwd_add/remove multi-instance-aware
by Jan Kiszka
· 16 years ago
1a60952
net: Provide VLAN client lookup helper
by Jan Kiszka
· 16 years ago
2843246
slirp: Enable multi-instance support for the smb service
by Jan Kiszka
· 16 years ago
492efab
slirp: Improve error handling in slirp_smb
by Jan Kiszka
· 16 years ago
09c1892
slirp: Use shell to erase smb directory
by Jan Kiszka
· 16 years ago
b1c99fc
slirp: Enable multiple instances
by Jan Kiszka
· 16 years ago
ad0d8c4
slirp: Allocate/free stack instance dynamically
by Jan Kiszka
· 16 years ago
9f8bd04
slirp: Use internal state in interface
by Jan Kiszka
· 16 years ago
d6cf84e
slirp: Drop redundant checks from slirp_output
by Jan Kiszka
· 16 years ago
d918f23
slirp: Kill slirp_is_inited
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
6dbe553
slirp: Add info usernet for dumping connection states
by Jan Kiszka
· 16 years ago
9c12a6f
slirp: Do not allow to remove non-hostfwd sockets
by Jan Kiszka
· 16 years ago
3c6a058
slirp: Bind support for host forwarding rules
by Jan Kiszka
· 16 years ago
f3546de
slirp: Rework monitor commands for host forwarding
by Jan Kiszka
· 16 years ago
c92ef6a
slirp: Rework external configuration interface
by Jan Kiszka
· 16 years ago
ad196a9
slirp: Move smb, redir, tftp and bootp parameters and -net channel
by Jan Kiszka
· 16 years ago
e15f4a9
Revert "User networking: Show active connections"
by Jan Kiszka
· 16 years ago
ffe6370
qemu/net: flag to control the number of vectors a nic has
by Michael S. Tsirkin
· 16 years ago
783527a
net: add packet length to NetPacketSent callback
by Mark McLoughlin
· 16 years ago
0df0ff6
net: add '-net tap,sndbuf=nbytes'
by Mark McLoughlin
· 16 years ago
4a77b25
net: return TAPState from net_tap_init()
by Mark McLoughlin
· 16 years ago
1f7babf
net: handle EAGAIN from tapfd write()
by Mark McLoughlin
· 16 years ago
b664e36
net: add tap_read_poll() helper
by Mark McLoughlin
· 16 years ago
b9adce2
net: purge queued packets in tap_cleanup()
by Mark McLoughlin
· 16 years ago
8cad551
net: add qemu_purge_queued_packets()
by Mark McLoughlin
· 16 years ago
5607c38
Support addr=... in option argument of -net nic
by Markus Armbruster
· 16 years ago
Next »