aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/capi/capi.c
AgeCommit message (Expand)Author
2010-02-16CAPI: Drop obsolete nccip from capiminor structJan Kiszka
2010-02-16CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka
2010-02-16CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka
2010-02-16CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka
2010-02-16CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka
2010-02-16CAPI: Use kref on capiminorJan Kiszka
2010-02-16CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka
2010-02-16CAPI: Dynamically register minor devicesJan Kiszka
2010-02-16CAPI: Clean up capinc_tty_init/exitJan Kiszka
2010-02-16CAPI: Switch capiminor list to arrayJan Kiszka
2010-02-16CAPI: Switch NCCI list to standard doubly linked listJan Kiszka
2010-02-16CAPI: Fix racy capi_readJan Kiszka
2010-02-16CAPI: Use non-atomic allocation during NCCI setupJan Kiszka
2010-02-16CAPI: Rework locking of capidev membersJan Kiszka
2010-02-16CAPI: Clean up capi_open/releaseJan Kiszka
2010-02-16CAPI: Convert capidev_list_lock into a mutexJan Kiszka
2010-02-16CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWAREJan Kiszka
2010-02-16CAPI: Reduce chattiness during module loading/removalJan Kiszka
2010-02-16CAPI: Sanitize capifs APIJan Kiszka
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan
2009-10-06isdn: accept CAPI Informational Info values as successTilman Schmidt
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan
2009-02-26isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22tty: rework break handlingAlan Cox
2008-07-21device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20tty: Ldisc revampAlan Cox
2008-06-20CAPI: BKL pushdownJonathan Corbet
2008-04-30isdn: switch to int put_char methodAlan Cox
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison
2008-01-24ISDN: Convert from class_device to device for ISDN capiTony Jones
2007-07-17isdn/capi warning fixesAndrew Morton
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2007-02-12[PATCH] Workaround CAPI subsystem locking issueMichael Buesch
2007-02-12[PATCH] isdn/capi: use ARRAY_SIZE when appropriateAhmed S. Darwish
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-12-08[PATCH] struct path: convert isdnJosef Sipek
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] CAPI crash / race conditionMichael Buesch
2006-05-15[PATCH] Fix capi reload by unregistering the correct majorStefan Schweizer