aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07isdn: capi: make capi_class constantRicardo B. Marliere1-9/+12
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-6/+4
2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby1-7/+0
2021-05-13isdn: capi, remove optional tty opsJiri Slaby1-13/+0
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby1-6/+0
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby1-6/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2019-12-11isdn: capi: dead code removalArnd Bergmann1-1/+13
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+31
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann1-0/+31
2019-09-07isdn/capi: check message length in capi_write()Eric Biggers1-1/+9
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-10-13kill capinc_tty_ioctl()Al Viro1-7/+0
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-28/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle1-2/+2
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2012-11-15ISDN: capi, use kref from tty_portJiri Slaby1-19/+17
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-05-07isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt1-14/+13
2012-05-07isdn/capi: fix readability damageTilman Schmidt1-16/+7
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-90/+90
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-2/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-89/+89
2012-02-02TTY: use tty_standard_installJiri Slaby1-6/+3
2011-05-19isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller1-83/+32
2011-04-06capi: Perform scheduled capifs removalJan Kiszka1-20/+4
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-8/+2
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann1-3/+14
2010-02-16CAPI: Drop return value of handle_minor_sendJan Kiszka1-13/+9
2010-02-16CAPI: Clean up capiminor_*_ackJan Kiszka1-12/+7
2010-02-16CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka1-59/+67
2010-02-16CAPI: Drop capiminor's unused inbytes counterJan Kiszka1-7/+3
2010-02-16CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka1-9/+7
2010-02-16CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka1-4/+4
2010-02-16CAPI: Rework capiminor RX handlerJan Kiszka1-22/+38
2010-02-16CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka1-1/+0
2010-02-16CAPI: Drop atomic ttyopencountJan Kiszka1-20/+10
2010-02-16CAPI: Clean up capiminors_lockJan Kiszka1-12/+9
2010-02-16CAPI: Drop obsolete nccip from capiminor structJan Kiszka1-43/+1
2010-02-16CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka1-1/+1
2010-02-16CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka1-33/+31
2010-02-16CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka1-32/+62
2010-02-16CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka1-14/+28
2010-02-16CAPI: Use kref on capiminorJan Kiszka1-9/+28
2010-02-16CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka1-6/+4
2010-02-16CAPI: Dynamically register minor devicesJan Kiszka1-11/+24
2010-02-16CAPI: Clean up capinc_tty_init/exitJan Kiszka1-10/+10
2010-02-16CAPI: Switch capiminor list to arrayJan Kiszka1-40/+35
2010-02-16CAPI: Switch NCCI list to standard doubly linked listJan Kiszka1-32/+20
2010-02-16CAPI: Fix racy capi_readJan Kiszka1-12/+7
2010-02-16CAPI: Use non-atomic allocation during NCCI setupJan Kiszka1-2/+2
2010-02-16CAPI: Rework locking of capidev membersJan Kiszka1-93/+88
2010-02-16CAPI: Clean up capi_open/releaseJan Kiszka1-59/+34
2010-02-16CAPI: Convert capidev_list_lock into a mutexJan Kiszka1-12/+12
2010-02-16CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWAREJan Kiszka1-67/+83
2010-02-16CAPI: Reduce chattiness during module loading/removalJan Kiszka1-16/+3
2010-02-16CAPI: Sanitize capifs APIJan Kiszka1-8/+6
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-64/+35
2009-10-06isdn: accept CAPI Informational Info values as successTilman Schmidt1-1/+1
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-7/+0
2009-02-26isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun1-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell1-1/+1
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+2
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-21device create: isdn: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-20tty: Ldisc revampAlan Cox1-2/+2
2008-06-20CAPI: BKL pushdownJonathan Corbet1-6/+11
2008-04-30isdn: switch to int put_char methodAlan Cox1-3/+6
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison1-17/+17
2008-01-24ISDN: Convert from class_device to device for ISDN capiTony Jones1-3/+3
2007-07-17isdn/capi warning fixesAndrew Morton1-1/+1
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke1-16/+17
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-12[PATCH] Workaround CAPI subsystem locking issueMichael Buesch1-0/+35
2007-02-12[PATCH] isdn/capi: use ARRAY_SIZE when appropriateAhmed S. Darwish1-2/+2
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan1-6/+3
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-12-08[PATCH] struct path: convert isdnJosef Sipek1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] CAPI crash / race conditionMichael Buesch1-22/+32
2006-05-15[PATCH] Fix capi reload by unregistering the correct majorStefan Schweizer1-1/+0
2006-03-28[PATCH] capi: register_chrdev() fixAndrew Morton1-3/+5
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-2/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de1-7/+7
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1554