summaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_spi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+1
* net: caif: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-14/+16
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-3/+1Star
|\
| * net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1Star
* | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-10/+10
|\ \ | |/ |/|
| * net: caif: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman2017-06-121-10/+10
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
|/
* net: caif: use correct format specifierxypron.glpk@gmx.de2016-08-011-2/+2
* net: caif: check return value of alloc_netdevRasmus Villemoes2015-11-091-2/+5
* net: caif: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+2
* caif: delete unnecessary field initializationJulia Lawall2014-02-171-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-0/+1
|\
| * caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun2013-04-251-0/+1
* | caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com2013-04-231-2/+2
* | caif: Remove my bouncing email address.sjur.brandeland@stericsson.com2013-04-231-1/+0Star
|/
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+2Star
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* caif-spi: Bugfix for dump upon device removalErwan Bracq2011-12-061-86/+90
* caif: Remove OOM messages, use kzallocJoe Perches2011-08-281-4/+0Star
* net: Remove unneeded version.h includes from drivers/net/Jesper Juhl2011-06-241-1/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov2010-11-181-2/+2
* caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland2010-11-041-15/+42
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-2/+4
* caif: handle snprintf() returnDan Carpenter2010-07-271-0/+3
* drivers/net/caif: Remove unnecessary casts of private_dataJoe Perches2010-07-131-2/+2
* caif-driver: Add CAIF-SPI Protocol driver.Sjur Braendeland2010-06-291-0/+847