index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: Move && and || to end of previous line
Joe Perches
2009-12-03
1
-5
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-18
1
-1
/
+0
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-11-09
1
-3
/
+3
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-10-29
1
-3
/
+11
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2009-10-23
1
-1
/
+0
|
|
\
\
\
|
|
*
|
|
virtio: let header files include virtio_ids.h
Christian Borntraeger
2009-10-22
1
-1
/
+0
*
|
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-06
1
-3
/
+3
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
virtio_net: rename driver struct to please modpost
Uwe Kleine-König
2009-11-05
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-29
1
-3
/
+11
|
\
|
|
|
|
*
|
|
virtio-net: fix data corruption with OOM
Michael S. Tsirkin
2009-10-28
1
-3
/
+11
|
|
/
/
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-27
1
-1
/
+1
|
\
|
|
|
*
|
virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()
Eric Dumazet
2009-10-14
1
-1
/
+1
|
|
/
*
/
net: Use netdev_alloc_skb_ip_align()
Eric Dumazet
2009-10-13
1
-5
/
+2
|
/
*
move virtnet_remove to .devexit.text
Uwe Kleine-König
2009-10-01
1
-1
/
+1
*
virtio_net: Check for room in the vq before adding buffer
Amit Shah
2009-09-24
1
-4
/
+4
*
virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.
Rusty Russell
2009-09-24
1
-24
/
+40
*
virtio_net: formalize skb_vnet_hdr
Rusty Russell
2009-09-24
1
-37
/
+44
*
virtio_net: don't free buffers in xmit ring
Rusty Russell
2009-09-24
1
-59
/
+5
*
virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
Rusty Russell
2009-09-24
1
-36
/
+10
*
virtio_net: skb_orphan() and nf_reset() in xmit path.
Rusty Russell
2009-09-24
1
-1
/
+5
*
virtio: add virtio IDs file
Fernando Luis Vazquez Cao
2009-09-23
1
-0
/
+1
*
virtio: make add_buf return capacity remaining
Rusty Russell
2009-09-23
1
-7
/
+7
*
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-09-02
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-09-02
1
-15
/
+46
|
\
|
*
virtio: net refill on out-of-memory
Rusty Russell
2009-08-26
1
-15
/
+46
*
|
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
|
virtio-net: Allow UFO feature to be set and advertised.
Sridhar Samudrala
2009-07-17
1
-1
/
+2
|
/
*
net: group address list and its count
Jiri Pirko
2009-06-18
1
-5
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
1
-27
/
+18
|
\
|
*
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2009-06-12
1
-27
/
+18
|
*
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2009-06-12
1
-3
/
+3
*
|
virtio_net: Fix IP alignment on non-mergeable RX path
Herbert Xu
2009-06-11
1
-1
/
+2
*
|
virtio_net: Set correct gso->hdr_len
Herbert Xu
2009-06-08
1
-1
/
+1
*
|
net: convert unicast addr list
Jiri Pirko
2009-05-29
1
-3
/
+4
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-03
1
-10
/
+14
|
\
|
|
*
virtio_net: Fix function name typo
Alex Williamson
2009-05-01
1
-4
/
+4
|
*
virtio_net: Cleanup command queue scatterlist usage
Alex Williamson
2009-05-01
1
-6
/
+10
*
|
drivers/net: replace BUG() with BUG_ON() if possible
Alexander Beregalov
2009-04-13
1
-8
/
+4
|
/
*
virtio_net: Set the mac config only when VIRITO_NET_F_MAC
Alex Williamson
2009-04-04
1
-6
/
+4
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-20
1
-0
/
+1
|
\
|
*
virtio_net: Make virtio_net support carrier detection
Pantelis Koukousoulas
2009-03-18
1
-0
/
+3
*
|
virtio_net: Allow setting the MAC address of the NIC
Alex Williamson
2009-02-04
1
-2
/
+21
*
|
virtio_net: Add support for VLAN filtering in the hypervisor
Alex Williamson
2009-02-04
1
-1
/
+30
*
|
virtio_net: Add a MAC filter table
Alex Williamson
2009-02-04
1
-8
/
+47
*
|
virtio_net: Add a set_rx_mode interface
Alex Williamson
2009-02-04
1
-1
/
+33
*
|
virtio_net: Add a virtqueue for outbound control commands
Alex Williamson
2009-02-04
1
-3
/
+65
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-30
1
-3
/
+3
|
\
|
|
*
virtio_net: use correct accessors for scatterlists
Ira W. Snyder
2009-01-26
1
-3
/
+3
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-01-26
1
-1
/
+2
|
\
|
|
*
virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
Alex Williamson
2009-01-25
1
-1
/
+2
[next]