summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: fix for skb_over_panic inside big modeXuan Zhuo2021-06-031-1/+1
* virtio_net: get build_skb() buf by data ptrXuan Zhuo2021-06-011-11/+6
* virtio-net: fix for unable to handle page fault for addressXuan Zhuo2021-06-011-1/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-05-051-3/+7
|\
| * virtio-net: don't allocate control_buf if not supportedMax Gurtovoy2021-05-031-3/+7
* | virtio-net: fix use-after-free in skb_gro_receiveXuan Zhuo2021-04-231-3/+9
* | virtio-net: fix use-after-free in page_to_skb()Eric Dumazet2021-04-201-1/+4
* | virtio-net: restrict build_skb() use to some archesEric Dumazet2021-04-201-1/+1
* | virtio-net: page_to_skb() use build_skb when there's sufficient tailroomXuan Zhuo2021-04-161-21/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-3/+7
|\|
| * virtio_net: Do not pull payload in skb->headEric Dumazet2021-04-061-3/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-12/+13
|\ \
| * | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-12/+13
* | | net: move the xps maps to an arrayAntoine Tenart2021-03-181-1/+1
* | | virtio_net: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-11/+7
* | | virtio-net: support XDP when not more queuesXuan Zhuo2021-03-101-13/+49
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-1/+2
|\ \ | |/ |/|
| * virtio-net: Support IFF_TX_SKB_NO_LINEAR flagXuan Zhuo2021-02-251-1/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-02-251-0/+1
|\ \ | |/ |/|
| * virtio_net: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-231-0/+1
* | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-8/+4
* | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+2
|/
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-051-5/+7
|\
| * virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike2020-12-231-5/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-241-0/+1
|\ \ | |/ |/|
| * virtio_net: Fix error code in probe()Dan Carpenter2020-12-181-0/+1
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* Revert "virtio-net: ethtool configurable RXCSUM"Michael S. Tsirkin2020-10-211-36/+12
* virtio-net: ethtool configurable RXCSUMTonghao Zhang2020-10-131-12/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+7
|\
| * virtio-net: don't disable guest csum when disable LROTonghao Zhang2020-09-291-1/+7
* | net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-4/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-4/+5
|\
| * virtio_net: use LE accessors for speed/duplexMichael S. Tsirkin2020-08-051-4/+5
* | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-17/+0
|/
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+4
|\
| * virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin2020-05-071-2/+4
* | virtio_net: Add XDP frame size in two code pathsJesper Dangaard Brouer2020-05-141-3/+12
|/
* virtio_net: reject unsupported coalescing paramsJakub Kicinski2020-03-051-11/+3
* net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno2020-02-291-37/+2
* virtio_net: Add XDP meta data supportYuya Kusakabe2020-02-251-20/+32
* virtio_net: Keep vnet header zeroed if XDP is loaded for small bufferYuya Kusakabe2020-02-251-2/+2
* bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend2020-01-271-1/+1
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-1/+1
* bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-5/+2
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* virtio-net: lower min ring num_free for efficiency? jiang2019-09-041-1/+1
* virtio_net: enable napi_tx by defaultWillem de Bruijn2019-06-141-1/+1