summaryrefslogtreecommitdiff
path: root/hw/net/rtl8139.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-2/+0
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker1-50/+3
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau1-13/+21
2016-10-26net: rtl8139: limit processing of ring descriptorsPrasad J Pandit1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-28rtl8139: save/load RxMulOk counter (again)David Vrabel1-26/+14
2016-06-27hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell1-5/+4
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman1-5/+0
2016-04-06rtl8139: using CP_TX_OWN for ownership transferring during txJason Wang1-1/+1
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert1-1/+0
2015-09-25rtl8139: remove muldiv64()Laurent Vivier1-8/+6
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-02rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich1-1/+1
2015-09-02rtl8139: Fix receive buffer overflow checkVladislav Yasevich1-2/+4
2015-09-02rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi1-3/+8
2015-09-02rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi1-21/+14
2015-09-02rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi1-52/+5
2015-08-03rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi1-1/+6
2015-08-03rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi1-11/+8
2015-08-03rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi1-0/+5
2015-08-03rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi1-154/+151
2015-08-03rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi1-19/+22
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-06rtl8139: simplify timer logicPaolo Bonzini1-50/+27
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei1-0/+4
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15rtl8139: add bootindex to qom propertyGonglei1-0/+10
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-6/+3
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin1-1/+4
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong1-4/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong1-1/+5
2013-10-18net: update nic info during device resetAmos Kong1-0/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-14/+14
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23net/rtl8139: QOM parent field cleanupAndreas Färber1-39/+49
2013-07-23net/rtl8139: QOM Upcast SweepPeter Crosthwaite1-8/+18
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4