aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/isdnloop/isdnloop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31isdn: remove isdn4linuxArnd Bergmann1-1528/+0
2019-03-07isdn: isdnloop: fix pointer dereference bugArnd Bergmann1-1/+1
2019-01-19isdn: remove unneeded semicolonYueHaibing1-1/+1
2017-10-18isdnloop: Convert timers to use timer_setup()Kees Cook1-19/+14
2017-09-07isdn: isdnloop: fix logic error in isdnloop_sendbufArnd Bergmann1-1/+1
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-04isdn: get rid of pointless access_ok()Al Viro1-2/+0
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Remove parenthesis around return values, as specified in CodingStyle.Bas Peters1-14/+14
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingStyle specifications.Bas Peters1-12/+6
2015-02-05drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if conditions, in accordance with the CodingStyle.Bas Peters1-8/+10
2014-04-08isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-03isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki / 吉藤英明1-0/+6
2013-11-14isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2012-08-03isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-479/+479
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-03-04drivers/isdn: correct use of ! and &Julia Lawall1-3/+3
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan1-8/+8
2007-05-08ISDN: Spinlock initializer cleanupThomas Gleixner1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-10-17[PATCH] ISDN: check for userspace copy faultsJeff Garzik1-1/+2
2006-10-17[PATCH] drivers/isdn/isdnloop: save_flags()/cli(), restore_flags() replaced appropriatelyAmol Lad1-40/+30
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-1/+1
2005-11-07[PATCH] isdn: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1554