index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
e1000e_core.c
Age
Commit message (
Expand
)
Author
2018-07-20
e1000e: Prevent MSI/MSI-X storms
Jan Kiszka
2018-06-15
e1000e: Do not auto-clear ICR bits which aren't set in EIAC
Jan Kiszka
2017-12-22
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
2017-09-08
e1000: Rename the SEC symbol to SEQEC
Kamil Rytarowski
2017-05-23
e1000e: Fix ICR "Other" causes clear logic
Sameeh Jubran
2017-02-15
net: e1000e: fix an infinite loop issue
Li Qiang
2017-02-15
net: e1000e: fix dead code in e1000e_write_packet_to_guest
Paolo Bonzini
2016-10-26
e1000e: Don't zero out buffer address in rx descriptor
Kevin Wolf
2016-09-27
e1000e: Fix EIAC register implementation
Dmitry Fleytman
2016-09-27
e1000e: Fix spurious RX TCP ACK interrupts
Dmitry Fleytman
2016-09-27
e1000e: Fix OTHER interrupts processing for MSI-X
Dmitry Fleytman
2016-09-27
e1000e: Fix PBACLR implementation
Dmitry Fleytman
2016-09-27
e1000e: Fix CTRL_EXT.EIAME behavior
Dmitry Fleytman
2016-09-27
e1000e: Flush receive queues on link up
Dmitry Fleytman
2016-09-27
e1000e: Flush all receive queues on receive enable
Dmitry Fleytman
2016-09-27
e1000: fix buliding complaint
Gonglei
2016-09-13
hw/net/e1000e: Fix compiler warning
Changlong Xie
2016-07-18
e1000e: fix incorrect access to pointer
Paolo Bonzini
2016-06-27
hw/net/e1000: Don't use *_to_cpup()
Peter Maydell
2016-06-03
e1000e: Fix build with ust trace backend
Dmitry Fleytman
2016-06-02
net: Introduce e1000e device emulation
Dmitry Fleytman