summaryrefslogtreecommitdiff
path: root/net/caif/cfctrl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-01-19caif: reduce stack size with KASANArnd Bergmann1-28/+22
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang1-2/+2
2014-07-16caif: remove unnecessary break after gotoFabian Frederick1-1/+0
2013-09-05caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+1
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu1-7/+7
2012-11-20caif: Remove redundant null check before kfree in cfctrl.cSachin Kamat1-2/+1
2012-06-26caif: Fixed potential memory leakKim Lilliestierna XX1-8/+9
2012-04-13caif: set traffic class for caif packetsDmitry Tarnyagin1-0/+4
2011-08-29caif: Remove OOM messages, use kzallocJoe Perches1-17/+6
2011-05-23caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com1-4/+5
2011-05-23caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com1-9/+26
2011-05-16caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com1-36/+85
2011-04-12caif: code cleanupStephen Hemminger1-68/+7
2010-11-04caif: Remove noisy printout when disconnecting caif socketsjur.brandeland@stericsson.com1-2/+1
2010-09-07net/caif: Use pr_fmtJoe Perches1-34/+25
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-3/+3
2010-06-21caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland1-1/+1
2010-05-24caif: Bugfix - use standard Linux listsSjur Braendeland1-66/+26
2010-05-18net/caif: Use kzallocJulia Lawall1-2/+1
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland1-33/+62
2010-03-31net-caif: add CAIF core protocol stackSjur Braendeland1-0/+664