| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop more @errp parameters after previous commit | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -4/+4 |
* | hw/net/rtl8139: Update coding style to make checkpatch.pl happy | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -4/+6 |
* | hw/net/rtl8139: Simplify if/else statement | Philippe Mathieu-Daudé | 2020-03-31 | 1 | -4/+4 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | rtl8139: fix possible out of bound access | Jason Wang | 2018-10-19 | 1 | -4/+4 |
* | hw/net: Remove unnecessary header includes | Thomas Huth | 2018-03-05 | 1 | -2/+0 |
* | rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx() | Mark Cave-Ayland | 2017-12-22 | 1 | -1/+1 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | net: rtl8139: do not use old_mmio accesses | Matt Parker | 2017-09-08 | 1 | -50/+3 |
* | rtl8139: correctly handle PHY reset | Hervé Poussineau | 2017-01-06 | 1 | -13/+21 |
* | net: rtl8139: limit processing of ring descriptors | Prasad J Pandit | 2016-10-26 | 1 | -1/+1 |
* | qapi: Change Netdev into a flat union | Eric Blake | 2016-07-19 | 1 | -1/+1 |
* | rtl8139: save/load RxMulOk counter (again) | David Vrabel | 2016-06-28 | 1 | -26/+14 |
* | hw/net/rtl8139.c: Don't use *_to_cpup() | Peter Maydell | 2016-06-27 | 1 | -5/+4 |
* | rtl8139: Move more TCP definitions to common header | Dmitry Fleytman | 2016-06-02 | 1 | -5/+0 |
* | rtl8139: using CP_TX_OWN for ownership transferring during tx | Jason Wang | 2016-04-06 | 1 | -1/+1 |
* | hw/net: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | ether/slirp: Avoid redefinition of the same constants | Dr. David Alan Gilbert | 2016-01-11 | 1 | -1/+0 |
* | rtl8139: remove muldiv64() | Laurent Vivier | 2015-09-25 | 1 | -8/+6 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Markus Armbruster | 2015-09-11 | 1 | -4/+2 |
* | maint: remove / fix many doubled words | Daniel P. Berrange | 2015-09-11 | 1 | -1/+1 |
* | rtl8139: Do not consume the packet during overflow in standard mode. | Vladislav Yasevich | 2015-09-02 | 1 | -1/+1 |
* | rtl8139: Fix receive buffer overflow check | Vladislav Yasevich | 2015-09-02 | 1 | -2/+4 |
* | rtl8139: use ldl/stl wrapper for unaligned 32-bit access | Stefan Hajnoczi | 2015-09-02 | 1 | -3/+8 |
* | rtl8139: use net/eth.h macros instead of custom macros | Stefan Hajnoczi | 2015-09-02 | 1 | -21/+14 |
* | rtl8139: remove duplicate net/eth.h definitions | Stefan Hajnoczi | 2015-09-02 | 1 | -52/+5 |
* | rtl8139: check TCP Data Offset field (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -0/+5 |
* | rtl8139: skip offload on short TCP header (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -0/+5 |
* | rtl8139: check IP Total Length field (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -1/+6 |
* | rtl8139: check IP Header Length field (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -11/+8 |
* | rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -0/+5 |
* | rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -154/+151 |
* | rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165) | Stefan Hajnoczi | 2015-08-03 | 1 | -19/+22 |
* | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2015-06-12 | 1 | -7/+4 |
* | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -4/+2 |
* | rtl8139: g_malloc() can't fail, bury dead error handling | Markus Armbruster | 2015-02-10 | 1 | -14/+0 |
* | rtl8139: simplify timer logic | Paolo Bonzini | 2015-02-06 | 1 | -50/+27 |
* | net: remove all cleanup methods from NIC NetClientInfos | Paolo Bonzini | 2015-01-12 | 1 | -8/+0 |
* | rtl8139: fix Pointer to local outside scope | Gonglei | 2014-11-21 | 1 | -0/+4 |
* | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei | 2014-10-15 | 1 | -2/+0 |
* | rtl8139: add bootindex to qom property | Gonglei | 2014-10-15 | 1 | -0/+10 |
* | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -2/+0 |
* | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 2014-06-16 | 1 | -6/+3 |
* | Revert "e1000/rtl8139: update HMP NIC when every bit is written" | Michael S. Tsirkin | 2013-11-21 | 1 | -1/+4 |