summaryrefslogtreecommitdiff
path: root/drivers/isdn/isdnloop
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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,...Bas Peters1-14/+14
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingS...Bas Peters1-12/+6
2015-02-05drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if con...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 Perches2-482/+482
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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 a...Amol Lad2-40/+31
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-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] isdn: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds3-0/+1671