aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_virtio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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