Sign in
qemu
/
qemu
/
ab728275e48c7cd23f5f4df860f77a771125e3ac
/
hw
/
net
/
dp8393x.c
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
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 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