index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
dp8393x.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-17
hw/net: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-09
dp8393x: Mask EOL bit from descriptor addresses, take 2
Finn Thain
2020-03-03
dp8393x: Don't stop reception upon RBE interrupt assertion
Finn Thain
2020-03-03
dp8393x: Don't reset Silicon Revision register
Finn Thain
2020-03-03
dp8393x: Always update RRA pointers and sequence numbers
Finn Thain
2020-03-03
dp8393x: Clear descriptor in_use field to release packet
Finn Thain
2020-03-03
dp8393x: Pad frames to word or long word boundary
Finn Thain
2020-03-03
dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
Finn Thain
2020-03-03
dp8393x: Don't clobber packet checksum
Finn Thain
2020-03-03
dp8393x: Implement packet size limit and RBAE interrupt
Finn Thain
2020-03-03
dp8393x: Clear RRRA command register bit only when appropriate
Finn Thain
2020-03-03
dp8393x: Update LLFA and CRDA registers from rx descriptor
Finn Thain
2020-03-03
dp8393x: Have dp8393x_receive() return the packet size
Finn Thain
2020-03-03
dp8393x: Clean up endianness hacks
Finn Thain
2020-03-03
dp8393x: Always use 32-bit accesses
Finn Thain
2020-03-02
dp8393x: Mask EOL bit from descriptor addresses
Finn Thain
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2019-11-08
dp8393x: fix dp8393x_receive()
Laurent Vivier
2019-11-08
dp8393x: put the DMA buffer in the state structure
Laurent Vivier
2019-10-28
dp8393x: manage big endian bus
Laurent Vivier
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2018-07-09
hw/net/dp8393x: don't make prom region 'nomigrate'
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-01-20
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
Peter Maydell
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/net: Clean up includes
Peter Maydell
2015-07-28
net/dp8393x: do not use memory_region_init_rom_device with NULL
Hervé Poussineau
2015-07-28
net/dp8393x: remove check of runt packets
Hervé Poussineau
2015-07-28
net/dp8393x: disable user creation
Hervé Poussineau
2015-07-27
dp8393x: Flush packets when link comes up
Fam Zheng
2015-06-11
net/dp8393x: fix hardware reset
Hervé Poussineau
2015-06-11
net/dp8393x: correctly reset in_use field
Hervé Poussineau
2015-06-11
net/dp8393x: add load/save support
Hervé Poussineau
2015-06-11
net/dp8393x: add PROM to store MAC address
Hervé Poussineau
[next]