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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
e1000.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-1
/
+1
2023-12-30
hw/net: Constify VMState
Richard Henderson
1
-5
/
+5
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
1
-1
/
+2
2023-09-29
e1000: remove old compatibility code
Paolo Bonzini
1
-53
/
+28
2023-07-07
hw/net: e1000: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+1
2023-05-23
e1000x: Share more Rx filtering logic
Akihiko Odaki
1
-30
/
+5
2023-05-23
e1000x: Fix BPRC and MPRC
Akihiko Odaki
1
-3
/
+3
2023-05-23
e1000e: Fix tx/rx counters
timothee.cocault@gmail.com
1
-3
/
+2
2023-03-10
e1000: Split header files
Akihiko Odaki
1
-0
/
+1
2023-03-10
e1000: Count CRC in Tx statistics
Akihiko Odaki
1
-2
/
+2
2023-03-10
e1000: Configure ResettableClass
Akihiko Odaki
1
-9
/
+4
2023-03-10
e1000: Use memcpy to intialize registers
Akihiko Odaki
1
-2
/
+2
2023-03-10
e1000: Use more constant definitions
Akihiko Odaki
1
-22
/
+28
2023-03-10
e1000: Mask registers when writing
Akihiko Odaki
1
-53
/
+31
2023-03-10
e1000: Use hw/net/mii.h
Akihiko Odaki
1
-43
/
+43
2023-03-10
e1000e: Fix the code style
Akihiko Odaki
1
-20
/
+21
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-07-06
e1000: set RX descriptor status in a separate operation
Ding Hui
1
-1
/
+4
2021-11-05
e1000: fix tx re-entrancy problem
Jon Maloy
1
-0
/
+7
2021-08-02
hw/net: e1000: Correct the initial value of VET register
Christina Wang
1
-0
/
+17
2021-03-15
e1000: switch to use qemu_receive_packet() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
e1000: fail early for evil descriptor
Jason Wang
1
-0
/
+4
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-3
/
+0
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-08-27
e1000: Rename QOM class cast macros
Eduardo Habkost
1
-4
/
+4
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-05-15
e1000: Don't run e1000_instance_init() twice
Markus Armbruster
1
-1
/
+0
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-09
hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Philippe Mathieu-Daudé
1
-2
/
+2
2020-03-09
hw/net/e1000: Add readops/writeops typedefs
Philippe Mathieu-Daudé
1
-2
/
+4
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-21
hw/net/e1000: Fix erroneous comment
Philippe Mathieu-Daudé
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-07-29
e1000: don't raise interrupt in pre_save()
Jason Wang
1
-6
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-17
e1000: Never increment the RX undersize count register
Chris Kenna
1
-1
/
+0
2019-03-29
e1000: Delay flush queue when receive RCTL
yuchenlin
1
-2
/
+22
2018-10-19
e1000: indicate dropped packets in HW counters
Jason Wang
1
-3
/
+13
2018-04-10
e1000: Choose which set of props to migrate
Dr. David Alan Gilbert
1
-1
/
+17
2018-04-10
e1000: Migrate props via a temporary structure
Dr. David Alan Gilbert
1
-12
/
+15
2018-04-10
e1000: wire new subsection to property
Dr. David Alan Gilbert
1
-0
/
+12
2018-04-10
e1000: Dupe offload data on reading old stream
Dr. David Alan Gilbert
1
-0
/
+16
2018-04-10
e1000: Convert v3 fields to subsection
Dr. David Alan Gilbert
1
-12
/
+22
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
1
-1
/
+0
2017-12-22
e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruption
Ed Swierk via Qemu-devel
1
-30
/
+40
2017-12-22
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
1
-14
/
+16
[next]