aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/capi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig1-0/+1
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-15/+1
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt1-23/+125
2014-10-14isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt1-0/+2
2014-10-14isdn/gigaset: make sure controller name is null terminatedTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: missing break in do_facility_reqTilman Schmidt1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-01-21isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt1-0/+2
2012-07-16gigaset: silence GCC warning for unused 'format_ie'Paul Bolle1-0/+2
2012-05-07isdn/gigaset: unify function return valuesTilman Schmidt1-4/+4
2012-05-07isdn/gigaset: fix readability damageTilman Schmidt1-48/+36
2012-05-07isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt1-0/+4
2012-05-07isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt1-13/+9
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-114/+114
2011-10-31drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2010-12-31ISDN, Gigaset: Fix memory leak in do_disconnect_req()Jesper Juhl1-0/+1
2010-08-07isdn: gigaset: add missing unlockDan Carpenter1-0/+1
2010-07-07isdn/gigaset: reduce syslog spamTilman Schmidt1-8/+8
2010-07-07isdn/gigaset: handle Supplementary Service ListenTilman Schmidt1-1/+26
2010-07-07isdn/gigaset: improve CAPI message debuggingTilman Schmidt1-11/+16
2010-06-25isdn/gigaset: correct CAPI connection state storageTilman Schmidt1-52/+173
2010-06-25isdn/gigaset: encode HLC and BC togetherTilman Schmidt1-32/+49
2010-06-25isdn/gigaset: correct CAPI DATA_B3 Delivery ConfirmationTilman Schmidt1-32/+51
2010-06-25isdn/gigaset: correct CAPI voice connection encodingTilman Schmidt1-4/+4
2010-06-25isdn/gigaset: honor CAPI application's buffer size requestTilman Schmidt1-0/+8
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-26/+2
2010-05-25drivers: isdn: use new hex_to_bin() methodAndy Shevchenko1-12/+1
2010-05-23isdn/gigaset: remove dummy CAPI method implementationsTilman Schmidt1-26/+2
2010-04-18gigaset: include cleanup cleanupTilman Schmidt1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16gigaset: correct range checking off by one errorTilman Schmidt1-1/+1
2010-03-15gigaset: avoid registering CAPI driver more than onceTilman Schmidt1-19/+25
2010-02-26isdn: remove ishexdigit() in regard to isxdigit()Andy Shevchenko1-15/+1
2010-02-26gigaset: reduce syslog clutterTilman Schmidt1-11/+4
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-39/+36
2009-10-29gigaset: fix bad assumptions about CAPI skbuffsTilman Schmidt1-14/+15
2009-10-29gigaset: fix format string typo in CAPI dial commandTilman Schmidt1-1/+1
2009-10-29gigaset: CAPI module readability improvementsTilman Schmidt1-63/+81
2009-10-06gigaset: add Kernel CAPI interface (v3)Tilman Schmidt1-0/+2273