Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / virtio_net.c
2009-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-28 Michael S. Tsirkinvirtio-net: fix data corruption with OOM
2009-10-22 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-10-15 Eric Dumazetvirtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()
2009-10-01 Uwe Kleine-Königmove virtnet_remove to .devexit.text
2009-09-24 Amit Shahvirtio_net: Check for room in the vq before adding...
2009-09-24 Rusty Russellvirtio_net: avoid (most) NETDEV_TX_BUSY by stopping...
2009-09-24 Rusty Russellvirtio_net: formalize skb_vnet_hdr
2009-09-24 Rusty Russellvirtio_net: don't free buffers in xmit ring
2009-09-24 Rusty Russellvirtio_net: return NETDEV_TX_BUSY instead of queueing...
2009-09-24 Rusty Russellvirtio_net: skb_orphan() and nf_reset() in xmit path.
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-26 Rusty Russellvirtio: net refill on out-of-memory
2009-07-17 Sridhar Samudralavirtio-net: Allow UFO feature to be set and advertised.
2009-06-18 Jiri Pirkonet: group address list and its count
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-12 Michael S. Tsirkinvirtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
2009-06-12 Herbert Xuvirtio_net: Fix IP alignment on non-mergeable RX path
2009-06-08 Herbert Xuvirtio_net: Set correct gso->hdr_len
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-02 Alex Williamsonvirtio_net: Fix function name typo
2009-05-02 Alex Williamsonvirtio_net: Cleanup command queue scatterlist usage
2009-04-13 Alexander Beregalovdrivers/net: replace BUG() with BUG_ON() if possible
2009-04-04 Alex Williamsonvirtio_net: Set the mac config only when VIRITO_NET_F_MAC
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Pantelis Koukousoulasvirtio_net: Make virtio_net support carrier detection
2009-02-05 Alex Williamsonvirtio_net: Allow setting the MAC address of the NIC
2009-02-05 Alex Williamsonvirtio_net: Add support for VLAN filtering in the hyper...
2009-02-05 Alex Williamsonvirtio_net: Add a MAC filter table
2009-02-05 Alex Williamsonvirtio_net: Add a set_rx_mode interface
2009-02-05 Alex Williamsonvirtio_net: Add a virtqueue for outbound control commands
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-27 Ira W. Snydervirtio_net: use correct accessors for scatterlists
2009-01-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-26 Alex Williamsonvirtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
2009-01-21 Mark McLoughlinvirtio_net: add link status handling
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-06 Stephen Hemmingervirtio: convert to net_device_ops
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-02 Mark McLoughlinvirtio_net: large tx MTU support
2008-11-17 Mark McLoughlinvirtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer...
2008-11-17 Mark McLoughlinvirtio_net: hook up the set-tso ethtool op
2008-11-17 Mark McLoughlinvirtio_net: Recycle some more rx buffer pages
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-3
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-07-25 Rusty Russellvirtio: Recycle unused recv buffer pages for large...
2008-07-25 Herbert Xuvirtio net: Allow receiving SG packets
2008-07-25 Herbert Xuvirtio net: Add ethtool ops for SG/GSO
2008-07-25 Mark McLoughlinvirtio: fix virtio_net xmit of freed skb bug
2008-07-11 Mark McLoughlinvirtio_net: Set VIRTIO_NET_F_GUEST_CSUM feature
2008-06-10 Rusty Russellvirtio: use callback on empty in virtio_net
2008-06-10 Mark McLoughlinvirtio: virtio_net free transmit skbs in a timer
2008-06-10 Mark McLoughlinvirtio_net: Fix skb->csum_start computation
2008-05-31 Rusty Russellvirtio: fix delayed xmit of packet and freeing of old...
2008-05-31 Rusty Russellvirtio: fix virtio_net xmit of freed skb bug
2008-05-22 Wang ChenVIRTIO: Use __skb_queue_purge()
2008-05-02 Rusty Russellvirtio: explicit advertisement of driver features
2008-05-02 Rusty Russellvirtio: finer-grained features for virtio_net
2008-05-02 Rusty Russellvirtio: wean net driver off NETDEV_TX_BUSY
2008-05-02 Rusty Russellvirtio: fix scatterlist sizing in net driver.
2008-05-02 Rusty Russellvirtio: fix tx_ stats in virtio_net
2008-04-11 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-08 David S. Miller[NET]: Undo code bloat in hot paths due to print_mac().
2008-04-07 Anthony Liguorivirtio_net: remove overzealous printk
2008-03-17 Christian Borntraegervirtio: fix race in enable_cb
2008-03-17 Amit Shahvirtio: Enable netpoll interface for netconsole logging
2008-02-24 Christian Borntraegervirtio_net: Fix oops on early interrupts - introduced...
2008-02-06 Christian Borntraegervirtio net: fix oops on interface-up
2008-02-04 Dor Laorvirtio_net: parametrize the napi_weight for virtio...
2008-02-04 Rusty Russellvirtio: free transmit skbs when notified, not on next...
2008-02-04 Rusty Russellvirtio: flush buffers on open
2008-02-04 Christian Borntraegervirtnet: remove double ether_setup
2008-02-04 Rusty Russellvirtio: reset function
2008-02-04 Rusty Russellvirtio: populate network rings in the probe routine...
2008-02-04 Rusty Russellvirtio: Tweak virtio_net defines
2008-02-04 Rusty Russellvirtio: Net header needs hdr_len
2008-02-04 Rusty Russellvirtio: explicit enable_cb/disable_cb rather than callb...
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2008-02-04 Rusty Russellvirtio: Implement skb_partial_csum_set, for setting...
2007-11-19 Rusty Russellvirtio: fix net driver loop case where we fail to restart
2007-11-19 Rusty Russellvirtio: fix module/device unloading
2007-11-12 Rusty Russellvirtio: more fallout from scatterlist changes.
2007-10-23 Rusty RussellNet driver using virtio