index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
1
-1
/
+1
|
*
lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
1
-1
/
+2
|
*
opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...
Mark Cave-Ayland
2017-12-22
1
-1
/
+2
|
*
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
1
-1
/
+1
|
*
sungem: fix multicast filter CRC calculation
Mark Cave-Ayland
2017-12-22
1
-3
/
+2
|
*
sunhme: switch sunhme over to use net_crc32_le()
Mark Cave-Ayland
2017-12-22
1
-24
/
+1
|
*
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
Mark Cave-Ayland
2017-12-22
1
-24
/
+4
|
*
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland
2017-12-22
1
-20
/
+2
|
*
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
2017-12-22
1
-3
/
+1
|
*
e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruption
Ed Swierk via Qemu-devel
2017-12-22
1
-30
/
+40
|
*
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
2017-12-22
5
-26
/
+28
|
*
hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
Philippe Mathieu-Daudé
2017-12-18
3
-6
/
+5
*
|
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-1
/
+1
|
/
*
virtio-net: don't touch virtqueue if vm is stopped
Jason Wang
2017-11-28
1
-1
/
+2
*
hw/net/vmxnet3: Fix code to work on big endian hosts, too
Thomas Huth
2017-11-20
3
-101
/
+181
*
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
2017-11-20
4
-4
/
+5
*
hw/net/eepro100: Fix endianness problem on big endian hosts
Thomas Huth
2017-11-20
1
-2
/
+2
*
Revert "Add new PCI ID for i82559a"
Jason Wang
2017-11-20
1
-13
/
+0
*
Add new PCI ID for i82559a
Mike Nawrocki
2017-11-13
1
-0
/
+13
*
Fix eepro100 simple transmission mode
Mike Nawrocki
2017-11-13
1
-15
/
+3
*
lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h
Mark Cave-Ayland
2017-10-31
1
-10
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
8
-0
/
+32
*
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+5
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
5
-8
/
+24
*
net: add Sun HME (Happy Meal Ethernet) on-board NIC
Mark Cave-Ayland
2017-09-21
3
-0
/
+1008
*
net: Add SunGEM device emulation as found on Apple UniNorth
Benjamin Herrenschmidt
2017-09-15
3
-0
/
+1492
*
e1000: Rename the SEC symbol to SEQEC
Kamil Rytarowski
2017-09-08
4
-5
/
+5
*
net: rtl8139: do not use old_mmio accesses
Matt Parker
2017-09-08
1
-50
/
+3
*
net/rocker: Fix the unusual macro name
Mao Zhongyi
2017-09-08
1
-9
/
+9
*
net/rocker: Convert to realize()
Mao Zhongyi
2017-09-08
1
-16
/
+11
*
net/rocker: Plug memory leak in pci_rocker_init()
Mao Zhongyi
2017-09-08
1
-1
/
+3
*
net/rocker: Remove the dead error handling
Mao Zhongyi
2017-09-08
5
-87
/
+6
*
xilinx_axienet: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-09-07
1
-12
/
+4
*
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
2017-08-31
1
-2
/
+1
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-17
/
+17
*
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-9
/
+9
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
virtio-net: fix offload ctrl endian
Jason Wang
2017-07-17
1
-0
/
+2
*
virtion-net: Prefer is_power_of_2()
Michal Privoznik
2017-07-17
1
-1
/
+1
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
2
-2
/
+2
*
xilinx: Fix latent error handling bug
Eduardo Habkost
2017-07-13
1
-3
/
+1
*
virtio-net: fix tx queue size for !vhost-user
Michael S. Tsirkin
2017-07-03
1
-8
/
+20
*
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-07-03
2
-16
/
+32
*
pci: Fix the wrong assertion.
Mao Zhongyi
2017-07-03
2
-2
/
+2
*
virtio-net: enable configurable tx queue size
Wei Wang
2017-07-03
1
-2
/
+30
*
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
2017-06-20
1
-3
/
+3
*
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
1
-0
/
+1
*
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-13
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2017-06-07
2
-9
/
+4
|
\
[prev]
[next]