aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
AgeCommit message (Expand)Author
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-28mISDN: Use list_count_nodes()Christophe JAILLET
2023-03-30mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-14mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo
2022-11-11mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang
2022-11-02mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang
2022-09-30mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-05mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov
2021-12-28mISDN: change function names to avoid conflictswolfgang huang
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei
2021-03-30mISDN: Use LIST_HEAD() for list_headShixin Liu
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-03-10isdn: mISDN: remove unneeded variable 'ret'Yang Li
2021-03-10drivers: isdn: mISDN: fix spelling typo of 'wheter'Wang Qing
2021-01-05misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang
2019-09-24mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-08-22mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-08isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-22mISDN: make sure device name is NUL terminatedDan Carpenter
2019-05-22mISDN: Fix indenting in dsp_cmx.cDan Carpenter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-12mISDN: Check address length before reading address familyTetsuo Handa
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-05mISDN: fix a race in dev_expire_timer()Eric Dumazet
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor
2018-09-21mISDN: remove redundant null pointer check before kfree_skbzhong jiang
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva