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
2023-12-30
hw/net: Constify VMState
Richard Henderson
1
-3
/
+3
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
1
-1
/
+2
2023-09-20
hw/net: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-07-07
hw/net: rtl8139: Remove the logic of padding short frames in the receive path
Bin Meng
1
-12
/
+0
2023-05-23
rtl8139: fix large_send_mss divide-by-zero
Stefan Hajnoczi
1
-0
/
+3
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-11-21
rtl8139: honor large send MSS value
Stefan Hajnoczi
1
-14
/
+12
2022-11-21
rtl8139: keep Tx command mode 0 and 1 separate
Stefan Hajnoczi
1
-2
/
+2
2022-11-21
rtl8139: avoid clobbering tx descriptor bits
Stefan Hajnoczi
1
-7
/
+10
2022-11-11
rtl8139: Remove unused variable
Miroslav Rezanina
1
-2
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2021-03-15
rtl8139: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
1
-4
/
+4
2020-03-31
hw/net/rtl8139: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
1
-4
/
+6
2020-03-31
hw/net/rtl8139: Simplify if/else statement
Philippe Mathieu-Daudé
1
-4
/
+4
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2018-10-19
rtl8139: fix possible out of bound access
Jason Wang
1
-4
/
+4
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
1
-2
/
+0
2017-12-22
rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-08
net: rtl8139: do not use old_mmio accesses
Matt Parker
1
-50
/
+3
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
[next]