index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-26
virtio_net: use correct accessors for scatterlists
Ira W. Snyder
1
-3
/
+3
2009-01-25
virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
Alex Williamson
1
-1
/
+2
2009-01-06
virtio: convert to net_device_ops
Stephen Hemminger
1
-7
/
+13
2008-12-22
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-16
virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)
Mark McLoughlin
1
-20
/
+153
2008-11-16
virtio_net: hook up the set-tso ethtool op
Mark McLoughlin
1
-0
/
+1
2008-11-16
virtio_net: Recycle some more rx buffer pages
Mark McLoughlin
1
-9
/
+13
2008-11-12
netdevice: safe convert to netdev_priv() #part-3
Wang Chen
1
-1
/
+2
2008-10-27
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+1
2008-07-25
virtio: Recycle unused recv buffer pages for large skbs in net driver
Rusty Russell
1
-1
/
+35
2008-07-25
virtio net: Allow receiving SG packets
Herbert Xu
1
-5
/
+39
2008-07-25
virtio net: Add ethtool ops for SG/GSO
Herbert Xu
1
-0
/
+18
2008-07-25
virtio: fix virtio_net xmit of freed skb bug
Mark McLoughlin
1
-10
/
+10
2008-07-11
virtio_net: Set VIRTIO_NET_F_GUEST_CSUM feature
Mark McLoughlin
1
-1
/
+2
2008-06-10
virtio: use callback on empty in virtio_net
Rusty Russell
1
-5
/
+17
2008-06-10
virtio: virtio_net free transmit skbs in a timer
Mark McLoughlin
1
-2
/
+26
2008-06-10
virtio_net: Fix skb->csum_start computation
Mark McLoughlin
1
-3
/
+5
2008-05-30
virtio: fix delayed xmit of packet and freeing of old packets.
Rusty Russell
1
-0
/
+22
2008-05-30
virtio: fix virtio_net xmit of freed skb bug
Rusty Russell
1
-5
/
+9
2008-05-22
VIRTIO: Use __skb_queue_purge()
Wang Chen
1
-2
/
+1
2008-05-02
virtio: explicit advertisement of driver features
Rusty Russell
1
-7
/
+15
2008-05-02
virtio: finer-grained features for virtio_net
Rusty Russell
1
-0
/
+9
2008-05-02
virtio: wean net driver off NETDEV_TX_BUSY
Rusty Russell
1
-20
/
+43
2008-05-02
virtio: fix scatterlist sizing in net driver.
Rusty Russell
1
-4
/
+4
2008-05-02
virtio: fix tx_ stats in virtio_net
Rusty Russell
1
-1
/
+1
2008-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+3
2008-04-08
[NET]: Undo code bloat in hot paths due to print_mac().
David S. Miller
1
-2
/
+3
2008-04-07
virtio_net: remove overzealous printk
Anthony Liguori
1
-1
/
+0
2008-03-17
virtio: fix race in enable_cb
Christian Borntraeger
1
-3
/
+7
2008-03-17
virtio: Enable netpoll interface for netconsole logging
Amit Shah
1
-0
/
+12
2008-02-23
virtio_net: Fix oops on early interrupts - introduced by virtio reset code
Christian Borntraeger
1
-1
/
+1
2008-02-06
virtio net: fix oops on interface-up
Christian Borntraeger
1
-4
/
+6
2008-02-04
virtio_net: parametrize the napi_weight for virtio receive queue.
Dor Laor
1
-1
/
+4
2008-02-04
virtio: free transmit skbs when notified, not on next xmit.
Rusty Russell
1
-6
/
+19
2008-02-04
virtio: flush buffers on open
Rusty Russell
1
-0
/
+7
2008-02-04
virtnet: remove double ether_setup
Christian Borntraeger
1
-1
/
+0
2008-02-04
virtio: reset function
Rusty Russell
1
-2
/
+3
2008-02-04
virtio: populate network rings in the probe routine, not open
Rusty Russell
1
-19
/
+25
2008-02-04
virtio: Tweak virtio_net defines
Rusty Russell
1
-16
/
+16
2008-02-04
virtio: Net header needs hdr_len
Rusty Russell
1
-1
/
+2
2008-02-04
virtio: explicit enable_cb/disable_cb rather than callback return.
Rusty Russell
1
-7
/
+8
2008-02-04
virtio: simplify config mechanism.
Rusty Russell
1
-14
/
+11
2008-02-04
virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...
Rusty Russell
1
-10
/
+1
2007-11-19
virtio: fix net driver loop case where we fail to restart
Rusty Russell
1
-2
/
+2
2007-11-19
virtio: fix module/device unloading
Rusty Russell
1
-2
/
+6
2007-11-12
virtio: more fallout from scatterlist changes.
Rusty Russell
1
-0
/
+3
2007-10-23
Net driver using virtio
Rusty Russell
1
-0
/
+435