index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-12-29
net: Use kmemdup instead of kmalloc and memcpy
Shyam Saini
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-23
virtio-net: XDP support for small buffers
Jason Wang
2016-12-23
virtio-net: remove big packet XDP codes
Jason Wang
2016-12-23
virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support
Jason Wang
2016-12-23
virtio-net: make rx buf size estimation works for XDP
Jason Wang
2016-12-23
virtio-net: unbreak csumed packets for XDP_PASS
Jason Wang
2016-12-23
virtio-net: correctly handle XDP_PASS for linearized packets
Jason Wang
2016-12-23
virtio-net: fix page miscount during XDP linearizing
Jason Wang
2016-12-23
virtio-net: correctly xmit linearized page on XDP_TX
Jason Wang
2016-12-23
virtio-net: remove the warning before XDP linearizing
Jason Wang
2016-12-17
virtio_net: xdp, add slowpath case for non contiguous buffers
John Fastabend
2016-12-17
virtio_net: add XDP_TX support
John Fastabend
2016-12-17
virtio_net: add dedicated XDP transmit queues
John Fastabend
2016-12-17
virtio_net: Add XDP support
John Fastabend
2016-12-13
virtio-net: correctly enable multiqueue
Jason Wang
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-06
virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()
Andy Lutomirski
2016-11-28
virtio-net: enable multiqueue by default
Jason Wang
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-16
virtio-net: add a missing synchronize_net()
Eric Dumazet
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-07
virtio-net: drop legacy features in virtio 1 mode
Michael S. Tsirkin
2016-10-29
virtio-net: Update the mtu code to match virtio spec
Aaron Conole
2016-10-20
net: use core MTU range checking in virt drivers
Jarod Wilson
2016-09-02
net/virtio-net: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-07-19
virtio-net: Remove more stack DMA
Andy Lutomirski
2016-06-14
virtio_net: fix csum generation for virtio-net devices
Mike Rapoport
2016-06-10
virtio_net: use common code for virtio_net_hdr and skb GSO conversion
Mike Rapoport
2016-06-06
virtio-net: Add initial MTU advice feature
Aaron Conole
2016-05-31
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
wangyunjian
2016-03-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-03-17
virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
Paolo Abeni
2016-02-11
virtio_net: validate ethtool port setting and explain the user validation
Nikolay Aleksandrov
2016-02-07
virtio_net: add ethtool support for set and get of settings
Nikolay Aleksandrov
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-07
virtio-net: Stop doing DMA from the stack
Michael S. Tsirkin
2015-11-18
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-11-18
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-08-27
virtio-net: avoid unnecessary sg initialzation
Jason Wang
2015-08-20
virtio_net: use DECLARE_EWMA
Johannes Berg
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-07
virtio-net: drop NETIF_F_FRAGLIST
Jason Wang
2015-08-03
virtio_net: add gro capability
Eric Dumazet
2015-07-20
virtio_net: don't require ANY_LAYOUT with VERSION_1
Michael S. Tsirkin
2015-04-06
virtio: document queue state logic
Michael S. Tsirkin
2015-03-29
virtio: simplify the using of received in virtnet_poll
Li RongQing
2015-03-24
virtio: change comment in transmit
stephen hemminger
2015-03-12
virtio-net: correctly delete napi hash
Jason Wang
[next]