aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capidrv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31isdn: remove isdn4linuxArnd Bergmann1-2525/+0
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2015-05-31isdn/capi: Use setup_timerVaishali Thakkar1-3/+1
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt1-4/+20
2014-06-04isdn/capi: Make verbose reporting depend on capidrvPaul Bolle1-1/+1
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle1-0/+195
2013-03-12driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2012-05-07isdn/capi: fix readability damageTilman Schmidt1-3/+5
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-478/+478
2010-12-24isdn/capi: unregister capictr notifier after init failureTejun Heo1-0/+1
2010-09-08drivers: isdn: capi: use simple_strtol to convert numbersAndy Shevchenko1-4/+13
2010-07-15drivers: isdn: use kernel macros to convert hex digitAndy Shevchenko1-5/+2
2010-02-16CAPI: Rework controller state notifierJan Kiszka1-6/+16
2010-02-16CAPI: Reduce chattiness during module loading/removalJan Kiszka1-26/+0
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-38/+17
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-06isdn: make capidrv module parameter "debugmode" writeableTilman Schmidt1-1/+1
2009-10-06isdn: avoid races in capidrvTilman Schmidt1-12/+13
2009-01-04isdn: capi: &&/|| typosRoel Kluin1-2/+2
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28capi: fix sparse warnings using integer as NULL pointerHarvey Harrison1-12/+12
2008-01-25fix oops on rmmod capidrvKarsten Keil1-4/+5
2007-10-29[ISDN] capidrv: address two longstanding warningsJeff Garzik1-2/+23
2007-10-16fix possible NULL deref on low memory condition in capidrv.c::send_message()Jesper Juhl1-0/+5
2007-03-01[PATCH] Fix buffer overflow and races in capi debug functionsKarsten Keil1-6/+22
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] isdn/capi: use ARRAY_SIZE when appropriateAhmed S. Darwish1-2/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan1-6/+3
2006-10-17[PATCH] ISDN: check for userspace copy faultsJeff Garzik1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2315