summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_virtio.c
Commit message (Expand)AuthorAgeFilesLines
* net: caif: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang2022-06-271-1/+9
* caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* caif_virtio: Fix some typos in caif_virtio.cWang Hai2021-05-211-3/+3
* caif_virtio: use new tasklet APIEmil Renner Berthing2021-02-021-5/+3
* caif_virtio: Remove redundant initialization of variable errJing Xiangfeng2020-10-011-1/+1
* caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-111-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+1
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* caif: Fix napi poll list corruptionHerbert Xu2014-12-221-2/+0
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* virtio: use size-based config accessors.Rusty Russell2013-10-171-11/+12
* caif_virtio: Remove bouncing email addressesSjur Brændeland2013-05-011-5/+5
* caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun2013-04-021-1/+3
* caif_virtio: Check that vringh_config is not nullSjur Brændeland2013-03-241-0/+4
* caif_virtio: Use vringh_notify_enable correctlySjur Brændeland2013-03-241-1/+1
* caif_virtio: use simplified virtqueue accessors.Rusty Russell2013-03-201-2/+1
* caif_virtio: Introduce caif over virtioErwan Yvin2013-03-201-0/+785