summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi
Commit message (Expand)AuthorAgeFilesLines
* isdn: make capidrv module parameter "debugmode" writeableTilman Schmidt2009-10-071-1/+1
* isdn: avoid races in capidrvTilman Schmidt2009-10-071-12/+13
* isdn: accept CAPI Informational Info values as successTilman Schmidt2009-10-071-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* isdn: prevent NULL ptr Oops in capi_cmsg2str()Tilman Schmidt2009-06-081-0/+2
* isdn: kerneldoc for capiutil.cTilman Schmidt2009-06-081-3/+62
* isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt2009-06-081-4/+4
* Fix the race between capifs remount and node creationAl Viro2009-05-091-2/+8
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1Star
* Documentation/isdn/INTERFACE.CAPITilman Schmidt2009-04-271-0/+171
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-7/+0Star
* drivers/isdn/capi: fix sparse warning: context imbalanceHannes Eder2009-02-271-0/+2
* isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-061-2/+2
|\
| * isdn: capi: &&/|| typosRoel Kluin2009-01-051-2/+2
* | zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0Star
|/
* CRED: Wrap task credential accesses in the ISDN driversDavid Howells2008-11-141-2/+2
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1Star
* tty: Fallout from tty-move-canon-specialsStephen Rothwell2008-10-131-1/+1
* drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_putJulia Lawall2008-09-231-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-221-1/+2
|\
| * device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-1/+2
* | tty: rework break handlingAlan Cox2008-07-221-1/+2
|/
* tty: Ldisc revampAlan Cox2008-07-211-2/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-3/+3
|\
| * isdn/capi: Return proper errnos on module init.Marcin Slusarz2008-05-151-3/+3
* | CAPI: BKL pushdownJonathan Corbet2008-06-201-6/+11
|/
* isdn: switch to int put_char methodAlan Cox2008-04-301-3/+6
* isdn: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-14/+10Star
* isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variableRobert P. J. Day2008-04-281-4/+4
* capifs: fix memory leak on remountCyrill Gorcunov2008-04-281-0/+1
* isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-284-6/+6
* capi: fix sparse warnings using integer as NULL pointerHarvey Harrison2008-04-286-38/+38
* mount options: fix capifsMiklos Szeredi2008-02-081-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-251-3/+3
|\
| * ISDN: Convert from class_device to device for ISDN capiTony Jones2008-01-251-3/+3
* | fix oops on rmmod capidrvKarsten Keil2008-01-251-4/+5
|/
* [ISDN] capidrv: address two longstanding warningsJeff Garzik2007-10-291-2/+23
* isdn: guard against a potential NULL pointer dereference in old_capi_manufact...Jesper Juhl2007-10-161-0/+2
* fix possible NULL deref on low memory condition in capidrv.c::send_message()Jesper Juhl2007-10-161-0/+5
* isdn/capi warning fixesAndrew Morton2007-07-171-1/+1
* Use menuconfig objects: ISDN: CONFIG_ISDN_CAPIJan Engelhardt2007-07-171-5/+2Star
* Make ISDN CAPI use seq_list_xxx helpersPavel Emelianov2007-07-171-24/+4Star
* Use mutex instead of semaphore in CAPI 2.0 driverMatthias Kaehlcke2007-07-171-3/+3
* misc doc and kconfig typosMatt LaPlante2007-05-091-1/+1
* use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke2007-05-081-16/+17
* make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk2007-05-081-7/+1Star