summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2021-06-03virtio-net: fix for skb_over_panic inside big modeXuan Zhuo
2021-06-01virtio_net: get build_skb() buf by data ptrXuan Zhuo
2021-06-01virtio-net: fix for unable to handle page fault for addressXuan Zhuo
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy
2021-04-23virtio-net: fix use-after-free in skb_gro_receiveXuan Zhuo
2021-04-20virtio-net: fix use-after-free in page_to_skb()Eric Dumazet
2021-04-20virtio-net: restrict build_skb() use to some archesEric Dumazet
2021-04-16virtio-net: page_to_skb() use build_skb when there's sufficient tailroomXuan Zhuo
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-06virtio_net: Do not pull payload in skb->headEric Dumazet
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-17virtio_net: Update driver to use ethtool_sprintfAlexander Duyck
2021-03-10virtio-net: support XDP when not more queuesXuan Zhuo
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-02-25virtio-net: Support IFF_TX_SKB_NO_LINEAR flagXuan Zhuo
2021-02-23virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-23virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike
2020-12-18virtio_net: Fix error code in probe()Dan Carpenter
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-10-21Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin
2020-10-13virtio-net: ethtool configurable RXCSUMTonghao Zhang
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-29virtio-net: don't disable guest csum when disable LROTonghao Zhang
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05virtio_net: use LE accessors for speed/duplexMichael S. Tsirkin
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14virtio_net: Add XDP frame size in two code pathsJesper Dangaard Brouer
2020-05-07virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin
2020-03-05virtio_net: reject unsupported coalescing paramsJakub Kicinski
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno
2020-02-25virtio_net: Add XDP meta data supportYuya Kusakabe
2020-02-25virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-04virtio-net: lower min ring num_free for efficiency? jiang
2019-06-14virtio_net: enable napi_tx by defaultWillem de Bruijn