index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-13
Win32: Don't remove const attribute in type casts.
Stefan Weil
1
-1
/
+1
2009-06-13
Fix mingw32 build warnings
Blue Swirl
1
-3
/
+5
2009-06-10
Fix build breakage when using VDE introduced by 4f1c942
Anthony Liguori
1
-1
/
+1
2009-06-09
net: make use of async packet sending API in tap client
Mark McLoughlin
1
-4
/
+20
2009-06-09
net: add qemu_send_packet_async()
Mark McLoughlin
1
-21
/
+62
2009-06-09
net: split out packet queueing and flushing into separate functions
Mark McLoughlin
1
-57
/
+98
2009-06-09
net: return status from qemu_deliver_packet()
Mark McLoughlin
1
-3
/
+17
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
1
-26
/
+28
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
1
-18
/
+18
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
1
-18
/
+18
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
1
-10
/
+11
2009-06-09
net: only read from tapfd when we can send
Mark McLoughlin
1
-1
/
+8
2009-06-09
net: vlan clients with no fd_can_read() can always receive
Mark McLoughlin
1
-6
/
+10
2009-06-09
net: move the tap buffer into TAPState
Mark McLoughlin
1
-3
/
+3
2009-06-09
net: factor tap_read_packet() out of tap_send()
Mark McLoughlin
1
-9
/
+19
2009-06-09
slirp: Reorder initialization
Jan Kiszka
1
-41
/
+98
2009-06-09
net: Improve parameter error reporting
Jan Kiszka
1
-62
/
+69
2009-06-09
net: fix error reporting for some net parameter checks
Mark McLoughlin
1
-6
/
+6
2009-06-09
net: Real fix for check_params users
Jan Kiszka
1
-11
/
+12
2009-06-09
Revert "Fix output of uninitialized strings"
Mark McLoughlin
1
-10
/
+20
2009-06-09
slirp: Avoid zombie processes after fork_exec
Jan Kiszka
1
-26
/
+34
2009-06-09
net: Fix and improved ordered packet delivery
Jan Kiszka
1
-15
/
+42
2009-06-09
net: Don't deliver to disabled interfaces in qemu_sendv_packet
Jan Kiszka
1
-1
/
+1
2009-05-28
User networking: Show active connections
Alexander Graf
1
-0
/
+44
2009-05-27
User Networking: Enable removal of redirections
Alexander Graf
1
-1
/
+42
2009-05-27
Fix output of uninitialized strings
Kevin Wolf
1
-20
/
+10
2009-05-22
net: Fix dump time stamps
Jan Kiszka
1
-2
/
+2
2009-05-03
Suppress type mismatch warnings in VDE code.
Paul Brook
1
-3
/
+3
2009-05-01
net: Fix -net socket parameter checks
Jan Kiszka
1
-10
/
+10
2009-05-01
net: Avoid gcc'ism in net_host_device_add
Jan Kiszka
1
-1
/
+1
2009-04-27
fix net.c compile warning
Robert Reif
1
-1
/
+1
2009-04-21
net: Prevent multiple slirp instances (Jan Kiszka)
aliguori
1
-1
/
+13
2009-04-21
slirp: Enhance host-guest redirection setup (Jan Kiszka)
aliguori
1
-14
/
+21
2009-04-21
net: Untangle nested qemu_send_packet (Jan Kiszka)
aliguori
1
-6
/
+30
2009-04-21
monitor: Improve host_net_add (Jan Kiszka)
aliguori
1
-1
/
+3
2009-04-21
net: Add support for capturing VLANs (Jan Kiszka)
aliguori
1
-2
/
+113
2009-04-21
net: Add parameter checks for VLAN clients (Jan Kiszka)
aliguori
1
-0
/
+83
2009-04-21
net: Fix -net socket,listen (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-21
net: Check device passed to host_net_remove (Jan Kiszka)
aliguori
1
-2
/
+8
2009-04-17
Free VLANClientState using qemu_free() (Mark McLoughlin)
aliguori
1
-1
/
+1
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
1
-21
/
+50
2009-04-17
Remove some useless malloc() checking (Mark McLoughlin)
aliguori
1
-13
/
+3
2009-04-17
Fix error handling in net_client_init() (Mark McLoughlin)
aliguori
1
-10
/
+16
2009-04-17
struct iovec is now universally available (Mark McLoughlin)
aliguori
1
-4
/
+0
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-3
/
+3
2009-04-05
Fix some win32 compile warnings
blueswir1
1
-1
/
+1
2009-03-28
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
aliguori
1
-5
/
+0
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
1
-0
/
+1
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
1
-3
/
+3
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
[next]