Sign in
qemu
/
qemu
/
94d16a640a1058653327392e08c6d39eeba1e499
/
hw
/
net
17e50a7
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
ba63ec8
e1000: Introducing backward compatibility command line parameter
by Leonid Bloch
· 9 years ago
3b27430
e1000: Implementing various counters
by Leonid Bloch
· 9 years ago
4aeea33
e1000: Fixing the packet address filtering procedure
by Leonid Bloch
· 9 years ago
45e9376
e1000: Fixing the received/transmitted octets' counters
by Leonid Bloch
· 9 years ago
1f67f92
e1000: Fixing the received/transmitted packets' counters
by Leonid Bloch
· 9 years ago
72ea771
e1000: Trivial implementation of various MAC registers
by Leonid Bloch
· 9 years ago
bc0f067
e1000: Introduced an array to control the access to the MAC registers
by Leonid Bloch
· 9 years ago
9e11773
e1000: Add support for migrating the entire MAC registers' array
by Leonid Bloch
· 9 years ago
20f3e86
e1000: Cosmetic and alignment fixes
by Leonid Bloch
· 9 years ago
455b0fd
error: More error_setg() usage
by Eric Blake
· 9 years ago
b72d8d2
i.MX: Standardize i.MX FEC debug
by Jean-Christophe Dubois
· 9 years ago
eedeeef
vmxnet3: Do not fill stats if device is inactive
by Shmulik Ladkani
· 9 years ago
afb4c51
net: cadence_gem: Set initial MAC address
by Sebastian Huber
· 9 years ago
3e86636
vhost user: add rarp sending after live migration for legacy guest
by Thibaut Collet
· 9 years ago
f6f5629
vhost user: add support of live migration
by Thibaut Collet
· 9 years ago
21e7042
vhost: use a function for each call
by Marc-André Lureau
· 9 years ago
0bf224d
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
d62241e
vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
by Shmulik Ladkani
· 10 years ago
8304402
e1000: use alias for default model
by Jason Wang
· 10 years ago
c6048f8
vmxnet3: Support reading IMR registers on bar0
by Shmulik Ladkani
· 10 years ago
a7278b3
net/vmxnet3: Refine l2 header validation
by Dana Rubin
· 10 years ago
778358d
rocker: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
0cf33fb
virtio-net: correctly drop truncated packets
by Jason Wang
· 10 years ago
690b286
Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925' into staging
by Peter Maydell
· 10 years ago
c6acbe8
pcnet: remove muldiv64()
by Laurent Vivier
· 10 years ago
37b9ab9
rtl8139: remove muldiv64()
by Laurent Vivier
· 10 years ago
7263a0a
vhost-user: add a new message to disable/enable a specific virt queue.
by Changchun Ouyang
· 10 years ago
b931bfb
vhost-user: add multiple queue support
by Changchun Ouyang
· 10 years ago
e2051e9
vhost-user: add VHOST_USER_GET_QUEUE_NUM message
by Yuanhan Liu
· 10 years ago
d1f8b30
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
by Yuanhan Liu
· 10 years ago
dcb10c0
vhost-user: add protocol feature negotiation
by Michael S. Tsirkin
· 10 years ago
1f8828e
virtio-net: unbreak self announcement and guest offloads after migration
by Jason Wang
· 10 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 10 years ago
271a234
net: smc91c111: flush packets on RCR register changes
by Peter Crosthwaite
· 10 years ago
e62cb54
net: smc91c111: gate can_receive() on rx FIFO having a slot
by Peter Crosthwaite
· 10 years ago
8d06b14
net: smc91c111: guard flush_queued_packets() on can_rx()
by Peter Crosthwaite
· 10 years ago
737d2b3
net: avoid infinite loop when receiving packets(CVE-2015-5278)
by P J P
· 10 years ago
9bbdbc6
net: add checks to validate ring buffer pointers(CVE-2015-5279)
by P J P
· 10 years ago
b947ac2
e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)
by P J P
· 10 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
012aef0
maint: avoid useless "if (foo) free(foo)" pattern
by Markus Armbruster
· 10 years ago
ef1e1e0
maint: avoid useless "if (foo) free(foo)" pattern
by Daniel P. Berrange
· 10 years ago
1618d2a
maint: remove unused include for signal.h
by Daniel P. Berrange
· 10 years ago
b6af097
maint: remove / fix many doubled words
by Daniel P. Berrange
· 10 years ago
95129d6
virtio: avoid leading underscores for helpers
by Cornelia Huck
· 10 years ago
7777b7a
cadence_gem: Correct Marvell PHY SPCFC reset value
by Alistair Francis
· 10 years ago
fcbd801
i.MX: Add FEC Ethernet Emulator
by Jean-Christophe Dubois
· 10 years ago
c5a9378
ne2000: Drop ne2000_can_receive
by Fam Zheng
· 10 years ago
2734a20
vmxnet3: Drop net_vmxnet3_info.can_receive
by Fam Zheng
· 10 years ago
26c4e7c
rtl8139: Do not consume the packet during overflow in standard mode.
by Vladislav Yasevich
· 10 years ago
fabdcd3
rtl8139: Fix receive buffer overflow check
by Vladislav Yasevich
· 10 years ago
26c0114
rtl8139: use ldl/stl wrapper for unaligned 32-bit access
by Stefan Hajnoczi
· 10 years ago
1bf1133
rtl8139: use net/eth.h macros instead of custom macros
by Stefan Hajnoczi
· 10 years ago
5d61721
rtl8139: remove duplicate net/eth.h definitions
by Stefan Hajnoczi
· 10 years ago
6b324b3
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 10 years ago
bd89dd9
virtio-net: remove useless codes
by Jason Wang
· 10 years ago
b9f7c37
net/vmxnet3: Fix incorrect debug message
by Dana Rubin
· 10 years ago
8357946
rtl8139: check TCP Data Offset field (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
4240be4
rtl8139: skip offload on short TCP header (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
c6296ea
rtl8139: check IP Total Length field (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
03247d4
rtl8139: check IP Header Length field (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
e1c120a
rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
d6812d6
rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
39b8e7d
rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)
by Stefan Hajnoczi
· 10 years ago
b83d017
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 10 years ago
170f209
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
7bba83b
xen: Drop net_rx_ok
by Fam Zheng
· 10 years ago
ff1d2ac
hw/net: handle flow control in mcf_fec driver receiver
by Greg Ungerer
· 10 years ago
52579c6
net/dp8393x: do not use memory_region_init_rom_device with NULL
by Hervé Poussineau
· 10 years ago
30dfa9a
net/dp8393x: remove check of runt packets
by Hervé Poussineau
· 10 years ago
f635128
net/dp8393x: disable user creation
by Hervé Poussineau
· 10 years ago
9d5b731
virtio: get_features() can fail
by Jason Wang
· 10 years ago
f9f7492
axienet: Flush queued packets when rx is done
by Fam Zheng
· 10 years ago
4594f93
dp8393x: Flush packets when link comes up
by Fam Zheng
· 10 years ago
1ef4a60
stellaris_enet: Flush queued packets when read done
by Fam Zheng
· 10 years ago
1dd58ae
mipsnet: Flush queued packets when receiving is enabled
by Fam Zheng
· 10 years ago
3b7031e
milkymist-minimac2: Flush queued packets when link comes up
by Fam Zheng
· 10 years ago
e813f0d
mcf_fec: Drop mcf_fec_can_receive
by Fam Zheng
· 10 years ago
575bafd
etsec: Flush queue when rx buffer is consumed
by Fam Zheng
· 10 years ago
b6cb661
etsec: Move etsec_can_receive into etsec_receive
by Fam Zheng
· 10 years ago
363db4b
eepro100: Drop nic_can_receive
by Fam Zheng
· 10 years ago
b0ba0b9
pcnet: Drop pcnet_can_receive
by Fam Zheng
· 10 years ago
8c8c460
xgmac: Drop packets with eth_can_rx is false.
by Fam Zheng
· 10 years ago
491a1f4
hw/net: fix mcf_fec driver receiver
by Greg Ungerer
· 10 years ago
299f7be
hw/net: add simple phy support to mcf_fec driver
by Greg Ungerer
· 10 years ago
09999a5
virtio: set any_layout in virtio core
by Michael S. Tsirkin
· 10 years ago
b49b8c5
lan9118: Drop lan9118_can_receive
by Fam Zheng
· 10 years ago
da69028
etraxfs_eth: Drop eth_can_receive
by Fam Zheng
· 10 years ago
80da311
net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packets
by Dana Rubin
· 10 years ago
fcf0cdc
net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data'
by Shmulik Ladkani
· 10 years ago
f9d6dbf
virtio-net: remove virtio queues if the guest doesn't support multiqueue
by Wen Congyang
· 10 years ago
38705bb
virtio-net: Flush incoming queues when DRIVER_OK is being set
by Fam Zheng
· 10 years ago
feb93f3
virtio-net: unbreak any layout
by Jason Wang
· 10 years ago
d345ed2
Revert "vhost-user: add multi queue support"
by Michael S. Tsirkin
· 10 years ago
f3a1b50
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
06c4670
Revert "virtio-net: enable virtio 1.0"
by Jason Wang
· 10 years ago
7ce0f7d
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging
by Peter Maydell
· 10 years ago
28e0204
spapr: Merge sPAPREnvironment into sPAPRMachineState
by David Gibson
· 10 years ago
d0d2555
rocker: mark copy-to-cpu pkts as forwarding offloaded
by Scott Feldman
· 10 years ago
Next »