aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/cfcnfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22caif: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-06-18net: caif: modify the label out_err to outDongliang Mu1-1/+1
2021-06-03net: caif: add proper error handlingPavel Skripkin1-5/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang1-6/+4
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King1-6/+3
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+1
2013-03-07CAIF: fix indentation for function argumentsSilviu-Mihai Popescu1-10/+9
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman1-1/+0
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com1-31/+16
2011-10-03caif: add error handling for allocationDan Carpenter1-9/+14
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches1-12/+3
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com1-25/+19
2011-05-15caif: remove unesesarry exportssjur.brandeland@stericsson.com1-1/+0
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-1/+1
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com1-30/+116
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com1-1/+8
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com1-160/+213
2011-04-11caif: code cleanupStephen Hemminger1-1/+1
2011-01-19net: cleanup unused macros in net directoryShan Wei1-2/+0
2011-01-15caif: checking the wrong variableDan Carpenter1-4/+5
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos1-10/+7
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland1-1/+1
2010-09-06net/caif: Use pr_fmtJoe Perches1-28/+21
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-4/+40
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-1/+3
2010-05-31caif: cleanup: remove duplicate checksDan Carpenter1-6/+2
2010-05-17net/caif: Use kzallocJulia Lawall1-2/+1
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland1-110/+45
2010-04-28caif: Add reference counting to service layerSjur Braendeland1-0/+7
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland1-26/+25
2010-04-01net-caif: using kmalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-30net-caif: add CAIF generic caif support functionsSjur Braendeland1-0/+529