aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAge
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-18
* ISDN: capi, use kref from tty_portJiri Slaby2012-11-15
* TTY: use tty_port_register_deviceJiri Slaby2012-08-13
* isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-07
* isdn/capi: fix readability damageTilman Schmidt2012-05-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-21
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-04
| * isdn: whitespace coding style cleanupJoe Perches2012-02-21
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-08
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* | TTY: use tty_standard_installJiri Slaby2012-02-02
|/
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-19
* capi: Perform scheduled capifs removalJan Kiszka2011-04-06
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
* drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-13
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-12
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-16
* 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