| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | virtio_net: add link status handling | Mark McLoughlin | 2009-01-21 | 1 | -1/+42 |
* | | net: Remove redundant NAPI functions | Ben Hutchings | 2009-01-21 | 1 | -6/+6 |
|/ |
|
* | virtio: convert to net_device_ops | Stephen Hemminger | 2009-01-06 | 1 | -7/+13 |
* | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 | 1 | -6/+6 |
* | virtio_net: large tx MTU support | Mark McLoughlin | 2008-12-02 | 1 | -0/+12 |
* | virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation) | Mark McLoughlin | 2008-11-16 | 1 | -20/+153 |
* | virtio_net: hook up the set-tso ethtool op | Mark McLoughlin | 2008-11-16 | 1 | -0/+1 |
* | virtio_net: Recycle some more rx buffer pages | Mark McLoughlin | 2008-11-16 | 1 | -9/+13 |
* | netdevice: safe convert to netdev_priv() #part-3 | Wang Chen | 2008-11-12 | 1 | -1/+2 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -3/+1 |
* | virtio: Recycle unused recv buffer pages for large skbs in net driver | Rusty Russell | 2008-07-25 | 1 | -1/+35 |
* | virtio net: Allow receiving SG packets | Herbert Xu | 2008-07-25 | 1 | -5/+39 |
* | virtio net: Add ethtool ops for SG/GSO | Herbert Xu | 2008-07-25 | 1 | -0/+18 |
* | virtio: fix virtio_net xmit of freed skb bug | Mark McLoughlin | 2008-07-25 | 1 | -10/+10 |
* | virtio_net: Set VIRTIO_NET_F_GUEST_CSUM feature | Mark McLoughlin | 2008-07-11 | 1 | -1/+2 |
* | virtio: use callback on empty in virtio_net | Rusty Russell | 2008-06-10 | 1 | -5/+17 |
* | virtio: virtio_net free transmit skbs in a timer | Mark McLoughlin | 2008-06-10 | 1 | -2/+26 |
* | virtio_net: Fix skb->csum_start computation | Mark McLoughlin | 2008-06-10 | 1 | -3/+5 |
* | virtio: fix delayed xmit of packet and freeing of old packets. | Rusty Russell | 2008-05-30 | 1 | -0/+22 |
* | virtio: fix virtio_net xmit of freed skb bug | Rusty Russell | 2008-05-30 | 1 | -5/+9 |
* | VIRTIO: Use __skb_queue_purge() | Wang Chen | 2008-05-22 | 1 | -2/+1 |
* | virtio: explicit advertisement of driver features | Rusty Russell | 2008-05-02 | 1 | -7/+15 |
* | virtio: finer-grained features for virtio_net | Rusty Russell | 2008-05-02 | 1 | -0/+9 |
* | virtio: wean net driver off NETDEV_TX_BUSY | Rusty Russell | 2008-05-02 | 1 | -20/+43 |
* | virtio: fix scatterlist sizing in net driver. | Rusty Russell | 2008-05-02 | 1 | -4/+4 |
* | virtio: fix tx_ stats in virtio_net | Rusty Russell | 2008-05-02 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-11 | 1 | -2/+3 |
|\ |
|
| * | [NET]: Undo code bloat in hot paths due to print_mac(). | David S. Miller | 2008-04-08 | 1 | -2/+3 |
* | | virtio_net: remove overzealous printk | Anthony Liguori | 2008-04-07 | 1 | -1/+0 |
|/ |
|
* | virtio: fix race in enable_cb | Christian Borntraeger | 2008-03-17 | 1 | -3/+7 |
* | virtio: Enable netpoll interface for netconsole logging | Amit Shah | 2008-03-17 | 1 | -0/+12 |
* | virtio_net: Fix oops on early interrupts - introduced by virtio reset code | Christian Borntraeger | 2008-02-23 | 1 | -1/+1 |
* | virtio net: fix oops on interface-up | Christian Borntraeger | 2008-02-06 | 1 | -4/+6 |