Statistics
| Branch: | Revision:

root / hw / net @ d9840e25

Name Size
Makefile.objs 1.2 kB
cadence_gem.c 39.4 kB
dp8393x.c 26.4 kB
e1000.c 44.4 kB
e1000_regs.h 49.6 kB
eepro100.c 69.2 kB
etraxfs_eth.c 16.7 kB
lan9118.c 39.2 kB
lance.c 5.1 kB
mcf_fec.c 12.3 kB
milkymist-minimac2.c 14 kB
mipsnet.c 7.4 kB
ne2000-isa.c 3.6 kB
ne2000.c 22.8 kB
ne2000.h 1 kB
opencores_eth.c 18.9 kB
pcnet-pci.c 11.1 kB
pcnet.c 54.6 kB
pcnet.h 2.1 kB
rtl8139.c 101.8 kB
smc91c111.c 22.1 kB
spapr_llan.c 16.7 kB
stellaris_enet.c 13.1 kB
vhost_net.c 8.4 kB
virtio-net.c 48.1 kB
vmware_utils.h 3.5 kB
vmxnet3.c 71.9 kB
vmxnet3.h 23.9 kB
vmxnet_debug.h 4.3 kB
vmxnet_rx_pkt.c 4.1 kB
vmxnet_rx_pkt.h 3.8 kB
vmxnet_tx_pkt.c 15.9 kB
vmxnet_tx_pkt.h 3.2 kB
xen_nic.c 13.8 kB
xgmac.c 14.6 kB
xilinx_axienet.c 28 kB
xilinx_ethlite.c 7.7 kB

Latest revisions

# Date Author Comment
213f0c4f 08/30/2013 10:15 pm Andreas Färber

qom: Pass available size to object_initialize()

To be passed on to object_initialize_with_type().

Acked-by: Cornelia Huck <> (virtio-ccw)
Signed-off-by: Andreas Färber <>

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

ee76c1f8 08/05/2013 03:11 pm Jan Kiszka

pcnet: Flush queued packets on end of STOP state

Analogously to other NICs, we have to inform the network layer when
the can_receive handler will no longer report 0. Without this, we may
get stuck waiting on queued incoming packets.

Signed-off-by: Jan Kiszka <>...

f6bda9cb 07/30/2013 03:56 am Peter Maydell

spapr: Rename 'dprintf' to 'DPRINTF'

'dprintf' is the name of a POSIX standard function so we should not be
stealing it for our debug macro. Rename to 'DPRINTF' (in line with
a number of other source files.)

Signed-off-by: Peter Maydell <>...

4632cf2d 07/29/2013 10:07 pm Andreas Färber

opencores_eth: QOM cast cleanup

Signed-off-by: Andreas Färber <>

a4dbb8bd 07/29/2013 10:07 pm Andreas Färber

mipsnet: QOM cast cleanup

Signed-off-by: Andreas Färber <>

546921ea 07/29/2013 10:07 pm Andreas Färber

xgmac: QOM cast cleanup

Introduce type constant and use QOM casts and typedef consistently.

Signed-off-by: Andreas Färber <>

91a28042 07/29/2013 10:07 pm Andreas Färber

xilinx_ethlite: QOM cast cleanup

Signed-off-by: Andreas Färber <>

2fa30aba 07/29/2013 10:06 pm Andreas Färber

stellaris_enet: QOM cast cleanup

Signed-off-by: Andreas Färber <>

0618db44 07/29/2013 10:06 pm Andreas Färber

stellaris_enet: Fix NetClientInfo::cleanup

Drop freeing stellaris_enet_state - that is done by QOM later on unref.

Both MemoryRegion init and savevm registration happen in SysBusDevice
initfn currently, so move them into an unrealizefn for now.

Signed-off-by: Andreas Färber <>

View revisions

Also available in: Atom