Sign in
qemu
/
qemu
/
199fc7d2790ce07f054fc2773dce8ae9e9fc3046
/
hw
/
net
/
pcnet.c
6d0d261
hw/net: pcnet: Remove the logic of padding short frames in the receive path
by Bin Meng
· 1 year, 9 months ago
883f2c5
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
by Philippe Mathieu-Daudé
· 2 years, 2 months ago
f469150
net: Replace TAB indentations with spaces
by Ahmed Abouzied
· 3 years, 9 months ago
99ccfaa
pcnet: switch to use qemu_receive_packet() for loopback
by Alexander Bulekov
· 4 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 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
8f59905
hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printf
by Philippe Mathieu-Daudé
· 6 years ago
b1d80d1
pcnet: fix possible buffer overflow
by Jason Wang
· 7 years ago
b20219b
hw/net: Remove unnecessary header includes
by Thomas Huth
· 7 years ago
1b4c0a0
net: Drop unusual use of do { } while (0);
by Eric Blake
· 7 years ago
cbbeca9
pcnet: switch pcnet over to use net_crc32_le()
by Mark Cave-Ayland
· 7 years ago
67aa449
net: pcnet: fix source formatting and indentation
by Prasad J Pandit
· 8 years ago
34e29ce
net: pcnet: check rx/tx descriptor ring length
by Prasad J Pandit
· 8 years ago
e8d4046
hw/net: Clean up includes
by Peter Maydell
· 9 years ago
8b98a2f
pcnet: fix rx buffer overflow(CVE-2015-7512)
by Jason Wang
· 9 years ago
837f21a
net: pcnet: add check to validate receive data size(CVE-2015-7504)
by Prasad J Pandit
· 9 years ago
c6acbe8
pcnet: remove muldiv64()
by Laurent Vivier
· 10 years ago
b0ba0b9
pcnet: Drop pcnet_can_receive
by Fam Zheng
· 10 years ago
9f7c594
pcnet: force the buffer access to be in bounds during tx
by Petr Matousek
· 10 years ago
4c3b224
pcnet: pcnet_common_init() always returns 0, change to void
by Markus Armbruster
· 10 years ago
15cae34
Convert some debugging printfs to trace calls in pcnet.c.
by Don Koch
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
7b50d00
pcnet: fix Negative array index read
by Gonglei
· 10 years ago
d749e10
bootindex: move calling add_boot_device_patch to bootindex setter function
by Gonglei
· 10 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
16cf0b2
pcnet: remove duplicate assignment
by Prasad Joshi
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
ee76c1f
pcnet: Flush queued packets on end of STOP state
by Jan Kiszka
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pcnet.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 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
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 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
ef45c91
pcnet: Properly handle TX requests during Link Fail
by Jan Kiszka
· 13 years ago
6655124
pcnet: Clear ERR in CSR0 on stop
by Jan Kiszka
· 13 years ago
f79f2bf
qdev: don't access name through info
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
9f2a8d7
pcnet: Preserve link state across device reset
by Jan Kiszka
· 13 years ago
0b0404b
Add 'fall through' comments to case statements without break
by Stefan Weil
· 13 years ago
e1c2008
pcnet: Add link state support
by Jan Kiszka
· 13 years ago
488a1a5
pcnet: Move BCR defines to header
by Jan Kiszka
· 13 years ago
366c933
pcnet: Fix sign extension: make ipxe work with >2G RAM
by Michael Brown
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
7165448
moving eeprom initialization
by William Dauchy
· 14 years ago
219982e
hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers
by Gerhard Wiesinger
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
a4c75a2
Split out common pcnet code
by Paul Brook
· 14 years ago
c1ded3d
pcnet: Do not receive external frames in loopback mode
by Jan Kiszka
· 14 years ago
9dd749a
pcnet: address TODOs
by Michael S. Tsirkin
· 15 years ago
b80d4a9
pci: don't overwrite multi functio bit in pci header type.
by Isaku Yamahata
· 15 years ago
7a7e5db
pcnet: make subsystem vendor id match hardware
by Michael S. Tsirkin
· 15 years ago
1a8e2aa
pcnet APROMWE bit location (retry)
by Chris Kilgour
· 15 years ago
884a0c7
pcnet: remove dead nested assignment, spotted by clang
by Blue Swirl
· 15 years ago
9752622
pcnet: switch to symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
1fa5148
net: convert pcnet to NICState
by Mark McLoughlin
· 15 years ago
89e8b13
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
by Isaku Yamahata
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
3d86505
pcnet: port to vmstate
by Juan Quintela
· 15 years ago
94e1a91
pcnet: split away lance.c (sparc32 code).
by Gerd Hoffmann
· 15 years ago
7622483
pcnet: use qdev properties for configuration.
by Gerd Hoffmann
· 15 years ago
de41ac9
pcnet: Extend hardware reset
by Jan Kiszka
· 15 years ago
ad32308
pcnet: Restart poll timer on pcnet_start
by Jan Kiszka
· 15 years ago
efb56cf
pcnet: Drop unused recv_pos field
by Jan Kiszka
· 15 years ago
e3936fa
pci: move unregister from PCIDevice to PCIDeviceInfo
by Gerd Hoffmann
· 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
0abaa7c
pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev field
by Juan Quintela
· 16 years ago
9fdab57
pcnet: remove useless casts This are casts to the very type of the function
by Juan Quintela
· 16 years ago
1f235a7
pcnet: Change casts to DO_UPCAST() for PCIPCNetState
by Juan Quintela
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
186507b
qdev/prop: convert pcnet.c to helper macros.
by Gerd Hoffmann
· 16 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 16 years ago
0aab0d3
qdev: update pci device registration.
by Gerd Hoffmann
· 16 years ago
28c2c26
Rename pci_register_io_region() to pci_register_bar()
by Avi Kivity
· 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
067a3dd
Remove qdev irq sink handling
by Paul Brook
· 16 years ago
4856fcf
Fix lance segfaults
by Paul Brook
· 16 years ago
9d07d75
PCI network qdev conversion
by Paul Brook
· 16 years ago
6407f37
use PCI_HEADER_TYPE.
by Isaku Yamahata
· 16 years ago
aff427a
Pci nic: pci_register_device can fail
by Chris Wright
· 17 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
f1afe02
pcnet: Avoid double conversion via PHYSADDR
by aurel32
· 16 years ago
72da420
qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)
by aliguori
· 16 years ago
Next »