240 Commits (a08784dd11794fc60fcc724c7ef2cd1a75a5356d)

Author SHA1 Message Date
Mark McLoughlin 8cad55161c net: add qemu_purge_queued_packets() 17 years ago
Markus Armbruster 5607c38820 Support addr=... in option argument of -net nic 17 years ago
Filip Navara 024431b3d8 Add O_BINARY to open call in net_dump_init. 17 years ago
Glauber Costa 406c8df3a9 Make nic option rom loading less painful. 17 years ago
Stefan Weil 705032644f Win32: Don't remove const attribute in type casts. 17 years ago
Blue Swirl c5b76b3810 Fix mingw32 build warnings 17 years ago
Anthony Liguori 068daedd7d Fix build breakage when using VDE introduced by 4f1c942 17 years ago
Mark McLoughlin e19eb22486 net: make use of async packet sending API in tap client 17 years ago
Mark McLoughlin f3b6c7fcf8 net: add qemu_send_packet_async() 17 years ago
Mark McLoughlin e94667b91c net: split out packet queueing and flushing into separate functions 17 years ago
Mark McLoughlin 3e021d40b7 net: return status from qemu_deliver_packet() 17 years ago
Mark McLoughlin 4f1c942b7f net: add return value to packet receive handler 17 years ago
Mark McLoughlin e3f5ec2b5e net: pass VLANClientState* as first arg to receive handlers 17 years ago
Mark McLoughlin cda9046ba7 net: re-name vc->fd_read() to vc->receive() 17 years ago
Mark McLoughlin 463af5349a net: add fd_readv() handler to qemu_new_vlan_client() args 17 years ago
Mark McLoughlin 3471b757d0 net: only read from tapfd when we can send 17 years ago
Mark McLoughlin 2e1e064110 net: vlan clients with no fd_can_read() can always receive 17 years ago
Mark McLoughlin 5b01e886d9 net: move the tap buffer into TAPState 17 years ago
Mark McLoughlin 5a6d881574 net: factor tap_read_packet() out of tap_send() 17 years ago
Jan Kiszka b8e8af38ee slirp: Reorder initialization 17 years ago
Jan Kiszka 10ae5a7a98 net: Improve parameter error reporting 17 years ago
Mark McLoughlin c8decae2e1 net: fix error reporting for some net parameter checks 17 years ago
Jan Kiszka 0aa7a205c8 net: Real fix for check_params users 17 years ago
Mark McLoughlin cda94b2782 Revert "Fix output of uninitialized strings" 17 years ago
Jan Kiszka 7c3370d4fe slirp: Avoid zombie processes after fork_exec 17 years ago
Jan Kiszka c27ff60871 net: Fix and improved ordered packet delivery 17 years ago
Jan Kiszka c8aa237c64 net: Don't deliver to disabled interfaces in qemu_sendv_packet 17 years ago
Alexander Graf 1c6ed9f337 User networking: Show active connections 17 years ago
Alexander Graf c1261d8d16 User Networking: Enable removal of redirections 17 years ago
Kevin Wolf 8cf07dcbe7 Fix output of uninitialized strings 17 years ago
Jan Kiszka 37cb6fc37b net: Fix dump time stamps 17 years ago
Paul Brook cc63bb0faa Suppress type mismatch warnings in VDE code. 17 years ago
Jan Kiszka ffad4116b9 net: Fix -net socket parameter checks 17 years ago
Jan Kiszka 206ab6e090 net: Avoid gcc'ism in net_host_device_add 17 years ago
Robert Reif 8d316b0011 fix net.c compile warning 17 years ago
aliguori 8d6249a73a net: Prevent multiple slirp instances (Jan Kiszka) 17 years ago
aliguori d4ebe1934a slirp: Enhance host-guest redirection setup (Jan Kiszka) 17 years ago
aliguori 764a4d1deb net: Untangle nested qemu_send_packet (Jan Kiszka) 17 years ago
aliguori 5c8be678a9 monitor: Improve host_net_add (Jan Kiszka) 17 years ago
aliguori bb9ea79e7a net: Add support for capturing VLANs (Jan Kiszka) 17 years ago
aliguori 8e4416af45 net: Add parameter checks for VLAN clients (Jan Kiszka) 17 years ago
aliguori ea053add70 net: Fix -net socket,listen (Jan Kiszka) 17 years ago
aliguori e8f1f9db87 net: Check device passed to host_net_remove (Jan Kiszka) 17 years ago
aliguori dad354198e Free VLANClientState using qemu_free() (Mark McLoughlin) 17 years ago
aliguori b946a15332 Introduce VLANClientState::cleanup() (Mark McLoughlin) 17 years ago
aliguori 9036de1a8a Remove some useless malloc() checking (Mark McLoughlin) 17 years ago
aliguori 771f133989 Fix error handling in net_client_init() (Mark McLoughlin) 17 years ago
aliguori efb816c9a8 struct iovec is now universally available (Mark McLoughlin) 17 years ago
blueswir1 3f4cb3d37f Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' 17 years ago
blueswir1 b9e82a5946 Fix some win32 compile warnings 17 years ago