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-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
7
-11
/
+0
2018-03-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...
Peter Maydell
5
-5
/
+5
2018-03-05
hw/net: Remove unnecessary header includes
Thomas Huth
7
-11
/
+0
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
5
-5
/
+5
2018-03-02
net: fix misaligned member access
Marc-André Lureau
1
-1
/
+1
2018-02-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-0
/
+1949
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+0
2018-02-13
hw/net/can: interrupt cleanup
Paolo Bonzini
2
-41
/
+45
2018-02-13
hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation
Deniz Eren
2
-0
/
+263
2018-02-13
hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulation
Deniz Eren
2
-0
/
+264
2018-02-13
hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation
Pavel Pisa
2
-0
/
+320
2018-02-13
hw/net/can: SJA1000 chip register level emulation for QEMU
Pavel Pisa
4
-0
/
+1098
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
4
-0
/
+4
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+0
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+2
2018-01-25
i.MX: Fix FEC/ENET receive funtions
Jean-Christophe Dubois
1
-6
/
+2
2018-01-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-11
/
+11
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-1
/
+1
2018-01-16
net: Drop unusual use of do { } while (0);
Eric Blake
1
-10
/
+10
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
18
-184
/
+251
2018-01-11
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Fix a typo in imx_enet_receive()
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Use correct length for packet size
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Add support for multiple Tx DMA rings
Andrey Smirnov
1
-19
/
+114
2018-01-11
imx_fec: Emulate SHIFT16 in ENETx_RACC
Andrey Smirnov
1
-0
/
+23
2018-01-11
imx_fec: Use MIN instead of explicit ternary operator
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
1
-2
/
+2
2018-01-11
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
1
-11
/
+11
2018-01-11
imx_fec: Change queue flushing heuristics
Andrey Smirnov
1
-6
/
+6
2018-01-11
imx_fec: Refactor imx_eth_enable_rx()
Andrey Smirnov
1
-4
/
+4
2018-01-11
imx_fec: Do not link to netdev
Andrey Smirnov
1
-2
/
+0
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-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-1
/
+1
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
[next]