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
2011-07-22
virtio_net: Fix panic in virtnet_remove
Krishna Kumar
1
-9
/
+1
2011-07-01
virtio-net: per cpu 64 bit stats (v2)
stephen hemminger
1
-6
/
+79
2011-06-12
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
1
-0
/
+2
2011-05-30
virtio_net: delay TX callbacks
Michael S. Tsirkin
1
-1
/
+1
2011-04-02
virtio_net: convert to hw_features
Michał Mirosław
1
-27
/
+19
2011-02-10
virtio_net: Add schedule check to napi_enable call
Bruce Rogers
1
-11
/
+16
2010-12-17
net: Use skb_checksum_start_offset()
Michał Mirosław
1
-1
/
+1
2010-11-12
virtio-net: init link state correctly
Jason Wang
1
-3
/
+9
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-14
/
+0
2010-08-05
virtio_net: implements ethtool_ops.get_drvinfo
Rusty Russell
1
-0
/
+14
2010-07-03
virtio_net: fix oom handling on tx
Rusty Russell
1
-8
/
+13
2010-07-03
virtio_net: do not reschedule rx refill forever
Michael S. Tsirkin
1
-4
/
+3
2010-06-01
virtio-net: pass gfp to add_buf
Michael S. Tsirkin
1
-4
/
+4
2010-05-22
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-23
/
+23
2010-05-19
virtio_net: use virtqueue_xxx wrappers
Michael S. Tsirkin
1
-23
/
+23
2010-04-14
virtio_net: Fix mis-merge.
David S. Miller
1
-1
/
+0
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-13
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-08
virtio-net: move sg off stack
Michael S. Tsirkin
1
-27
/
+25
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+2
2010-03-31
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-02
virtio_net: remove forgotten assignment
Jiri Pirko
1
-1
/
+0
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
Jiri Pirko
1
-2
/
+3
2010-02-12
virtio_net: remove send queue
Shirley Ma
1
-18
/
+8
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-5
/
+8
2010-02-03
virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53...
Shirley Ma
1
-179
/
+248
2010-01-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+1
2010-01-26
virtio_net: Make delayed refill more reliable
Herbert Xu
1
-2
/
+1
2010-01-26
net: use helpers to access uc list V2
Jiri Pirko
1
-5
/
+7
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-5
/
+5
2009-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2009-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-3
/
+3
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-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
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-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
1
-1
/
+0
2009-10-22
virtio: let header files include virtio_ids.h
Christian Borntraeger
1
-1
/
+0
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
[prev]
[next]