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
2023-05-23
e1000e: Notify only new interrupts
Akihiko Odaki
2023-05-23
igb: Strip the second VLAN tag for extended VLAN
Akihiko Odaki
2023-05-23
igb: Implement Rx SCTP CSO
Akihiko Odaki
2023-05-23
e1000e: Rename a variable in e1000e_receive_internal()
Akihiko Odaki
2023-05-23
e1000e: Reset packet state after emptying Tx queue
Akihiko Odaki
2023-05-23
e1000e: Always log status after building rx metadata
Akihiko Odaki
2023-05-23
e1000x: Rename TcpIpv6 into TcpIpv6Ex
Akihiko Odaki
2023-05-23
e1000x: Share more Rx filtering logic
Akihiko Odaki
2023-05-23
e1000e: Always copy ethernet header
Akihiko Odaki
2023-05-23
e1000x: Fix BPRC and MPRC
Akihiko Odaki
2023-05-23
hw/net/net_tx_pkt: Decouple interface from PCI
Akihiko Odaki
2023-05-23
e1000e: Fix tx/rx counters
timothee.cocault@gmail.com
2023-03-28
igb: Fix DMA requester specification for Tx packet
Akihiko Odaki
2023-03-10
e1000: Split header files
Akihiko Odaki
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
2023-03-10
e1000e: Implement system clock
Akihiko Odaki
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
2023-03-10
e1000e: Count CRC in Tx statistics
Akihiko Odaki
2023-03-10
e1000e: Combine rx traces
Akihiko Odaki
2023-03-10
e1000e: Do not assert when MSI-X is disabled later
Akihiko Odaki
2023-03-10
e1000e: Perform software segmentation for loopback
Akihiko Odaki
2023-03-10
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
2023-03-10
hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
Akihiko Odaki
2023-03-10
net: Check L4 header size
Akihiko Odaki
2023-03-10
e1000e: Remove extra pointer indirection
Akihiko Odaki
2023-03-10
e1000e: Set MII_ANER_NWAY
Akihiko Odaki
2023-03-10
e1000e: Introduce e1000_rx_desc_union
Akihiko Odaki
2023-03-10
e1000e: Improve software reset
Akihiko Odaki
2023-03-10
e1000e: Remove pending interrupt flags
Akihiko Odaki
2023-03-10
e1000e: Use memcpy to intialize registers
Akihiko Odaki
2023-03-10
e1000e: Use more constant definitions
Akihiko Odaki
2023-03-10
e1000e: Mask registers when writing
Akihiko Odaki
2023-03-10
e1000e: Introduce E1000E_LOW_BITS_SET_FUNC
Akihiko Odaki
2023-03-10
e1000: Use hw/net/mii.h
Akihiko Odaki
2023-03-10
e1000e: Fix the code style
Akihiko Odaki
2022-09-27
e1000e: set RX desc status with DD flag in a separate operation
Ding Hui
2022-09-22
hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-07-26
e1000e: Fix possible interrupt loss when using MSI
Ake Koomsin
2022-02-14
hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
Nick Hudson
2021-08-02
hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptor
Christina Wang
2021-08-02
hw/net: e1000e: Correct the initial value of VET register
Christina Wang
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-11-24
hw/net/e1000e: advance desc_offset in case of null descriptor
Prasad J Pandit
2020-11-15
e1000e: Fix Lesser GPL version number
Chetan Pant
2020-09-10
hw/net/e1000e: Remove duplicated write handler for FLSWDATA register
Philippe Mathieu-Daudé
2020-09-10
hw/net/e1000e: Remove overwritten read handler for STATUS register
Philippe Mathieu-Daudé
2020-06-18
hw/net/e1000e: Do not abort() on invalid PSRCTL register value
Philippe Mathieu-Daudé
2020-03-31
hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
Philippe Mathieu-Daudé
2020-03-09
hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Philippe Mathieu-Daudé
[next]