summaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN
AgeCommit message (Expand)AuthorFilesLines
2023-08-16mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor3-3/+3
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-14mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo1-1/+1
2022-11-12mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang1-1/+2
2022-11-02mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang1-2/+3
2022-09-30mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2-6/+8
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+1
2022-03-05mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov1-3/+3
2021-12-28mISDN: change function names to avoid conflictswolfgang huang3-7/+7
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei1-44/+2
2021-03-30mISDN: Use LIST_HEAD() for list_headShixin Liu2-8/+3
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu2-4/+2
2021-03-10isdn: mISDN: remove unneeded variable 'ret'Yang Li1-2/+1
2021-03-10drivers: isdn: mISDN: fix spelling typo of 'wheter'Wang Qing1-1/+1
2021-01-06misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-25mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller1-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+3
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-4/+3
2019-09-24mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-08-23mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring4-16/+8
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet22-450/+237
2019-06-08isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab1-2/+0
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds16-168/+16
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-216/+216
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner14-140/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2-28/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner2-36/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-30/+2
2019-05-23mISDN: make sure device name is NUL terminatedDan Carpenter1-2/+3
2019-05-22mISDN: Fix indenting in dsp_cmx.cDan Carpenter1-214/+213
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-12mISDN: Check address length before reading address familyTetsuo Handa1-2/+2
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-06mISDN: fix a race in dev_expire_timer()Eric Dumazet1-1/+1
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-1/+1
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+1
2018-10-23mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor1-4/+3
2018-09-21mISDN: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+4
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-04-13mISDN: Remove VLAsLaura Abbott2-6/+16
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2