summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-16/+32
|\
| * virtio-net: use mtu size as buffer length for big packetsGavin Li2022-10-071-13/+24
| * virtio-net: introduce and use helper function for guest gso support checksGavin Li2022-10-071-4/+9
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
|/
* Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-2/+2
|\
| * virtio_net: fix endian-ness for RSSMichael S. Tsirkin2022-08-121-2/+2
* | virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"Michael S. Tsirkin2022-08-161-38/+4
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-39/+286
|\ \ | |/ |/|
| * net: virtio_net: notifications coalescing supportAlvaro Karsz2022-08-111-15/+96
| * virtio_net: support set_ringparamXuan Zhuo2022-08-111-0/+48
| * virtio_net: support tx queue resizeXuan Zhuo2022-08-111-0/+50
| * virtio_net: support rx queue resizeXuan Zhuo2022-08-111-0/+25
| * virtio_net: split free_unused_bufs()Xuan Zhuo2022-08-111-16/+25
| * virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo2022-08-111-4/+4
| * virtio_net: set the default max ring size by find_vqs()Xuan Zhuo2022-08-111-4/+38
* | virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo2022-08-081-1/+4
|/
* virtio-net: fix the race between refill work and closeJason Wang2022-07-271-3/+34
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-271-1/+7
|\
| * virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang2022-06-271-1/+7
* | virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold2022-06-221-19/+6
|/
* net: virtio: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-2/+2
* net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2022-05-051-2/+3
* virtio_net: fix wrong buf address calculation when using xdpNikolay Aleksandrov2022-04-261-1/+19
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-311-13/+376
|\
| * drivers/net/virtio_net: Added RSS hash report control.Andrew Melnychenko2022-03-281-1/+140
| * drivers/net/virtio_net: Added RSS hash report.Andrew Melnychenko2022-03-281-6/+49
| * drivers/net/virtio_net: Added basic RSS support.Andrew Melnychenko2022-03-281-6/+186
| * drivers/net/virtio_net: Fixed padded vheader to use v1 with hash.Andrew Melnychenko2022-03-281-5/+6
* | virtio_net: Fix code indent errorMichael Catanzaro2022-02-151-2/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\ \
| * | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-2/+2
|\ \
| * | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-6/+3
|\ \ \ | |/ / |/| / | |/
| * virtio_net: fix rx_drops stat for small pktsWenliang Wang2021-12-161-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+0
|\|
| * Revert "virtio-net: don't let virtio core to validate used length"Michael S. Tsirkin2021-11-241-1/+0
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-1/+3
|\
| * virtio-net: don't let virtio core to validate used lengthJason Wang2021-11-011-0/+1
| * virtio_net: clarify tailroom logicMichael S. Tsirkin2021-11-011-1/+2
* | net: virtio: use eth_hw_addr_set()Jakub Kicinski2021-10-281-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-1/+1
|\|
| * virtio-net: fix for skb_over_panic inside big modeXuan Zhuo2021-10-091-1/+1
* | virtio_net: skip RCU read lock by checking xdp_enabled of viLi RongQing2021-10-101-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+4
|\|
| * virtio-net: fix pages leaking when building skb in big modeJason Wang2021-09-191-0/+4