index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
e1000.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000: set RX descriptor status in a separate operation
Ding Hui
2022-07-06
1
-1
/
+4
*
e1000: fix tx re-entrancy problem
Jon Maloy
2021-11-05
1
-0
/
+7
*
hw/net: e1000: Correct the initial value of VET register
Christina Wang
2021-08-02
1
-0
/
+17
*
e1000: switch to use qemu_receive_packet() for loopback
Jason Wang
2021-03-15
1
-1
/
+1
*
e1000: fail early for evil descriptor
Jason Wang
2021-03-15
1
-0
/
+4
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-3
/
+0
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
e1000: Rename QOM class cast macros
Eduardo Habkost
2020-08-27
1
-4
/
+4
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
e1000: Don't run e1000_instance_init() twice
Markus Armbruster
2020-05-15
1
-1
/
+0
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-1
/
+1
*
hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Philippe Mathieu-Daudé
2020-03-09
1
-2
/
+2
*
hw/net/e1000: Add readops/writeops typedefs
Philippe Mathieu-Daudé
2020-03-09
1
-2
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
hw/net/e1000: Fix erroneous comment
Philippe Mathieu-Daudé
2019-08-21
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
e1000: don't raise interrupt in pre_save()
Jason Wang
2019-07-29
1
-6
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
e1000: Never increment the RX undersize count register
Chris Kenna
2019-05-17
1
-1
/
+0
*
e1000: Delay flush queue when receive RCTL
yuchenlin
2019-03-29
1
-2
/
+22
*
e1000: indicate dropped packets in HW counters
Jason Wang
2018-10-19
1
-3
/
+13
*
e1000: Choose which set of props to migrate
Dr. David Alan Gilbert
2018-04-10
1
-1
/
+17
*
e1000: Migrate props via a temporary structure
Dr. David Alan Gilbert
2018-04-10
1
-12
/
+15
*
e1000: wire new subsection to property
Dr. David Alan Gilbert
2018-04-10
1
-0
/
+12
*
e1000: Dupe offload data on reading old stream
Dr. David Alan Gilbert
2018-04-10
1
-0
/
+16
*
e1000: Convert v3 fields to subsection
Dr. David Alan Gilbert
2018-04-10
1
-12
/
+22
*
hw/net: Remove unnecessary header includes
Thomas Huth
2018-03-05
1
-1
/
+0
*
e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruption
Ed Swierk via Qemu-devel
2017-12-22
1
-30
/
+40
*
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
2017-12-22
1
-14
/
+16
*
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
2017-11-20
1
-1
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
e1000: Rename the SEC symbol to SEQEC
Kamil Rytarowski
2017-09-08
1
-2
/
+2
*
e1000: disable debug by default
Jason Wang
2017-03-31
1
-1
/
+1
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
*
hw/net/e1000: Don't use *_to_cpup()
Peter Maydell
2016-06-27
1
-9
/
+9
*
e1000: Removing unnecessary if statement
Sameeh Jubran
2016-06-07
1
-5
/
+3
*
e1000: Move out code that will be reused in e1000e
Dmitry Fleytman
2016-06-02
1
-319
/
+92
*
Revert "e1000: fix hang of win2k12 shutdown with flood ping"
Sameeh Jubran
2016-03-30
1
-5
/
+0
*
e1000: Fixing interrupts pace.
Sameeh Jubran
2016-03-30
1
-0
/
+8
*
e1000: eliminate infinite loops on out-of-bounds transfer start
Laszlo Ersek
2016-02-04
1
-2
/
+4
*
hw/net: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2015-12-07
1
-0
/
+5
|
\
|
*
e1000: fix hang of win2k12 shutdown with flood ping
Denis V. Lunev
2015-12-07
1
-0
/
+5
*
|
e1000: Introducing backward compatibility command line parameter
Leonid Bloch
2015-11-12
1
-0
/
+2
*
|
e1000: Implementing various counters
Leonid Bloch
2015-11-12
1
-5
/
+85
[next]