Statistics
| Branch: | Revision:

root / hw / net @ 34b5d2c6

Name Size
Makefile.objs 1.2 kB
cadence_gem.c 39.4 kB
dp8393x.c 26.4 kB
e1000.c 48.6 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.8 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
45d883dc 09/06/2013 06:27 pm Aurelien Jarno

ne2000: mark I/O as LITTLE_ENDIAN

Now that the memory subsystem is propagating the endianness correctly,
the ne2000 device should have its I/O ports marked as LITTLE_ENDIAN, as
PCI devices are little endian.

This makes the ne2000 NIC to work again on PowerPC....

3dbb9786 09/06/2013 06:25 pm Brad Smith

vmxnet3: Eliminate __packed redefined warning

This eliminates a warning about __packed being redefined as exposed by the
vmxnet3 code. __packed is not used anywhere in the vmxnet3 code.

CC    hw/net/vmxnet3.o
In file included from hw/net/vmxnet3.c:29:...
e9845f09 09/06/2013 06:25 pm Vincenzo Maffione

e1000: add interrupt mitigation support

This patch partially implements the e1000 interrupt mitigation mechanisms.
Using a single QEMUTimer, it emulates the ITR register (which is the newer
mitigation register, recommended by Intel) and approximately emulates...

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 <>

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

xilinx_ethlite: QOM cast cleanup

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

View revisions

Also available in: Atom