summaryrefslogtreecommitdiffstats
path: root/hw/net/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* rtl8139: correctly handle PHY resetHervé Poussineau2017-01-061-13/+21
* net: rtl8139: limit processing of ring descriptorsPrasad J Pandit2016-10-261-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* rtl8139: save/load RxMulOk counter (again)David Vrabel2016-06-281-26/+14Star
* hw/net/rtl8139.c: Don't use *_to_cpup()Peter Maydell2016-06-271-5/+4Star
* rtl8139: Move more TCP definitions to common headerDmitry Fleytman2016-06-021-5/+0Star
* rtl8139: using CP_TX_OWN for ownership transferring during txJason Wang2016-04-061-1/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert2016-01-111-1/+0Star
* rtl8139: remove muldiv64()Laurent Vivier2015-09-251-8/+6Star
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* rtl8139: Do not consume the packet during overflow in standard mode.Vladislav Yasevich2015-09-021-1/+1
* rtl8139: Fix receive buffer overflow checkVladislav Yasevich2015-09-021-2/+4
* rtl8139: use ldl/stl wrapper for unaligned 32-bit accessStefan Hajnoczi2015-09-021-3/+8
* rtl8139: use net/eth.h macros instead of custom macrosStefan Hajnoczi2015-09-021-21/+14Star
* rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi2015-09-021-52/+5Star
* rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
* rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
* rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-1/+6
* rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-11/+8Star
* rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
* rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi2015-08-031-154/+151Star
* rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi2015-08-031-19/+22
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4Star
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-14/+0Star
* rtl8139: simplify timer logicPaolo Bonzini2015-02-061-50/+27Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* rtl8139: fix Pointer to local outside scopeGonglei2014-11-211-0/+4
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0Star
* rtl8139: add bootindex to qom propertyGonglei2014-10-151-0/+10
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-6/+3Star
* Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin2013-11-211-1/+4
* e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong2013-11-071-4/+1Star
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+1
|\
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* | net/rtl8139: update network information when macaddr is changed in guestAmos Kong2013-10-181-1/+5
* | net: update nic info during device resetAmos Kong2013-10-181-0/+1
|/
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-14/+14
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* net/rtl8139: QOM parent field cleanupAndreas Färber2013-07-231-39/+49
* net/rtl8139: QOM Upcast SweepPeter Crosthwaite2013-07-231-8/+18
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* rtl8139: flush queued packets when RxBufPtr is writtenStefan Hajnoczi2013-05-241-0/+3
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+3555