summaryrefslogtreecommitdiff
path: root/drivers/isdn/mISDN
AgeCommit message (Expand)Author
2021-01-23misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann
2019-11-28mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor
2019-10-05mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-06-22mISDN: make sure device name is NUL terminatedDan Carpenter
2019-02-23mISDN: fix a race in dev_expire_timer()Eric Dumazet
2018-04-13mISDN: Fix a sleep-in-atomic bugJia-Ju Bai
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22mISDN: fix OOM condition for sending queued I-FramesKarsten Keil
2015-10-13mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-08-10isdn: Remove reverse_bits(), use revbit8()yalin wang
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-05mISDN: remove DSP_NEVER_DEFINED and adjust code identationColin Ian King
2014-05-22mISDN: Use mod_timer()Manuel Schölling
2014-05-22mISDN: Use time_before()Manuel Schölling
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-02treewide: Fix typo in KconfigMasanari Iida
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter
2013-07-26ISDN: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro
2013-04-25isdn: mISDN: set ->family in ->getname()Dan Carpenter
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers
2012-12-14mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov