summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAgeFilesLines
* CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka2010-02-161-33/+31
* CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka2010-02-161-32/+62
* CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka2010-02-161-14/+28
* CAPI: Use kref on capiminorJan Kiszka2010-02-161-9/+28
* CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka2010-02-161-6/+4
* CAPI: Dynamically register minor devicesJan Kiszka2010-02-161-11/+24
* CAPI: Clean up capinc_tty_init/exitJan Kiszka2010-02-161-10/+10
* CAPI: Switch capiminor list to arrayJan Kiszka2010-02-161-40/+35
* CAPI: Switch NCCI list to standard doubly linked listJan Kiszka2010-02-161-32/+20
* CAPI: Fix racy capi_readJan Kiszka2010-02-161-12/+7
* CAPI: Use non-atomic allocation during NCCI setupJan Kiszka2010-02-161-2/+2
* CAPI: Rework locking of capidev membersJan Kiszka2010-02-161-93/+88
* CAPI: Clean up capi_open/releaseJan Kiszka2010-02-161-59/+34
* CAPI: Convert capidev_list_lock into a mutexJan Kiszka2010-02-161-12/+12
* CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWAREJan Kiszka2010-02-161-67/+83
* CAPI: Reduce chattiness during module loading/removalJan Kiszka2010-02-161-16/+3
* CAPI: Sanitize capifs APIJan Kiszka2010-02-161-8/+6
* proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan2010-01-141-64/+35
* isdn: accept CAPI Informational Info values as successTilman Schmidt2009-10-061-1/+1
* proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-7/+0
* isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-1/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+1
* tty: Fallout from tty-move-canon-specialsStephen Rothwell2008-10-131-1/+1
* 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-211-1/+2
* | tty: rework break handlingAlan Cox2008-07-221-1/+2
|/
* tty: Ldisc revampAlan Cox2008-07-201-2/+2
* CAPI: BKL pushdownJonathan Corbet2008-06-201-6/+11
* isdn: switch to int put_char methodAlan Cox2008-04-301-3/+6
* capi: fix sparse warnings using integer as NULL pointerHarvey Harrison2008-04-281-17/+17
* ISDN: Convert from class_device to device for ISDN capiTony Jones2008-01-241-3/+3
* isdn/capi warning fixesAndrew Morton2007-07-171-1/+1
* use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke2007-05-081-16/+17
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] Workaround CAPI subsystem locking issueMichael Buesch2007-02-121-0/+35
* [PATCH] isdn/capi: use ARRAY_SIZE when appropriateAhmed S. Darwish2007-02-121-2/+2
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-081-6/+3
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* [PATCH] struct path: convert isdnJosef Sipek2006-12-081-1/+1
* [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] CAPI crash / race conditionMichael Buesch2006-06-261-22/+32
* [PATCH] Fix capi reload by unregistering the correct majorStefan Schweizer2006-05-151-1/+0
* [PATCH] capi: register_chrdev() fixAndrew Morton2006-03-281-3/+5
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-2/+1
OpenPOWER on IntegriCloud