summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2017-07-07virtio-net: fix leaking of ctx arrayJason Wang
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29virtio-net: serialize tx routine during resetJason Wang
2017-06-16bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-04virtio_net: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-06-02virtio_net: lower limit on buffer sizeMichael S. Tsirkin
2017-05-24virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-09virtio_net: tidy a couple debug statementsDan Carpenter
2017-05-09virtio_net: don't reset twice on XDP on/offMichael S. Tsirkin
2017-05-09virtio_net: fix support for small ringsMichael S. Tsirkin
2017-05-09virtio_net: reduce alignment for buffersMichael S. Tsirkin
2017-05-09virtio_net: rework mergeable buffer handlingMichael S. Tsirkin
2017-05-09virtio_net: allow specifying context for rxMichael S. Tsirkin
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-05-01virtio_net: make use of extended ack message reportingJakub Kicinski
2017-04-30virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn
2017-04-26virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn
2017-04-24virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn
2017-04-24virtio-net: clean tx descriptors from rx napiWillem de Bruijn
2017-04-24virtio-net: move free_old_xmit_skbsWillem de Bruijn
2017-04-24virtio-net: transmit napiWillem de Bruijn
2017-04-24virtio-net: napi helper functionsWillem de Bruijn
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-07virtio_net: clear MTU when out of rangeMichael S. Tsirkin
2017-04-07virtio_net: enable big packets for large MTU valuesMichael S. Tsirkin
2017-03-22net: virtio_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
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