aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/divert
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-5/+4
2017-07-14isdn: divert: fix sprintf buffer overflow warningGravatar Arnd Bergmann 1-12/+13
2017-03-24isdn: use setup_timerGravatar Geliang Tang 1-6/+3
2014-02-26isdn: divert, hysdn: fix interruptible_sleep_on raceGravatar Arnd Bergmann 1-3/+4
2013-04-02ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments.Gravatar Chen Gang 1-5/+3
2013-01-21isdn/divert: fix readability damageGravatar Tilman Schmidt 3-247/+237
2012-02-21isdn: whitespace coding style cleanupGravatar Joe Perches 4-910/+908
2011-11-29isdn: make sure strings are null terminatedGravatar Dan Carpenter 1-0/+6
2010-09-06isdn: potential buffer overflowsGravatar Dan Carpenter 1-3/+3
2010-07-12isdn: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-3/+4
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-4/+14
2010-05-17procfs: Push down the bkl from ioctlGravatar Frederic Weisbecker 1-4/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-0/+2
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 1-0/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Gravatar Martin Olsson 1-1/+1
2008-04-29isdn: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-3/+2
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-3/+4
2007-07-31Remove 'isdn_* is defined but unused' warningsGravatar Charlie Shepherd 1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 2-4/+4
2006-12-04[PATCH] severing skbuff.h -> mm.hGravatar Al Viro 1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-26spelling fixesGravatar Andreas Mohr 1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonGravatar Olaf Hering 3-3/+0
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesGravatar Al Viro 1-3/+3
2005-05-01[PATCH] make lots of things staticGravatar Adrian Bunk 1-5/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 5-0/+1404