summaryrefslogtreecommitdiff
path: root/drivers/isdn/divert
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-07-14isdn: divert: fix sprintf buffer overflow warningArnd Bergmann1-12/+13
2017-03-24isdn: use setup_timerGeliang Tang1-6/+3
2014-02-26isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann1-3/+4
2013-04-02ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments.Chen Gang1-5/+3
2013-01-21isdn/divert: fix readability damageTilman Schmidt3-247/+237
2012-02-21isdn: whitespace coding style cleanupJoe Perches4-910/+908
2011-11-29isdn: make sure strings are null terminatedDan Carpenter1-0/+6
2010-09-06isdn: potential buffer overflowsDan Carpenter1-3/+3
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+4
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-4/+14
2010-05-17procfs: Push down the bkl from ioctlFrederic Weisbecker1-4/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson1-1/+1
2008-04-29isdn: use non-racy method for proc entries creationDenis V. Lunev1-3/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-31Remove 'isdn_* is defined but unused' warningsCharlie Shepherd1-2/+2
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
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-4/+4
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering3-3/+0
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-3/+3
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds5-0/+1404