summaryrefslogtreecommitdiff
path: root/net/caif/cfpkt_skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2019-02-17net: caif: use skb helpers instead of open-coding themJann Horn1-11/+5
2018-01-09net: caif: remove unused hardirq.hYang Shi1-1/+0
2017-06-11net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai1-5/+1
2016-03-14net: caif: fix misleading indentationArnd Bergmann1-1/+1
2015-02-21caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter1-3/+3
2013-11-08caif: use pskb_put() instead of reimplementing its functionalityMathias Krause1-11/+1
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+1
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu1-4/+4
2012-04-13caif: set traffic class for caif packetsDmitry Tarnyagin1-0/+7
2011-12-06caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com1-9/+3
2011-12-01caif: Allow cfpkt_extr_head to process empty messagesjur.brandeland@stericsson.com1-1/+2
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-05-16caif: remove unesesarry exportssjur.brandeland@stericsson.com1-19/+8
2011-04-12caif: code cleanupStephen Hemminger1-173/+5
2010-09-07net/caif: Use pr_fmtJoe Perches1-24/+24
2010-08-11caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland1-1/+1
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-2/+2
2010-06-21caif: Bugfix - RFM must support segmentation.Sjur Braendeland1-1/+0
2010-05-24caif: Bugfix - handle mem-allocation failuresSjur Braendeland1-8/+17
2010-03-31net-caif: add CAIF generic caif support functionsSjur Braendeland1-0/+571