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
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+3
2017-12-22
ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+2
2017-12-22
opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...
Mark Cave-Ayland
1
-1
/
+2
2017-12-22
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
sungem: fix multicast filter CRC calculation
Mark Cave-Ayland
1
-3
/
+2
2017-12-22
sunhme: switch sunhme over to use net_crc32_le()
Mark Cave-Ayland
1
-24
/
+1
2017-12-22
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
Mark Cave-Ayland
1
-24
/
+4
2017-12-22
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland
1
-20
/
+2
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
1
-3
/
+1
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
5
-26
/
+28
2017-12-18
hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
Philippe Mathieu-Daudé
3
-6
/
+5
2017-11-28
virtio-net: don't touch virtqueue if vm is stopped
Jason Wang
1
-1
/
+2
2017-11-20
hw/net/vmxnet3: Fix code to work on big endian hosts, too
Thomas Huth
3
-101
/
+181
2017-11-20
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
4
-4
/
+5
2017-11-20
hw/net/eepro100: Fix endianness problem on big endian hosts
Thomas Huth
1
-2
/
+2
2017-11-20
Revert "Add new PCI ID for i82559a"
Jason Wang
1
-13
/
+0
2017-11-13
Add new PCI ID for i82559a
Mike Nawrocki
1
-0
/
+13
2017-11-13
Fix eepro100 simple transmission mode
Mike Nawrocki
1
-15
/
+3
2017-10-31
lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h
Mark Cave-Ayland
1
-10
/
+1
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
8
-0
/
+32
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
1
-0
/
+4
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
5
-8
/
+24
2017-09-21
net: add Sun HME (Happy Meal Ethernet) on-board NIC
Mark Cave-Ayland
3
-0
/
+1008
2017-09-15
net: Add SunGEM device emulation as found on Apple UniNorth
Benjamin Herrenschmidt
3
-0
/
+1492
2017-09-08
e1000: Rename the SEC symbol to SEQEC
Kamil Rytarowski
4
-5
/
+5
2017-09-08
net: rtl8139: do not use old_mmio accesses
Matt Parker
1
-50
/
+3
2017-09-08
net/rocker: Fix the unusual macro name
Mao Zhongyi
1
-9
/
+9
2017-09-08
net/rocker: Convert to realize()
Mao Zhongyi
1
-16
/
+11
2017-09-08
net/rocker: Plug memory leak in pci_rocker_init()
Mao Zhongyi
1
-1
/
+3
2017-09-08
net/rocker: Remove the dead error handling
Mao Zhongyi
5
-87
/
+6
2017-09-07
xilinx_axienet: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-12
/
+4
2017-08-31
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-17
/
+17
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
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
[next]