aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAge
* CAPI: Drop return value of handle_minor_sendJan Kiszka2010-02-16
* CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-16
* CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka2010-02-16
* CAPI: Drop capiminor's unused inbytes counterJan Kiszka2010-02-16
* CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka2010-02-16
* CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka2010-02-16
* CAPI: Rework capiminor RX handlerJan Kiszka2010-02-16
* CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka2010-02-16
* CAPI: Drop atomic ttyopencountJan Kiszka2010-02-16
* CAPI: Clean up capiminors_lockJan Kiszka2010-02-16
* CAPI: Drop obsolete nccip from capiminor structJan Kiszka2010-02-16
* CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka2010-02-16
* CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka2010-02-16
* CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka2010-02-16
* CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka2010-02-16
* CAPI: Use kref on capiminorJan Kiszka2010-02-16
* CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka2010-02-16
* CAPI: Dynamically register minor devicesJan Kiszka2010-02-16
* CAPI: Clean up capinc_tty_init/exitJan Kiszka2010-02-16
* CAPI: Switch capiminor list to arrayJan Kiszka2010-02-16
* CAPI: Switch NCCI list to standard doubly linked listJan Kiszka2010-02-16
* CAPI: Fix racy capi_readJan Kiszka2010-02-16
* CAPI: Use non-atomic allocation during NCCI setupJan Kiszka2010-02-16
* CAPI: Rework locking of capidev membersJan Kiszka2010-02-16
* CAPI: Clean up capi_open/releaseJan Kiszka2010-02-16
* CAPI: Convert capidev_list_lock into a mutexJan Kiszka2010-02-16
* CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWAREJan Kiszka2010-02-16
* CAPI: Reduce chattiness during module loading/removalJan Kiszka2010-02-16
* CAPI: Sanitize capifs APIJan Kiszka2010-02-16
* proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan2010-01-14
* isdn: accept CAPI Informational Info values as successTilman Schmidt2009-10-07
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-01
* isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-27
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* tty: Fallout from tty-move-canon-specialsStephen Rothwell2008-10-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-22
|\
| * device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* | tty: rework break handlingAlan Cox2008-07-22
|/
* tty: Ldisc revampAlan Cox2008-07-20
* CAPI: BKL pushdownJonathan Corbet2008-06-20
* isdn: switch to int put_char methodAlan Cox2008-04-30
* capi: fix sparse warnings using integer as NULL pointerHarvey Harrison2008-04-28
* ISDN: Convert from class_device to device for ISDN capiTony Jones2008-01-24
* isdn/capi warning fixesAndrew Morton2007-07-17
* use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke2007-05-08
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-12
* [PATCH] Workaround CAPI subsystem locking issueMichael Buesch2007-02-12
* [PATCH] isdn/capi: use ARRAY_SIZE when appropriateAhmed S. Darwish2007-02-12
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-08