index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-09
net: Update netdev peer on link change
Vlad Yasevich
1
-9
/
+17
2013-12-09
net: Adding netmap network backend
Vincenzo Maffione
4
-0
/
+447
2013-11-08
net: fix qemu_flush_queued_packets() in presence of a hub
Sergey Fedorov
1
-1
/
+0
2013-11-08
net: disallow to specify multicast MAC address
Dmitry Krivenok
1
-0
/
+6
2013-10-02
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-9
/
+10
2013-09-06
net: Rename send_queue to incoming_queue
Jan Kiszka
2
-8
/
+8
2013-09-06
tap: Use numbered tap/tun devices on all *BSD OS's
Brad Smith
1
-11
/
+0
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-1
/
+1
2013-08-22
aio / timers: Untangle include files
Alex Bligh
2
-0
/
+2
2013-07-27
misc: Use g_assert_not_reached for code which is expected to be unreachable
Stefan Weil
1
-1
/
+1
2013-07-15
net: add support of mac-programming over macvtap in QEMU side
Amos Kong
1
-0
/
+48
2013-06-19
fix -net user checks by reordering checks
Bas van Sisseren
1
-6
/
+6
2013-06-07
tap: fix NULL dereference when passing invalid parameters to tap
Jason Wang
1
-6
/
+12
2013-05-24
net: support for bridged networking on Mac OS X
Alasdair McLeay
1
-1
/
+2
2013-05-03
tap: properly initialize vhostfds
Jason Wang
1
-1
/
+1
2013-05-03
net: make network client name unique
Amos Kong
1
-5
/
+2
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-04-04
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
1
-0
/
+1
2013-04-02
net: ensure "socket" backend uses non-blocking fds
Stefan Hajnoczi
1
-1
/
+6
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-3
/
+3
2013-03-25
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
4
-10
/
+5
2013-03-25
Common definitions for VMWARE devices
Dmitry Fleytman
2
-0
/
+218
2013-03-25
net: iovec checksum calculator
Dmitry Fleytman
1
-0
/
+29
2013-03-25
Checksum-related utility functions
Dmitry Fleytman
1
-6
/
+7
2013-03-25
net: use socket_set_nodelay() for -netdev socket
Stefan Hajnoczi
1
-0
/
+3
2013-03-22
Fix typos and misspellings
Peter Maydell
1
-1
/
+1
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-11
/
+10
2013-02-27
net: reduce the unnecessary memory allocation of multiqueue
Jason Wang
1
-10
/
+9
2013-02-27
tap: set IFF_ONE_QUEUE per default
Peter Lieven
2
-8
/
+11
2013-02-27
tap: forbid creating multiqueue tap when hub is used
Jason Wang
1
-0
/
+7
2013-02-27
net: fix unbounded NetQueue
Luigi Rizzo
1
-0
/
+15
2013-02-27
net: fix qemu_flush_queued_packets() in presence of a hub
Luigi Rizzo
3
-0
/
+21
2013-02-13
net: Avoid NULL function pointer dereference on cleanup
Andreas Färber
1
-1
/
+3
2013-02-07
net: fix infinite loop on exit
Michael Roth
1
-1
/
+1
2013-02-01
tap: unbreak -netdev tap,fd=X
Anthony Liguori
1
-1
/
+1
2013-02-01
tap: multiqueue support
Jason Wang
7
-42
/
+135
2013-02-01
tap: introduce a helper to get the name of an interface
Jason Wang
6
-0
/
+32
2013-02-01
tap: support enabling or disabling a queue
Jason Wang
2
-3
/
+50
2013-02-01
tap: add Linux multiqueue support
Jason Wang
6
-0
/
+97
2013-02-01
tap: factor out common tap initialization
Jason Wang
1
-57
/
+73
2013-02-01
tap: import linux multiqueue constants
Jason Wang
1
-0
/
+4
2013-02-01
net: multiqueue support
Jason Wang
1
-32
/
+81
2013-02-01
net: introduce NetClientState destructor
Jason Wang
1
-4
/
+13
2013-02-01
net: introduce qemu_net_client_setup()
Jason Wang
1
-10
/
+19
2013-02-01
net: introduce qemu_find_net_clients_except()
Jason Wang
1
-0
/
+21
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
1
-1
/
+14
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
1
-4
/
+16
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
1
-0
/
+5
2013-02-01
net: tap: use abort() instead of assert(0)
Jason Wang
2
-3
/
+3
[next]