aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-05mISDN: remove DSP_NEVER_DEFINED and adjust code identationColin Ian King1-56/+53
2014-05-22mISDN: Use mod_timer()Manuel Schölling1-8/+4
2014-05-22mISDN: Use time_before()Manuel Schölling1-2/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+2
2013-12-19Merge branch 'master' into for-nextJiri Kosina1-9/+4
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-9/+4
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-28/+36
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter1-1/+3
2013-07-26ISDN: convert class code to use dev_groupsGreg Kroah-Hartman1-28/+36
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-35/+41
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro1-2/+12
2013-04-25isdn: mISDN: set ->family in ->getname()Dan Carpenter1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina4-20/+12
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-1/+6
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-4/+0
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-14mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov1-2/+1
2012-11-30mISDN: improve bitops usageAkinobu Mita1-10/+10
2012-10-26isdn: remove dead codeAlan Cox1-4/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil1-5/+4
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-06mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil1-1/+1
2012-07-09drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall1-2/+2
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-1/+13
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2-1/+12
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil2-7/+60
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-12/+63
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-4/+4
2012-05-04mISDN: Help to identify the cardKarsten Keil2-32/+60
2012-05-04mISDN: Layer1 statemachine fixKarsten Keil1-9/+13
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil1-2/+14
2012-05-04mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil2-8/+63
2012-05-04mISDN: Fix refcounting bugKarsten Keil1-14/+39