index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2009-11-05
virtio_net: rename driver struct to please modpost
Uwe Kleine-König
1
-3
/
+3
2009-10-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+11
2009-10-28
virtio-net: fix data corruption with OOM
Michael S. Tsirkin
1
-3
/
+11
2009-10-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-10-15
virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()
Eric Dumazet
1
-1
/
+1
2009-10-13
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
1
-5
/
+2
2009-10-02
move virtnet_remove to .devexit.text
Uwe Kleine-König
1
-1
/
+1
2009-09-24
virtio_net: Check for room in the vq before adding buffer
Amit Shah
1
-4
/
+4
2009-09-24
virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.
Rusty Russell
1
-24
/
+40
2009-09-24
virtio_net: formalize skb_vnet_hdr
Rusty Russell
1
-37
/
+44
2009-09-24
virtio_net: don't free buffers in xmit ring
Rusty Russell
1
-59
/
+5
2009-09-24
virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
Rusty Russell
1
-36
/
+10
2009-09-24
virtio_net: skb_orphan() and nf_reset() in xmit path.
Rusty Russell
1
-1
/
+5
2009-09-23
virtio: add virtio IDs file
Fernando Luis Vazquez Cao
1
-0
/
+1
2009-09-23
virtio: make add_buf return capacity remaining
Rusty Russell
1
-7
/
+7
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-09-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-15
/
+46
2009-09-01
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-08-26
virtio: net refill on out-of-memory
Rusty Russell
1
-15
/
+46
2009-07-17
virtio-net: Allow UFO feature to be set and advertised.
Sridhar Samudrala
1
-1
/
+2
2009-06-18
net: group address list and its count
Jiri Pirko
1
-5
/
+5
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-27
/
+18
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
1
-27
/
+18
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
1
-3
/
+3
2009-06-12
virtio_net: Fix IP alignment on non-mergeable RX path
Herbert Xu
1
-1
/
+2
2009-06-08
virtio_net: Set correct gso->hdr_len
Herbert Xu
1
-1
/
+1
2009-05-30
net: convert unicast addr list
Jiri Pirko
1
-3
/
+4
2009-05-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+14
2009-05-02
virtio_net: Fix function name typo
Alex Williamson
1
-4
/
+4
2009-05-02
virtio_net: Cleanup command queue scatterlist usage
Alex Williamson
1
-6
/
+10
2009-04-14
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
1
-8
/
+4
2009-04-05
virtio_net: Set the mac config only when VIRITO_NET_F_MAC
Alex Williamson
1
-6
/
+4
2009-03-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-03-19
virtio_net: Make virtio_net support carrier detection
Pantelis Koukousoulas
1
-0
/
+3
2009-02-05
virtio_net: Allow setting the MAC address of the NIC
Alex Williamson
1
-2
/
+21
2009-02-05
virtio_net: Add support for VLAN filtering in the hypervisor
Alex Williamson
1
-1
/
+30
2009-02-05
virtio_net: Add a MAC filter table
Alex Williamson
1
-8
/
+47
2009-02-05
virtio_net: Add a set_rx_mode interface
Alex Williamson
1
-1
/
+33
2009-02-05
virtio_net: Add a virtqueue for outbound control commands
Alex Williamson
1
-3
/
+65
2009-01-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2009-01-27
virtio_net: use correct accessors for scatterlists
Ira W. Snyder
1
-3
/
+3
2009-01-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2009-01-26
virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
Alex Williamson
1
-1
/
+2
2009-01-22
virtio_net: add link status handling
Mark McLoughlin
1
-1
/
+42
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-6
/
+6
2009-01-06
virtio: convert to net_device_ops
Stephen Hemminger
1
-7
/
+13
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-6
/
+6
2008-12-02
virtio_net: large tx MTU support
Mark McLoughlin
1
-0
/
+12
2008-11-17
virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)
Mark McLoughlin
1
-20
/
+153
[next]