index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
dp8393x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-01
hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()
Mauro Matteo Cascella
1
-0
/
+4
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
1
-5
/
+3
2020-03-17
hw/net: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-03-09
dp8393x: Mask EOL bit from descriptor addresses, take 2
Finn Thain
1
-2
/
+2
2020-03-03
dp8393x: Don't stop reception upon RBE interrupt assertion
Finn Thain
1
-13
/
+22
2020-03-03
dp8393x: Don't reset Silicon Revision register
Finn Thain
1
-1
/
+1
2020-03-03
dp8393x: Always update RRA pointers and sequence numbers
Finn Thain
1
-5
/
+7
2020-03-03
dp8393x: Clear descriptor in_use field to release packet
Finn Thain
1
-0
/
+10
2020-03-03
dp8393x: Pad frames to word or long word boundary
Finn Thain
1
-11
/
+28
2020-03-03
dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
Finn Thain
1
-2
/
+6
2020-03-03
dp8393x: Don't clobber packet checksum
Finn Thain
1
-0
/
+1
2020-03-03
dp8393x: Implement packet size limit and RBAE interrupt
Finn Thain
1
-0
/
+9
2020-03-03
dp8393x: Clear RRRA command register bit only when appropriate
Finn Thain
1
-4
/
+3
2020-03-03
dp8393x: Update LLFA and CRDA registers from rx descriptor
Finn Thain
1
-4
/
+7
2020-03-03
dp8393x: Have dp8393x_receive() return the packet size
Finn Thain
1
-4
/
+5
2020-03-03
dp8393x: Clean up endianness hacks
Finn Thain
1
-11
/
+6
2020-03-03
dp8393x: Always use 32-bit accesses
Finn Thain
1
-18
/
+29
2020-03-02
dp8393x: Mask EOL bit from descriptor addresses
Finn Thain
1
-6
/
+11
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
1
-33
/
+37
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-13
/
+14
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
1
-14
/
+14
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
1
-2
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-07
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
1
-4
/
+3
2019-11-08
dp8393x: fix dp8393x_receive()
Laurent Vivier
1
-3
/
+9
2019-11-08
dp8393x: put the DMA buffer in the state structure
Laurent Vivier
1
-55
/
+50
2019-10-28
dp8393x: manage big endian bus
Laurent Vivier
1
-31
/
+57
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-07
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
1
-1
/
+0
2018-07-09
hw/net/dp8393x: don't make prom region 'nomigrate'
Peter Maydell
1
-1
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-01-20
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
Peter Maydell
1
-27
/
+68
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw/net: Clean up includes
Peter Maydell
1
-0
/
+1
2015-07-28
net/dp8393x: do not use memory_region_init_rom_device with NULL
Hervé Poussineau
1
-2
/
+8
2015-07-28
net/dp8393x: remove check of runt packets
Hervé Poussineau
1
-5
/
+0
2015-07-28
net/dp8393x: disable user creation
Hervé Poussineau
1
-0
/
+2
2015-07-27
dp8393x: Flush packets when link comes up
Fam Zheng
1
-0
/
+8
2015-06-11
net/dp8393x: fix hardware reset
Hervé Poussineau
1
-0
/
+1
2015-06-11
net/dp8393x: correctly reset in_use field
Hervé Poussineau
1
-1
/
+1
2015-06-11
net/dp8393x: add load/save support
Hervé Poussineau
1
-0
/
+12
[next]