aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/l1oip_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou1-6/+7
2021-03-30mISDN: Use LIST_HEAD() for list_headShixin Liu1-3/+1
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-03-10drivers: isdn: mISDN: fix spelling typo of 'wheter'Wang Qing1-1/+1
2019-08-22mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+1
2018-04-12mISDN: Remove VLAsLaura Abbott1-3/+11
2017-12-02mISDN: switch to sock_recvmsg()Al Viro1-13/+9
2017-11-05mISDN: l1oip_core: replace _manual_ swap with swap macroGustavo A. R. Silva1-8/+2
2017-10-18mISDN: Convert timers to use timer_setup()Kees Cook1-8/+7
2017-03-24isdn: use setup_timerGeliang Tang1-3/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-05-22mISDN: Use mod_timer()Manuel Schölling1-8/+4
2014-05-22mISDN: Use time_before()Manuel Schölling1-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-4/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-10-26isdn: remove dead codeAlan Cox1-4/+1
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-291/+290
2012-02-01mISDN: use memchr_invAkinobu Mita1-13/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-12-24mISDN: don't use flush_scheduled_work()Tejun Heo1-0/+2
2010-08-16drivers/isdn: Adjust confusing if indentationJulia Lawall1-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
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-04Fix misspellings of "separate" in strings.Adam Buchbinder1-1/+1
2009-12-18mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang1-1/+1
2009-08-02mISDN: Fix handling of receive buffer size in L1oIPAndreas Eversberg1-2/+2
2009-08-02mISDN: Read buffer overflowroel kluin1-1/+1
2009-05-25mISDN: Use kernel_{send,recv}msg instead of open codingArnaldo Carvalho de Melo1-17/+7
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-15/+15
2009-05-25mISDN: Add allocation of recvbuf[1500] at run time to reduce stack sizeFrank Seidel1-4/+17
2009-01-09mISDN: Create /sys/class/mISDNMatthias Urlichs1-1/+2
2009-01-09mISDN: Minor fixesAndreas Eversberg1-1/+1
2009-01-09mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg1-1/+21
2008-12-12mISDN: fix sparse warning: symbol 'id' shadows an earlier oneHannes Eder1-11/+11
2008-08-02mISDN cleanup user interfaceKarsten Keil1-4/+2
2008-07-27Add layer1 over IP supportKarsten Keil1-0/+1518