aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang1-1/+9
2022-05-08caif_virtio: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-05-21caif_virtio: Fix some typos in caif_virtio.cWang Hai1-3/+3
2021-02-02caif_virtio: use new tasklet APIEmil Renner Berthing1-5/+3
2020-10-01caif_virtio: Remove redundant initialization of variable errJing Xiangfeng1-1/+1
2020-06-28caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck1-1/+1
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-8/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2014-12-22caif: Fix napi poll list corruptionHerbert Xu1-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2013-10-17virtio: use size-based config accessors.Rusty Russell1-11/+12
2013-05-01caif_virtio: Remove bouncing email addressesSjur Brændeland1-5/+5
2013-04-02caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun1-1/+3
2013-03-24caif_virtio: Check that vringh_config is not nullSjur Brændeland1-0/+4
2013-03-24caif_virtio: Use vringh_notify_enable correctlySjur Brændeland1-1/+1
2013-03-20caif_virtio: use simplified virtqueue accessors.Rusty Russell1-2/+1
2013-03-20caif_virtio: Introduce caif over virtioErwan Yvin1-0/+785