aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+2
2017-07-31virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin1-3/+2
2017-07-25virtio-net: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2017-07-25virtio-net: fix module unloadingAndrew Jones1-1/+1
2017-07-24virtio-net: switch off offloads on demand if possible on XDP setJason Wang1-5/+65
2017-07-24virtio-net: do not reset during XDP setJason Wang1-126/+106
2017-07-24virtio-net: switch to use new ctx API for small bufferJason Wang1-5/+12
2017-07-24virtio-net: pack headroom into ctx for mergeable buffersJason Wang1-5/+24
2017-07-17virtio_net: Remove references to NETIF_F_UFO.David S. Miller1-4/+2
2017-07-07virtio-net: fix leaking of ctx arrayJason Wang1-0/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-29virtio-net: serialize tx routine during resetJason Wang1-0/+1
2017-06-16bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-5/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-06-04virtio_net: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-2/+7
2017-06-02virtio_net: lower limit on buffer sizeMichael S. Tsirkin1-2/+3
2017-05-24virtio-net: enable TSO/checksum offloads for Q-in-Q vlansVlad Yasevich1-0/+1
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-64/+83
2017-05-09virtio_net: tidy a couple debug statementsDan Carpenter1-2/+2
2017-05-09virtio_net: don't reset twice on XDP on/offMichael S. Tsirkin1-1/+0
2017-05-09virtio_net: fix support for small ringsMichael S. Tsirkin1-4/+26
2017-05-09virtio_net: reduce alignment for buffersMichael S. Tsirkin1-12/+1
2017-05-09virtio_net: rework mergeable buffer handlingMichael S. Tsirkin1-46/+43
2017-05-09virtio_net: allow specifying context for rxMichael S. Tsirkin1-1/+14
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann1-4/+4
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-05-01virtio_net: make use of extended ack message reportingJakub Kicinski1-4/+7
2017-04-30virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn1-2/+2
2017-04-26virtio-net: on tx, only call napi_disable if tx napi is onWillem de Bruijn1-2/+8
2017-04-24virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn1-0/+3
2017-04-24virtio-net: clean tx descriptors from rx napiWillem de Bruijn1-0/+21
2017-04-24virtio-net: move free_old_xmit_skbsWillem de Bruijn1-30/+30
2017-04-24virtio-net: transmit napiWillem de Bruijn1-9/+67
2017-04-24virtio-net: napi helper functionsWillem de Bruijn1-30/+35
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+34
2017-04-07virtio_net: clear MTU when out of rangeMichael S. Tsirkin1-11/+30
2017-04-07virtio_net: enable big packets for large MTU valuesMichael S. Tsirkin1-0/+4
2017-03-22net: virtio_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+29
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02average: change to declare precision, not factorJohannes Berg1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-21virtio-net: switch to use build_skb() for small bufferJason Wang1-75/+63
2017-02-20virito-net: set queues after reset during xdp_setJason Wang1-20/+8
2017-02-19virtio-net: batch stats updatingJason Wang1-16/+31
2017-02-07virtio_net: XDP support for adjust_headJohn Fastabend1-29/+125
2017-02-07virtio_net: refactor freeze/restore logic into virtnet reset logicJohn Fastabend1-29/+46
2017-02-07virtio_net: remove duplicate queue pair binding in XDPJohn Fastabend1-13/+7