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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
virtio-net: fix offload ctrl endian
Jason Wang
1
-0
/
+2
2017-07-17
virtion-net: Prefer is_power_of_2()
Michal Privoznik
1
-1
/
+1
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2
-2
/
+2
2017-07-13
xilinx: Fix latent error handling bug
Eduardo Habkost
1
-3
/
+1
2017-07-03
virtio-net: fix tx queue size for !vhost-user
Michael S. Tsirkin
1
-8
/
+20
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2
-16
/
+32
2017-07-03
pci: Fix the wrong assertion.
Mao Zhongyi
2
-2
/
+2
2017-07-03
virtio-net: enable configurable tx queue size
Wei Wang
1
-2
/
+30
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
1
-3
/
+3
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
1
-0
/
+1
2017-06-13
migration: Move self_announce_delay() to misc.h
Juan Quintela
1
-0
/
+1
2017-06-07
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-9
/
+4
2017-06-07
net/rocker: Cleanup the useless return value check
Mao Zhongyi
2
-9
/
+4
2017-06-06
migration: remove register_savevm()
Laurent Vivier
1
-2
/
+6
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
1
-1
/
+0
2017-06-02
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
1
-0
/
+1
2017-06-02
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
1
-1
/
+0
2017-05-25
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
1
-1
/
+16
2017-05-23
e1000e: Fix ICR "Other" causes clear logic
Sameeh Jubran
1
-2
/
+8
2017-05-23
virtio-net: fix wild pointer when remove virtio-net queues
Yunjian Wang
1
-0
/
+3
2017-05-17
sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
Eduardo Habkost
1
-0
/
+2
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
3
-3
/
+3
2017-04-25
net/ftgmac100: add a 'aspeed' property
Cédric Le Goater
1
-2
/
+15
2017-04-24
net: add FTGMAC100 support
Cédric Le Goater
2
-0
/
+1004
2017-04-20
cadence_gem: Make the revision a property
Alistair Francis
1
-1
/
+5
2017-04-20
cadence_gem: Correct the interupt logic
Alistair Francis
1
-5
/
+13
2017-04-20
cadence_gem: Correct the multi-queue can rx logic
Alistair Francis
1
-7
/
+10
2017-04-20
cadence_gem: Read the correct queue descriptor
Alistair Francis
1
-2
/
+2
2017-03-31
e1000: disable debug by default
Jason Wang
1
-1
/
+1
2017-03-31
virtio-net: avoid call tap_enable when there's only one queue
Jason Wang
1
-0
/
+4
2017-03-19
xen: do not build backends for targets that do not support xen
Stefano Stabellini
1
-1
/
+1
2017-03-14
hw/net: implement MIB counters in mcf_fec driver
Greg Ungerer
1
-0
/
+115
2017-03-14
e1000e: correctly tear down MSI-X memory regions
Paolo Bonzini
1
-1
/
+1
2017-03-06
vmxnet3: VMStatify rx/tx q_descr and int_state
Dr. David Alan Gilbert
1
-182
/
+90
2017-03-06
vmxnet3: Convert ring values to uint32_t's
Dr. David Alan Gilbert
1
-6
/
+6
2017-03-06
NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()
Dmitry Fleytman
1
-4
/
+5
2017-03-06
NetRxPkt: Account buffer with ETH header in IOV length
Dmitry Fleytman
1
-1
/
+1
2017-03-06
NetRxPkt: Do not try to pull more data than present
Dmitry Fleytman
1
-1
/
+2
2017-03-06
NetRxPkt: Fix memory corruption on VLAN header stripping
Dmitry Fleytman
1
-17
/
+17
2017-03-06
net: Remove useless local var pkt
Fam Zheng
1
-1
/
+0
2017-02-28
cadence_gem: Remove unused parameter debug message
Fam Zheng
1
-1
/
+1
2017-02-22
hw/net/spapr_llan: 6 byte mac address device tree entry
Sam Bobroff
1
-6
/
+12
2017-02-17
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
1
-1
/
+13
2017-02-15
net: e1000e: fix an infinite loop issue
Li Qiang
1
-1
/
+6
2017-02-15
net: imx: limit buffer descriptor count
Prasad J Pandit
1
-4
/
+6
2017-02-15
net: e1000e: fix dead code in e1000e_write_packet_to_guest
Paolo Bonzini
1
-1
/
+1
2017-02-13
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
1
-105
/
+211
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
1
-1
/
+1
2017-02-02
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2
-9
/
+0
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
3
-3
/
+5
[next]