index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
dp8393x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dp8393x: don't force 32-bit register access
Mark Cave-Ayland
2021-07-11
1
-5
/
+9
*
dp8393x: Rewrite dp8393x_get() / dp8393x_put()
Philippe Mathieu-Daudé
2021-07-11
1
-97
/
+63
*
dp8393x: Store CAM registers as 16-bit
Philippe Mathieu-Daudé
2021-07-11
1
-15
/
+12
*
dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definition
Philippe Mathieu-Daudé
2021-07-11
1
-3
/
+4
*
dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
Philippe Mathieu-Daudé
2021-07-11
1
-4
/
+4
*
dp8393x: fix CAM descriptor entry index
Mark Cave-Ayland
2021-07-11
1
-2
/
+2
*
dp8393x: remove onboard PROM containing MAC address and checksum
Mark Cave-Ayland
2021-07-02
1
-24
/
+0
*
dp8393x: convert to trace-events
Mark Cave-Ayland
2021-07-02
1
-35
/
+20
*
dp8393x: checkpatch fixes
Mark Cave-Ayland
2021-07-02
1
-109
/
+122
*
dp8393x: switch to use qemu_receive_packet() for loopback packet
Jason Wang
2021-03-15
1
-1
/
+1
*
hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()
Mauro Matteo Cascella
2020-12-01
1
-0
/
+4
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-5
/
+3
*
hw/net: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-3
/
+2
*
dp8393x: Mask EOL bit from descriptor addresses, take 2
Finn Thain
2020-03-09
1
-2
/
+2
*
dp8393x: Don't stop reception upon RBE interrupt assertion
Finn Thain
2020-03-03
1
-13
/
+22
*
dp8393x: Don't reset Silicon Revision register
Finn Thain
2020-03-03
1
-1
/
+1
*
dp8393x: Always update RRA pointers and sequence numbers
Finn Thain
2020-03-03
1
-5
/
+7
*
dp8393x: Clear descriptor in_use field to release packet
Finn Thain
2020-03-03
1
-0
/
+10
*
dp8393x: Pad frames to word or long word boundary
Finn Thain
2020-03-03
1
-11
/
+28
*
dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
Finn Thain
2020-03-03
1
-2
/
+6
*
dp8393x: Don't clobber packet checksum
Finn Thain
2020-03-03
1
-0
/
+1
*
dp8393x: Implement packet size limit and RBAE interrupt
Finn Thain
2020-03-03
1
-0
/
+9
*
dp8393x: Clear RRRA command register bit only when appropriate
Finn Thain
2020-03-03
1
-4
/
+3
*
dp8393x: Update LLFA and CRDA registers from rx descriptor
Finn Thain
2020-03-03
1
-4
/
+7
*
dp8393x: Have dp8393x_receive() return the packet size
Finn Thain
2020-03-03
1
-4
/
+5
*
dp8393x: Clean up endianness hacks
Finn Thain
2020-03-03
1
-11
/
+6
*
dp8393x: Always use 32-bit accesses
Finn Thain
2020-03-03
1
-18
/
+29
*
dp8393x: Mask EOL bit from descriptor addresses
Finn Thain
2020-03-02
1
-6
/
+11
*
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
1
-33
/
+37
*
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-13
/
+14
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
1
-14
/
+14
*
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2020-02-20
1
-2
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2020-01-07
1
-4
/
+3
*
dp8393x: fix dp8393x_receive()
Laurent Vivier
2019-11-08
1
-3
/
+9
*
dp8393x: put the DMA buffer in the state structure
Laurent Vivier
2019-11-08
1
-55
/
+50
*
dp8393x: manage big endian bus
Laurent Vivier
2019-10-28
1
-31
/
+57
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
1
-1
/
+0
*
hw/net/dp8393x: don't make prom region 'nomigrate'
Peter Maydell
2018-07-09
1
-1
/
+1
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-1
/
+1
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
Peter Maydell
2017-01-20
1
-27
/
+68
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
[next]