index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
rtl8139.c
Age
Commit message (
Expand
)
Author
2024-09-20
mark <zlib.h> with for-crc32 in a consistent manner
Michael Tokarev
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-08-02
rtl8139: Fix behaviour for old kernels.
Hans
2023-12-30
hw/net: Constify VMState
Richard Henderson
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-09-20
hw/net: spelling fixes
Michael Tokarev
2023-07-07
hw/net: rtl8139: Remove the logic of padding short frames in the receive path
Bin Meng
2023-05-23
rtl8139: fix large_send_mss divide-by-zero
Stefan Hajnoczi
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-11-21
rtl8139: honor large send MSS value
Stefan Hajnoczi
2022-11-21
rtl8139: keep Tx command mode 0 and 1 separate
Stefan Hajnoczi
2022-11-21
rtl8139: avoid clobbering tx descriptor bits
Stefan Hajnoczi
2022-11-11
rtl8139: Remove unused variable
Miroslav Rezanina
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2021-03-15
rtl8139: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
hw/net/rtl8139: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2020-03-31
hw/net/rtl8139: Simplify if/else statement
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-10-19
rtl8139: fix possible out of bound access
Jason Wang
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
2017-12-22
rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-08
net: rtl8139: do not use old_mmio accesses
Matt Parker
2017-01-06
rtl8139: correctly handle PHY reset
Hervé Poussineau
2016-10-26
net: rtl8139: limit processing of ring descriptors
Prasad J Pandit
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-06-28
rtl8139: save/load RxMulOk counter (again)
David Vrabel
2016-06-27
hw/net/rtl8139.c: Don't use *_to_cpup()
Peter Maydell
2016-06-02
rtl8139: Move more TCP definitions to common header
Dmitry Fleytman
2016-04-06
rtl8139: using CP_TX_OWN for ownership transferring during tx
Jason Wang
2016-01-29
hw/net: Clean up includes
Peter Maydell
2016-01-11
ether/slirp: Avoid redefinition of the same constants
Dr. David Alan Gilbert
2015-09-25
rtl8139: remove muldiv64()
Laurent Vivier
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-02
rtl8139: Do not consume the packet during overflow in standard mode.
Vladislav Yasevich
2015-09-02
rtl8139: Fix receive buffer overflow check
Vladislav Yasevich
2015-09-02
rtl8139: use ldl/stl wrapper for unaligned 32-bit access
Stefan Hajnoczi
2015-09-02
rtl8139: use net/eth.h macros instead of custom macros
Stefan Hajnoczi
[next]