aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/kcapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22isdn: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-12-13isdn: cpai: no need to initialise statics to 0Jason Wang1-1/+1
2021-10-08isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang1-0/+5
2021-03-22isdn: capi: fix mismatched prototypesArnd Bergmann1-2/+2
2019-12-11isdn: capi: dead code removalArnd Bergmann1-401/+8
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+2
2017-08-07isdn: kcapi: make capi_version constBhumika Goyal1-1/+1
2017-03-28isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-2/+2
2013-05-20isdn/kcapi: fix a small underflowDan Carpenter1-3/+3
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-58/+58
2010-12-24isdn/capi: make kcapi use a separate workqueueTejun Heo1-8/+18
2010-10-21CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka1-5/+14
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter1-3/+3
2010-05-23isdn/capi: make reset_ctr op truly optionalTilman Schmidt1-0/+6
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-02-16CAPI: Drop special controller lookup from capi20_put_messageJan Kiszka1-5/+2
2010-02-16CAPI: Rework application lockingJan Kiszka1-30/+22
2010-02-16CAPI: Rework locking of controller data structuresJan Kiszka1-86/+205
2010-02-16CAPI: Rework controller state notifierJan Kiszka1-61/+51
2010-02-16CAPI: Rework capi_ctr_ready/downJan Kiszka1-45/+50
2010-02-16CAPI: Convert capi drivers rwlock into mutexJan Kiszka1-27/+22
2010-02-16CAPI: Call a controller 'controller', not 'card'Jan Kiszka1-155/+165
2010-02-16CAPI: Reduce chattiness during module loading/removalJan Kiszka1-22/+5
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-7/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt1-4/+4
2009-04-27Documentation/isdn/INTERFACE.CAPITilman Schmidt1-0/+171
2008-09-22drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall1-0/+4
2008-04-28isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variableRobert P. J. Day1-4/+4
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison1-5/+5
2007-10-16isdn: guard against a potential NULL pointer dereference in old_capi_manufacturer()Jesper Juhl1-0/+2
2007-07-17Use mutex instead of semaphore in CAPI 2.0 driverMatthias Kaehlcke1-3/+3
2007-03-01[PATCH] Fix buffer overflow and races in capi debug functionsKarsten Keil1-22/+55
2006-11-22WorkStruct: make allyesconfigDavid Howells1-6/+8
2006-03-23[PATCH] sem2mutex: kcapi.cArjan van de Ven1-8/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+991