index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
rtl8139.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
rtl8139: correctly handle PHY reset
Hervé Poussineau
1
-13
/
+21
2016-10-26
net: rtl8139: limit processing of ring descriptors
Prasad J Pandit
1
-1
/
+1
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
2016-06-28
rtl8139: save/load RxMulOk counter (again)
David Vrabel
1
-26
/
+14
2016-06-27
hw/net/rtl8139.c: Don't use *_to_cpup()
Peter Maydell
1
-5
/
+4
2016-06-02
rtl8139: Move more TCP definitions to common header
Dmitry Fleytman
1
-5
/
+0
2016-04-06
rtl8139: using CP_TX_OWN for ownership transferring during tx
Jason Wang
1
-1
/
+1
2016-01-29
hw/net: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-11
ether/slirp: Avoid redefinition of the same constants
Dr. David Alan Gilbert
1
-1
/
+0
2015-09-25
rtl8139: remove muldiv64()
Laurent Vivier
1
-8
/
+6
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
1
-1
/
+1
2015-09-02
rtl8139: Do not consume the packet during overflow in standard mode.
Vladislav Yasevich
1
-1
/
+1
2015-09-02
rtl8139: Fix receive buffer overflow check
Vladislav Yasevich
1
-2
/
+4
2015-09-02
rtl8139: use ldl/stl wrapper for unaligned 32-bit access
Stefan Hajnoczi
1
-3
/
+8
2015-09-02
rtl8139: use net/eth.h macros instead of custom macros
Stefan Hajnoczi
1
-21
/
+14
2015-09-02
rtl8139: remove duplicate net/eth.h definitions
Stefan Hajnoczi
1
-52
/
+5
2015-08-03
rtl8139: check TCP Data Offset field (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: skip offload on short TCP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: check IP Total Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-1
/
+6
2015-08-03
rtl8139: check IP Header Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-11
/
+8
2015-08-03
rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)
Stefan Hajnoczi
1
-154
/
+151
2015-08-03
rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)
Stefan Hajnoczi
1
-19
/
+22
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
1
-4
/
+2
2015-02-10
rtl8139: g_malloc() can't fail, bury dead error handling
Markus Armbruster
1
-14
/
+0
2015-02-06
rtl8139: simplify timer logic
Paolo Bonzini
1
-50
/
+27
2015-01-12
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
1
-8
/
+0
2014-11-21
rtl8139: fix Pointer to local outside scope
Gonglei
1
-0
/
+4
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
1
-2
/
+0
2014-10-15
rtl8139: add bootindex to qom property
Gonglei
1
-0
/
+10
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-2
/
+0
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-6
/
+3
2013-11-21
Revert "e1000/rtl8139: update HMP NIC when every bit is written"
Michael S. Tsirkin
1
-1
/
+4
2013-11-06
e1000/rtl8139: update HMP NIC when every bit is written
Amos Kong
1
-4
/
+1
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-10-18
net/rtl8139: update network information when macaddr is changed in guest
Amos Kong
1
-1
/
+5
2013-10-18
net: update nic info during device reset
Amos Kong
1
-0
/
+1
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-1
/
+1
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-14
/
+14
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-07-23
net/rtl8139: QOM parent field cleanup
Andreas Färber
1
-39
/
+49
2013-07-23
net/rtl8139: QOM Upcast Sweep
Peter Crosthwaite
1
-8
/
+18
2013-07-04
hw/n*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-2
/
+4
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-2
/
+2
2013-05-24
rtl8139: flush queued packets when RxBufPtr is written
Stefan Hajnoczi
1
-0
/
+3
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+3555