aboutsummaryrefslogtreecommitdiff
path: root/hw/net/rtl8139.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-19rtl8139: fix possible out of bound accessJason Wang
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau
2016-10-26net: rtl8139: limit processing of ring descriptorsPrasad J Pandit
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman
2016-04-06rtl8139: using CP_TX_OWN for ownership transferring during txJason Wang
2016-01-29hw/net: Clean up includesPeter Maydell
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2015-09-25rtl8139: remove muldiv64()Laurent Vivier
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-02rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich
2015-09-02rtl8139: Fix receive buffer overflow checkVladislav Yasevich
2015-09-02rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi
2015-09-02rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi
2015-09-02rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi
2015-08-03rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi
2015-08-03rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-02-06rtl8139: simplify timer logicPaolo Bonzini
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15rtl8139: add bootindex to qom propertyGonglei
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong
2013-10-18net: update nic info during device resetAmos Kong
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum