summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-90/+90
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
| * isdn: whitespace coding style cleanupJoe Perches2012-02-211-89/+89
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-2/+1
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* | TTY: use tty_standard_installJiri Slaby2012-02-021-6/+3
|/
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-191-83/+32
* capi: Perform scheduled capifs removalJan Kiszka2011-04-061-20/+4
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-8/+2
* drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-121-3/+3
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-121-3/+3
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+14
* CAPI: Drop return value of handle_minor_sendJan Kiszka2010-02-161-13/+9
* CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-161-12/+7
* CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka2010-02-161-59/+67
* CAPI: Drop capiminor's unused inbytes counterJan Kiszka2010-02-161-7/+3
* CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka2010-02-161-9/+7
* CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka2010-02-161-4/+4
* CAPI: Rework capiminor RX handlerJan Kiszka2010-02-161-22/+38
* CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka2010-02-161-1/+0
* CAPI: Drop atomic ttyopencountJan Kiszka2010-02-161-20/+10
* CAPI: Clean up capiminors_lockJan Kiszka2010-02-161-12/+9
* CAPI: Drop obsolete nccip from capiminor structJan Kiszka2010-02-161-43/+1
* CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka2010-02-161-1/+1
* 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
|/
OpenPOWER on IntegriCloud