Sign in
qemu
/
qemu
/
dea7cd1794f33c52e4b59fe085daffb318a4bb07
/
hw
/
net
/
dp8393x.c
8063396
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
by Eduardo Habkost
· 4 years, 6 months ago
8110fa1
Use DECLARE_*CHECKER* macros
by Eduardo Habkost
· 4 years, 6 months ago
db1015e
Move QOM typedefs and add missing includes
by Eduardo Habkost
· 4 years, 6 months ago
b8c4b67
hw/net: Make NetCanReceive() return a boolean
by Philippe Mathieu-Daudé
· 5 years ago
fcd3b08
hw/net: Use memory_region_init_rom() with read-only regions
by Philippe Mathieu-Daudé
· 5 years ago
a0cf429
dp8393x: Mask EOL bit from descriptor addresses, take 2
by Finn Thain
· 5 years ago
c2279bd
dp8393x: Don't stop reception upon RBE interrupt assertion
by Finn Thain
· 5 years ago
083e21b
dp8393x: Don't reset Silicon Revision register
by Finn Thain
· 5 years ago
80b6067
dp8393x: Always update RRA pointers and sequence numbers
by Finn Thain
· 5 years ago
d9fae13
dp8393x: Clear descriptor in_use field to release packet
by Finn Thain
· 5 years ago
350e7d9
dp8393x: Pad frames to word or long word boundary
by Finn Thain
· 5 years ago
ea22702
dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
by Finn Thain
· 5 years ago
bae112b
dp8393x: Don't clobber packet checksum
by Finn Thain
· 5 years ago
ada7431
dp8393x: Implement packet size limit and RBAE interrupt
by Finn Thain
· 5 years ago
a3cce28
dp8393x: Clear RRRA command register bit only when appropriate
by Finn Thain
· 5 years ago
5b0c98f
dp8393x: Update LLFA and CRDA registers from rx descriptor
by Finn Thain
· 5 years ago
9e3cd45
dp8393x: Have dp8393x_receive() return the packet size
by Finn Thain
· 5 years ago
46ffee9
dp8393x: Clean up endianness hacks
by Finn Thain
· 5 years ago
3fe9a83
dp8393x: Always use 32-bit accesses
by Finn Thain
· 5 years ago
88f632f
dp8393x: Mask EOL bit from descriptor addresses
by Finn Thain
· 5 years ago
19f7034
Avoid address_space_rw() with a constant is_write argument
by Peter Maydell
· 5 years ago
1ccda93
Let address_space_rw() calls pass a boolean 'is_write' argument
by Philippe Mathieu-Daudé
· 5 years ago
b7cbebf
Remove unnecessary cast when using the address_space API
by Philippe Mathieu-Daudé
· 5 years ago
4ef044c
hw/net: Avoid casting non-const pointer, use address_space_write()
by Philippe Mathieu-Daudé
· 5 years ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
3110ce8
dp8393x: replace PROP_PTR with PROP_LINK
by Marc-André Lureau
· 5 years ago
c744cf7
dp8393x: fix dp8393x_receive()
by Laurent Vivier
· 5 years ago
af9f0be
dp8393x: put the DMA buffer in the state structure
by Laurent Vivier
· 5 years ago
be92084
dp8393x: manage big endian bus
by Laurent Vivier
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
04f3c00
hw: Remove unused 'hw/devices.h' include
by Philippe Mathieu-Daudé
· 6 years ago
8fad0a6
hw/net/dp8393x: don't make prom region 'nomigrate'
by Peter Maydell
· 7 years ago
1cfe48c
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
by Peter Maydell
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
581f7b1
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
by Peter Maydell
· 8 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
e8d4046
hw/net: Clean up includes
by Peter Maydell
· 9 years ago
52579c6
net/dp8393x: do not use memory_region_init_rom_device with NULL
by Hervé Poussineau
· 10 years ago
30dfa9a
net/dp8393x: remove check of runt packets
by Hervé Poussineau
· 10 years ago
f635128
net/dp8393x: disable user creation
by Hervé Poussineau
· 10 years ago
4594f93
dp8393x: Flush packets when link comes up
by Fam Zheng
· 10 years ago
bd8f1eb
net/dp8393x: fix hardware reset
by Hervé Poussineau
· 10 years ago
409b52b
net/dp8393x: correctly reset in_use field
by Hervé Poussineau
· 10 years ago
1670735
net/dp8393x: add load/save support
by Hervé Poussineau
· 10 years ago
89ae0ff
net/dp8393x: add PROM to store MAC address
by Hervé Poussineau
· 10 years ago
104655a
net/dp8393x: QOM'ify
by Hervé Poussineau
· 10 years ago
3df5de6
net/dp8393x: use dp8393x_ prefix for all functions
by Hervé Poussineau
· 10 years ago
84689cb
net/dp8393x: do not use old_mmio accesses
by Hervé Poussineau
· 10 years ago
f2f62c4
net/dp8393x: always calculate proper checksums
by Hervé Poussineau
· 10 years ago
dd82051
dma/rc4030: use AddressSpace and address_space_rw in users
by Hervé Poussineau
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
eed7930
nic: do not destroy memory regions in cleanup functions
by Paolo Bonzini
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/dp8393x.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
1ceef9f
net: multiqueue support
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
a005d07
net: Remove VLANState
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
cac1e30
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
d180589
sonic: fix typo
by Hervé Poussineau
· 13 years ago
024e5bb
dp8393x: convert to memory API
by Avi Kivity
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
6eed185
net: Consistently use qemu_macaddr_default_if_unset
by Jan Kiszka
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
665a3b0
net: remove VLANClientState members now in NetClientInfo
by Mark McLoughlin
· 15 years ago
05f41fe
net: convert dp8393x to NICState
by Mark McLoughlin
· 15 years ago
e13b10b
net: remove NICInfo::vc
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
ae50b27
Don't leak VLANClientState on PCI hot remove
by Mark McLoughlin
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
a65f56e
Implement sonic netcard (MIPS Jazz)
by aurel32
· 16 years ago