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
2016-09-02
net/virtio-net: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-24
/
+86
2016-07-19
virtio-net: Remove more stack DMA
Andy Lutomirski
1
-5
/
+8
2016-06-14
virtio_net: fix csum generation for virtio-net devices
Mike Rapoport
1
-4
/
+4
2016-06-10
virtio_net: use common code for virtio_net_hdr and skb GSO conversion
Mike Rapoport
1
-68
/
+10
2016-06-06
virtio-net: Add initial MTU advice feature
Aaron Conole
1
-0
/
+10
2016-05-31
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
wangyunjian
1
-16
/
+2
2016-03-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2016-03-17
virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
Paolo Abeni
1
-1
/
+1
2016-02-11
virtio_net: validate ethtool port setting and explain the user validation
Nikolay Aleksandrov
1
-2
/
+4
2016-02-07
virtio_net: add ethtool support for set and get of settings
Nikolay Aleksandrov
1
-0
/
+60
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+19
2015-12-07
virtio-net: Stop doing DMA from the stack
Michael S. Tsirkin
1
-15
/
+19
2015-11-18
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
1
-1
/
+0
2015-11-18
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
1
-2
/
+0
2015-08-27
virtio-net: avoid unnecessary sg initialzation
Jason Wang
1
-2
/
+2
2015-08-20
virtio_net: use DECLARE_EWMA
Johannes Berg
1
-11
/
+11
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-08-07
virtio-net: drop NETIF_F_FRAGLIST
Jason Wang
1
-2
/
+2
2015-08-03
virtio_net: add gro capability
Eric Dumazet
1
-2
/
+2
2015-07-20
virtio_net: don't require ANY_LAYOUT with VERSION_1
Michael S. Tsirkin
1
-1
/
+2
2015-04-06
virtio: document queue state logic
Michael S. Tsirkin
1
-5
/
+9
2015-03-29
virtio: simplify the using of received in virtnet_poll
Li RongQing
1
-2
/
+2
2015-03-24
virtio: change comment in transmit
stephen hemminger
1
-2
/
+6
2015-03-12
virtio-net: correctly delete napi hash
Jason Wang
1
-5
/
+4
2015-02-18
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+10
2015-02-03
Revert "drivers/net: Disable UFO through virtio"
Vlad Yasevich
1
-14
/
+10
2015-01-22
virtio_net: add software timestamp support
Jacob Keller
1
-0
/
+4
2015-01-21
virtio/net: verify device has config space
Michael S. Tsirkin
1
-0
/
+6
2014-12-30
virtio-net: don't do header check for dodgy gso packets
Jason Wang
1
-0
/
+2
2014-12-22
virtio_net: Fix napi poll list corruption
Herbert Xu
1
-2
/
+0
2014-12-09
virtio: drop VIRTIO_F_VERSION_1 from drivers
Michael S. Tsirkin
1
-1
/
+0
2014-12-09
virtio_net: enable v1.0 support
Michael S. Tsirkin
1
-0
/
+1
2014-12-09
virtio_net: disable mac write for virtio 1.0
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
virtio_net: bigger header when VERSION_1 is set
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
virtio_net: stricter short buffer length checks
Michael S. Tsirkin
1
-1
/
+1
2014-12-09
virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
Michael S. Tsirkin
1
-49
/
+41
2014-12-09
virtio_net: pass vi around
Michael S. Tsirkin
1
-18
/
+20
2014-12-09
virtio_net: v1.0 endianness
Michael S. Tsirkin
1
-13
/
+20
2014-11-21
virtio-net: validate features during probe
Jason Wang
1
-0
/
+37
2014-10-30
drivers/net: Disable UFO through virtio
Ben Hutchings
1
-10
/
+14
2014-10-18
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-32
/
+12
2014-10-15
virtio_net: fix use after free
Michael S. Tsirkin
1
-1
/
+3
2014-10-15
virtio_net: enable VQs early on restore
Michael S. Tsirkin
1
-0
/
+2
2014-10-15
virtio_net: fix use after free on allocation failure
Michael S. Tsirkin
1
-0
/
+2
2014-10-15
virtio_net: enable VQs early
Michael S. Tsirkin
1
-0
/
+2
2014-10-15
virtio_net: minor cleanup
Michael S. Tsirkin
1
-4
/
+2
2014-10-15
virtio-net: drop config_mutex
Michael S. Tsirkin
1
-6
/
+1
2014-10-15
virtio_net: drop config_enable
Michael S. Tsirkin
1
-23
/
+4
2014-09-13
virtio_net: pass well-formed sgs to virtqueue_add_*()
Rusty Russell
1
-1
/
+4
[next]