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
/
hw
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-06
e1000e: Fix build with gcc 4.6.3 and ust tracing
Dmitry Fleytman
1
-2
/
+2
2016-06-03
e1000e: Fix build with ust trace backend
Dmitry Fleytman
1
-2
/
+9
2016-06-02
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
20
-1309
/
+7491
2016-06-02
Add ENET/Gbps Ethernet support to FEC device
Jean-Christophe Dubois
1
-101
/
+572
2016-06-02
i.MX: move FEC device to a register array structure.
Jean-Christophe Dubois
1
-176
/
+222
2016-06-02
i.MX: Rename i.MX FEC defines to ENET_XXX
Jean-Christophe Dubois
1
-27
/
+27
2016-06-02
i.MX: reset TX/RX descriptors when FEC is disabled.
Jean-Christophe Dubois
1
-0
/
+2
2016-06-02
i.MX: Fix FEC code for ECR register reset value.
Jean-Christophe Dubois
1
-1
/
+1
2016-06-02
i.MX: Fix FEC code for MDIO address selection
Jean-Christophe Dubois
1
-2
/
+2
2016-06-02
i.MX: Fix FEC code for MDIO operation selection
Jean-Christophe Dubois
1
-3
/
+3
2016-06-02
net: Introduce e1000e device emulation
Dmitry Fleytman
5
-0
/
+4366
2016-06-02
e1000: Move out code that will be reused in e1000e
Dmitry Fleytman
4
-320
/
+573
2016-06-02
e1000_regs: Add definitions for Intel 82574-specific bits
Dmitry Fleytman
1
-3
/
+342
2016-06-02
vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*
Dmitry Fleytman
3
-28
/
+44
2016-06-02
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
4
-117
/
+813
2016-06-02
rtl8139: Move more TCP definitions to common header
Dmitry Fleytman
1
-5
/
+0
2016-06-02
net_pkt: Name vmxnet3 packet abstractions more generic
Dmitry Fleytman
6
-196
/
+196
2016-06-02
vmxnet3: Use common MAC address tracing macros
Dmitry Fleytman
2
-7
/
+4
2016-06-02
vmxnet3: Use generic function for DSN capability definition
Dmitry Fleytman
1
-7
/
+5
2016-05-27
hw/net/spapr_llan: Provide counter with dropped rx frames to the guest
Thomas Huth
1
-0
/
+17
2016-05-27
hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffers
Thomas Huth
1
-3
/
+25
2016-05-25
net: mipsnet: check packet length against buffer
Prasad J Pandit
1
-0
/
+3
2016-05-23
hw/net/opencores_eth: Allocating Large sized arrays to heap
Zhou Jie
1
-1
/
+10
2016-05-23
hw/net/opencores_eth: use mii.h
Max Filippov
1
-17
/
+16
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
6
-1
/
+6
2016-05-19
hw: do not use VMSTATE_*TL
Paolo Bonzini
1
-4
/
+4
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-2
/
+2
2016-04-11
net: stellaris_enet: check packet length against receive buffer
Prasad J Pandit
1
-1
/
+11
2016-04-08
Merge remote-tracking branch 'remotes/xtensa/tags/20160408-xtensa' into staging
Peter Maydell
1
-1
/
+1
2016-04-06
rtl8139: using CP_TX_OWN for ownership transferring during tx
Jason Wang
1
-1
/
+1
2016-04-04
opencores_eth: indicate autonegotiation completion
Max Filippov
1
-1
/
+1
2016-03-30
Revert "e1000: fix hang of win2k12 shutdown with flood ping"
Sameeh Jubran
1
-5
/
+0
2016-03-30
e1000: Fixing interrupts pace.
Sameeh Jubran
1
-0
/
+8
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
8
-5
/
+11
2016-03-24
hw/net/spapr_llan: Enable the RX buffer pools by default for new machines
Thomas Huth
1
-1
/
+1
2016-03-24
hw/net/spapr_llan: Fix receive buffer handling for better performance
Thomas Huth
1
-2
/
+216
2016-03-24
hw/net/spapr_llan: Extract rx buffer code into separate functions
Thomas Huth
1
-36
/
+70
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
3
-0
/
+6
2016-03-22
Clean up includes some more
Markus Armbruster
2
-4
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
4
-0
/
+4
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
1
-0
/
+1
2016-03-08
rocker: allow user to specify rocker world by property
Jiri Pirko
1
-1
/
+28
2016-03-08
rocker: add name field into WorldOps ale let world specify its name
Jiri Pirko
3
-6
/
+3
2016-03-08
rocker: return -ENOMEM in case of some world alloc fails
Jiri Pirko
1
-0
/
+1
2016-03-08
rocker: forbid to change world type
Jiri Pirko
3
-1
/
+13
2016-03-08
net: ne2000: check ring buffer control registers
Prasad J Pandit
1
-0
/
+4
2016-02-23
all: Clean up includes
Peter Maydell
1
-1
/
+0
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-2
/
+13
2016-02-16
vhost-net: revert support of cross-endian vnet headers
Greg Kurz
1
-36
/
+5
[next]