summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_common.c
Commit message (Expand)AuthorAgeFilesLines
* isdn: Disable IIOCDBGVARKees Cook2018-08-161-7/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-6/+6
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
* isdn/i4l: fix buffer overflowAnnie Cherkaev2017-08-021-0/+1
* isdn: get rid of pointless access_ok()Al Viro2017-06-041-18/+0
* isdn: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* isdn: fix multiple sleep_on racesArnd Bergmann2014-02-261-5/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-4/+4
|\
| * new helper: file_inode(file)Al Viro2013-02-221-4/+4
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-3/+2
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-4/+4
* | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-1/+2
|/
* isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones2012-11-071-4/+0
* ISDN: remove uses of isdn_tty_revisionJiri Slaby2012-04-101-3/+0
* TTY: isdn, use open/close_wait from tty_portJiri Slaby2012-04-091-2/+0
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-751/+751
* isdn: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-2/+2
* isdn: i4l: isdn_common: Fix set-but-unused variables.David S. Miller2011-04-171-9/+2
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-121-13/+14
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-2/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-1/+3
|\
| * drivers/isdn/i4l/isdn_common.c fix small resource leakDarren Jenkins2008-07-121-1/+3
* | isdn: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+2
|/
* isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* isdn: replace __inline with inlineHarvey Harrison2008-03-051-2/+2
* [ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl2008-01-041-0/+3
* I4L: fix isdn_ioctl memory overrun vulnerabilityKarsten Keil2007-12-031-1/+4
* use mutex instead of semaphore in isdn subsystem common functionsMatthias Kaehlcke2007-10-161-13/+13
* ISDN: Fix data access out of array boundsKarsten Keil2007-10-081-2/+3
* [ISDN]: Get rid of some pointless allocation casts in common and bsd comp.Jesper Juhl2007-08-261-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan2006-12-081-6/+3
* [PATCH] struct path: convert isdnJosef Sipek2006-12-081-3/+3
* [PATCH] ISDN: fix drivers, by handling errors thrown by ->readstat()Jeff Garzik2006-10-171-3/+6
* [PATCH] isdn: cleanup i_rdev udageEric Sesterhenn2006-07-101-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] i4l:add some checks for valid drvid and driver pointerKarsten Keil2006-06-291-1/+17
* [PATCH] fix processing of the last byte in isdn_readbchan_tty()Karsten Keil2006-06-261-1/+1
* [PATCH] ISDN: correctly handle isdn_writebuf_stub() errorsJesper Juhl2006-06-231-4/+4
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-0/+112
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-1/+2
OpenPOWER on IntegriCloud