summaryrefslogtreecommitdiff
path: root/drivers/isdn/capi
AgeCommit message (Expand)Author
2008-05-14isdn/capi: Return proper errnos on module init.Marcin Slusarz
2008-04-30isdn: switch to int put_char methodAlan Cox
2008-04-29isdn: use non-racy method for proc entries creationDenis V. Lunev
2008-04-28isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variableRobert P. J. Day
2008-04-28capifs: fix memory leak on remountCyrill Gorcunov
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison
2008-02-08mount options: fix capifsMiklos Szeredi
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-25fix oops on rmmod capidrvKarsten Keil
2008-01-24ISDN: Convert from class_device to device for ISDN capiTony Jones
2007-10-29[ISDN] capidrv: address two longstanding warningsJeff Garzik
2007-10-16isdn: guard against a potential NULL pointer dereference in old_capi_manufact...Jesper Juhl
2007-10-16fix possible NULL deref on low memory condition in capidrv.c::send_message()Jesper Juhl
2007-07-17isdn/capi warning fixesAndrew Morton
2007-07-17Use menuconfig objects: ISDN: CONFIG_ISDN_CAPIJan Engelhardt
2007-07-17Make ISDN CAPI use seq_list_xxx helpersPavel Emelianov
2007-07-17Use mutex instead of semaphore in CAPI 2.0 driverMatthias Kaehlcke
2007-05-09misc doc and kconfig typosMatt LaPlante
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-03-01[PATCH] Fix buffer overflow and races in capi debug functionsKarsten Keil
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
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-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
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-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-17[PATCH] ISDN: check for userspace copy faultsJeff Garzik
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
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-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-05-15[PATCH] Fix capi reload by unregistering the correct majorStefan Schweizer
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-28[PATCH] capi: register_chrdev() fixAndrew Morton
2006-03-23[PATCH] sem2mutex: kcapi.cArjan van de Ven
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-08[PATCH] drivers/isdn/: add missing #includesAdrian Bunk
2005-10-30[PATCH] fix missing includesTim Schmielau