summaryrefslogtreecommitdiffstats
path: root/hw/net/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* rtl8139: remove muldiv64()Laurent Vivier2015-09-251-8/+6
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2
* 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/+14
* rtl8139: remove duplicate net/eth.h definitionsStefan Hajnoczi2015-09-021-52/+5
* 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/+8
* 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/+151
* 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/+4
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-14/+0
* rtl8139: simplify timer logicPaolo Bonzini2015-02-061-50/+27
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0
* 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/+0
* rtl8139: add bootindex to qom propertyGonglei2014-10-151-0/+10
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-6/+3
* 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-061-4/+1
* 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
OpenPOWER on IntegriCloud