summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02average: change to declare precision, not factorJohannes Berg
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-21virtio-net: switch to use build_skb() for small bufferJason Wang
2017-02-20virito-net: set queues after reset during xdp_setJason Wang
2017-02-19virtio-net: batch stats updatingJason Wang
2017-02-07virtio_net: XDP support for adjust_headJohn Fastabend
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend
2017-02-07virtio_net: remove duplicate queue pair binding in XDPJohn Fastabend
2017-02-07virtio_net: factor out xdp handler for readabilityJohn Fastabend
2017-02-07virtio_net: wrap rtnl_lock in test for calling with lock already heldJohn Fastabend
2017-02-04virtio_net: exploit napi_complete_done() return valueEric Dumazet
2017-02-03virtio_net: remove custom busy_pollEric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25virtio_net: reject XDP programs using header adjustmentJakub Kicinski
2017-01-25virtio_net: use dev_kfree_skb for small buffer XDP receiveJohn Fastabend
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-24virtio_net: fix PAGE_SIZE > 64kMichael S. Tsirkin
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-29net: Use kmemdup instead of kmalloc and memcpyShyam Saini
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-23virtio-net: XDP support for small buffersJason Wang
2016-12-23virtio-net: remove big packet XDP codesJason Wang
2016-12-23virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang
2016-12-23virtio-net: make rx buf size estimation works for XDPJason Wang
2016-12-23virtio-net: unbreak csumed packets for XDP_PASSJason Wang
2016-12-23virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang
2016-12-23virtio-net: fix page miscount during XDP linearizingJason Wang
2016-12-23virtio-net: correctly xmit linearized page on XDP_TXJason Wang
2016-12-23virtio-net: remove the warning before XDP linearizingJason Wang
2016-12-17virtio_net: xdp, add slowpath case for non contiguous buffersJohn Fastabend
2016-12-17virtio_net: add XDP_TX supportJohn Fastabend
2016-12-17virtio_net: add dedicated XDP transmit queuesJohn Fastabend
2016-12-17virtio_net: Add XDP supportJohn Fastabend
2016-12-13virtio-net: correctly enable multiqueueJason Wang
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()Andy Lutomirski
2016-11-28virtio-net: enable multiqueue by defaultJason Wang
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-16virtio-net: add a missing synchronize_net()Eric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-07virtio-net: drop legacy features in virtio 1 modeMichael S. Tsirkin
2016-10-29virtio-net: Update the mtu code to match virtio specAaron Conole
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
2016-09-02net/virtio-net: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-19virtio-net: Remove more stack DMAAndy Lutomirski
2016-06-14virtio_net: fix csum generation for virtio-net devicesMike Rapoport
2016-06-10virtio_net: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport