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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2015-09-11
typofixes - v4
Veres Lajos
1
-1
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
3
-12
/
+4
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
1
-1
/
+0
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
1
-1
/
+1
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
2
-16
/
+17
2015-09-08
cadence_gem: Correct Marvell PHY SPCFC reset value
Alistair Francis
1
-1
/
+1
2015-09-07
i.MX: Add FEC Ethernet Emulator
Jean-Christophe Dubois
2
-0
/
+710
2015-09-02
ne2000: Drop ne2000_can_receive
Fam Zheng
3
-12
/
+0
2015-09-02
vmxnet3: Drop net_vmxnet3_info.can_receive
Fam Zheng
1
-1
/
+0
2015-09-02
rtl8139: Do not consume the packet during overflow in standard mode.
Vladislav Yasevich
1
-1
/
+1
2015-09-02
rtl8139: Fix receive buffer overflow check
Vladislav Yasevich
1
-2
/
+4
2015-09-02
rtl8139: use ldl/stl wrapper for unaligned 32-bit access
Stefan Hajnoczi
1
-3
/
+8
2015-09-02
rtl8139: use net/eth.h macros instead of custom macros
Stefan Hajnoczi
1
-21
/
+14
2015-09-02
rtl8139: remove duplicate net/eth.h definitions
Stefan Hajnoczi
1
-52
/
+5
2015-08-14
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
1
-2
/
+2
2015-08-13
virtio-net: remove useless codes
Jason Wang
1
-6
/
+2
2015-08-04
net/vmxnet3: Fix incorrect debug message
Dana Rubin
1
-2
/
+2
2015-08-03
rtl8139: check TCP Data Offset field (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: skip offload on short TCP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: check IP Total Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-1
/
+6
2015-08-03
rtl8139: check IP Header Length field (CVE-2015-5165)
Stefan Hajnoczi
1
-11
/
+8
2015-08-03
rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)
Stefan Hajnoczi
1
-0
/
+5
2015-08-03
rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)
Stefan Hajnoczi
1
-154
/
+151
2015-08-03
rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)
Stefan Hajnoczi
1
-19
/
+22
2015-07-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2
-34
/
+35
2015-07-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-3
/
+2
2015-07-28
xen: Drop net_rx_ok
Fam Zheng
1
-24
/
+1
2015-07-28
hw/net: handle flow control in mcf_fec driver receiver
Greg Ungerer
1
-10
/
+34
2015-07-28
net/dp8393x: do not use memory_region_init_rom_device with NULL
Hervé Poussineau
1
-2
/
+8
2015-07-28
net/dp8393x: remove check of runt packets
Hervé Poussineau
1
-5
/
+0
2015-07-28
net/dp8393x: disable user creation
Hervé Poussineau
1
-0
/
+2
2015-07-27
virtio: get_features() can fail
Jason Wang
1
-1
/
+2
2015-07-27
axienet: Flush queued packets when rx is done
Fam Zheng
1
-4
/
+13
2015-07-27
dp8393x: Flush packets when link comes up
Fam Zheng
1
-0
/
+8
2015-07-27
stellaris_enet: Flush queued packets when read done
Fam Zheng
1
-9
/
+5
2015-07-27
mipsnet: Flush queued packets when receiving is enabled
Fam Zheng
1
-2
/
+7
2015-07-27
milkymist-minimac2: Flush queued packets when link comes up
Fam Zheng
1
-17
/
+16
2015-07-27
mcf_fec: Drop mcf_fec_can_receive
Fam Zheng
1
-8
/
+1
2015-07-27
etsec: Flush queue when rx buffer is consumed
Fam Zheng
3
-1
/
+15
2015-07-27
etsec: Move etsec_can_receive into etsec_receive
Fam Zheng
3
-17
/
+10
2015-07-27
eepro100: Drop nic_can_receive
Fam Zheng
1
-11
/
+0
2015-07-27
pcnet: Drop pcnet_can_receive
Fam Zheng
4
-12
/
+0
2015-07-27
xgmac: Drop packets with eth_can_rx is false.
Fam Zheng
1
-4
/
+4
2015-07-27
hw/net: fix mcf_fec driver receiver
Greg Ungerer
1
-1
/
+3
2015-07-27
hw/net: add simple phy support to mcf_fec driver
Greg Ungerer
1
-2
/
+48
2015-07-27
virtio: set any_layout in virtio core
Michael S. Tsirkin
1
-2
/
+0
2015-07-20
lan9118: Drop lan9118_can_receive
Fam Zheng
1
-6
/
+0
2015-07-20
etraxfs_eth: Drop eth_can_receive
Fam Zheng
1
-6
/
+0
2015-07-20
net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets
Dana Rubin
1
-0
/
+58
[next]