Sign in
qemu
/
qemu
/
301901b56c75e4e2ec65ed7598cd69b9d5fb4fe3
/
net.c
acedcfb
net: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
f40d753
Include sys-queue.h early to override system queue definitions on BSD
by Blue Swirl
· 15 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
024431b
Add O_BINARY to open call in net_dump_init.
by Filip Navara
· 16 years ago
406c8df
Make nic option rom loading less painful.
by Glauber Costa
· 16 years ago
7050326
Win32: Don't remove const attribute in type casts.
by Stefan Weil
· 16 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
068daed
Fix build breakage when using VDE introduced by 4f1c942
by Anthony Liguori
· 16 years ago
e19eb22
net: make use of async packet sending API in tap client
by Mark McLoughlin
· 16 years ago
f3b6c7f
net: add qemu_send_packet_async()
by Mark McLoughlin
· 16 years ago
e94667b
net: split out packet queueing and flushing into separate functions
by Mark McLoughlin
· 16 years ago
3e021d4
net: return status from qemu_deliver_packet()
by Mark McLoughlin
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
3471b75
net: only read from tapfd when we can send
by Mark McLoughlin
· 16 years ago
2e1e064
net: vlan clients with no fd_can_read() can always receive
by Mark McLoughlin
· 16 years ago
5b01e88
net: move the tap buffer into TAPState
by Mark McLoughlin
· 16 years ago
5a6d881
net: factor tap_read_packet() out of tap_send()
by Mark McLoughlin
· 16 years ago
b8e8af3
slirp: Reorder initialization
by Jan Kiszka
· 16 years ago
10ae5a7
net: Improve parameter error reporting
by Jan Kiszka
· 16 years ago
c8decae
net: fix error reporting for some net parameter checks
by Mark McLoughlin
· 16 years ago
0aa7a20
net: Real fix for check_params users
by Jan Kiszka
· 16 years ago
cda94b2
Revert "Fix output of uninitialized strings"
by Mark McLoughlin
· 16 years ago
7c3370d
slirp: Avoid zombie processes after fork_exec
by Jan Kiszka
· 16 years ago
c27ff60
net: Fix and improved ordered packet delivery
by Jan Kiszka
· 16 years ago
c8aa237
net: Don't deliver to disabled interfaces in qemu_sendv_packet
by Jan Kiszka
· 16 years ago
1c6ed9f
User networking: Show active connections
by Alexander Graf
· 16 years ago
c1261d8
User Networking: Enable removal of redirections
by Alexander Graf
· 16 years ago
8cf07dc
Fix output of uninitialized strings
by Kevin Wolf
· 16 years ago
37cb6fc
net: Fix dump time stamps
by Jan Kiszka
· 16 years ago
cc63bb0
Suppress type mismatch warnings in VDE code.
by Paul Brook
· 16 years ago
ffad411
net: Fix -net socket parameter checks
by Jan Kiszka
· 16 years ago
206ab6e
net: Avoid gcc'ism in net_host_device_add
by Jan Kiszka
· 16 years ago
8d316b0
fix net.c compile warning
by Robert Reif
· 16 years ago
8d6249a
net: Prevent multiple slirp instances (Jan Kiszka)
by aliguori
· 16 years ago
d4ebe19
slirp: Enhance host-guest redirection setup (Jan Kiszka)
by aliguori
· 16 years ago
764a4d1
net: Untangle nested qemu_send_packet (Jan Kiszka)
by aliguori
· 16 years ago
5c8be67
monitor: Improve host_net_add (Jan Kiszka)
by aliguori
· 16 years ago
bb9ea79
net: Add support for capturing VLANs (Jan Kiszka)
by aliguori
· 16 years ago
8e4416a
net: Add parameter checks for VLAN clients (Jan Kiszka)
by aliguori
· 16 years ago
ea053ad
net: Fix -net socket,listen (Jan Kiszka)
by aliguori
· 16 years ago
e8f1f9d
net: Check device passed to host_net_remove (Jan Kiszka)
by aliguori
· 16 years ago
dad3541
Free VLANClientState using qemu_free() (Mark McLoughlin)
by aliguori
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
9036de1
Remove some useless malloc() checking (Mark McLoughlin)
by aliguori
· 16 years ago
771f133
Fix error handling in net_client_init() (Mark McLoughlin)
by aliguori
· 16 years ago
efb816c
struct iovec is now universally available (Mark McLoughlin)
by aliguori
· 16 years ago
3f4cb3d
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
by blueswir1
· 16 years ago
b9e82a5
Fix some win32 compile warnings
by blueswir1
· 16 years ago
7cd0874
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
by aliguori
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
179a2c1
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
by blueswir1
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 16 years ago
d40cdb1
Fix BSD breakage from r6736
by blueswir1
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
Next »