aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21drivers: net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-18/+18
2019-10-02Minor fixes to the CAIF Transport drivers Kconfig filerd.dunlab@gmail.com1-3/+3
2019-10-02Isolate CAIF transport drivers into their own menurd.dunlab@gmail.com1-1/+9
2019-08-11caif: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-21/+11
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner5-5/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-12net: caif: pass struct device to DMA API functionsChristoph Hellwig1-14/+16
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneYang Wei1-4/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches3-32/+32
2018-01-22net: caif: remove redundant re-assignment of pointer pfrmColin Ian King1-1/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-12/+9
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21drivers: net: caif: use setup_timer() helper.Allen Pais1-9/+6
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+9
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+10
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu3-8/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-9/+5
2017-06-12net: caif: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-10/+10
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller4-4/+4
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
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin1-1/+1
2016-08-01net: caif: use correct format specifierxypron.glpk@gmx.de1-2/+2
2016-07-25caif-hsi: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-4/+1
2015-11-09net: caif: check return value of alloc_netdevRasmus Villemoes1-2/+5
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter3-3/+3
2015-04-01caif: remove unused struct memberRasmus Villemoes1-1/+0
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2014-12-22caif: Fix napi poll list corruptionHerbert Xu1-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen3-4/+5
2014-02-17caif: delete unnecessary field initializationJulia Lawall2-2/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-17virtio: use size-based config accessors.Rusty Russell1-11/+12
2013-09-04caif: add a sanity check to the tty nameDan Carpenter1-1/+3
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-05-11caif: CAIF_VIRTIO should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-0/+807
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-897/+9
2013-05-01caif_virtio: Remove bouncing email addressesSjur Brændeland1-5/+5
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-25caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun1-0/+1
2013-04-23caif: Update Dmitry's email address.sjur.brandeland@stericsson.com1-1/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com3-5/+5
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com4-5/+2
2013-04-02caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun1-1/+3