summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* isdn: replace deprecated strncpy with strscpyJustin Stitt2023-10-021-1/+1
* mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor2023-08-033-3/+3
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-051-13/+2
|\
| * mISDN: Use list_count_nodes()Christophe JAILLET2023-04-281-13/+2
* | mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman2023-03-301-6/+0
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-4/+4
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-2/+2
|\
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo2022-11-141-1/+1
* mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang2022-11-111-1/+2
* mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang2022-11-021-2/+3
* mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2022-09-302-6/+8
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
* mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov2022-03-051-3/+3
* mISDN: change function names to avoid conflictswolfgang huang2021-12-283-7/+7
* mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei2021-05-201-44/+2
* mISDN: Use LIST_HEAD() for list_headShixin Liu2021-03-302-8/+3
* mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu2021-03-302-4/+2
* isdn: mISDN: remove unneeded variable 'ret'Yang Li2021-03-101-2/+1
* drivers: isdn: mISDN: fix spelling typo of 'wheter'Wang Qing2021-03-101-1/+1
* misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann2021-01-051-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller2020-07-241-2/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-4/+3
|\
| * idsn: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-4/+3
* | mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
* | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-224-16/+8
* | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1422-450/+237
|\|
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3116-168/+16
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-140/+14
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-302-28/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-302-216/+216
| |\ \ | | |/ | |/|
| | * mISDN: make sure device name is NUL terminatedDan Carpenter2019-05-221-2/+3
| | * mISDN: Fix indenting in dsp_cmx.cDan Carpenter2019-05-221-214/+213
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner2019-05-242-36/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-30/+2
| |/
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab2019-06-081-2/+0
|/
* mISDN: Check address length before reading address familyTetsuo Handa2019-04-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+1
|\
| * mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-051-1/+1
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-2/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+1
* | mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor2018-10-221-4/+3
|/