summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
...
* | mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang2015-10-141-10/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-17/+5Star
|\
| * isdn: Remove reverse_bits(), use revbit8()yalin wang2015-08-101-17/+5Star
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-4/+3Star
|\
| * net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-142-3/+3
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-062-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\|
| * treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* | mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring2014-11-211-4/+2Star
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* mISDN: remove DSP_NEVER_DEFINED and adjust code identationColin Ian King2014-09-061-56/+53Star
* mISDN: Use mod_timer()Manuel Schölling2014-05-221-8/+4Star
* mISDN: Use time_before()Manuel Schölling2014-05-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-3/+2Star
|\
| * net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-3/+2Star
* | Merge branch 'master' into for-nextJiri Kosina2013-12-191-9/+4Star
|\|
| * net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-9/+4Star
* | treewide: Fix typo in KconfigMasanari Iida2013-12-021-1/+1
|/
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-28/+36
|\
| * ISDN: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-271-28/+36
* | mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter2013-08-301-1/+3
|/
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-35/+41
|\
| * mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro2013-04-291-2/+1Star
| * mISDN: fix mISDN_read()/mISDN_read() raceAl Viro2013-04-291-9/+14
| * mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro2013-04-291-9/+5Star
| * mISDN: fix races between misdn_del_timer() and timer callbackAl Viro2013-04-291-13/+9Star
| * mISDN: fix the races with timers going off just as they are deletedAl Viro2013-04-291-2/+12
* | isdn: mISDN: set ->family in ->getname()Dan Carpenter2013-04-251-0/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-294-20/+12Star
| |\
| * | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\ \ \
| * | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
| | |/ | |/|
* / | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-1/+6
|/ /
* | Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+0Star
* | mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov2012-12-141-2/+1Star
* | mISDN: improve bitops usageAkinobu Mita2012-11-301-10/+10
* | isdn: remove dead codeAlan Cox2012-10-261-4/+1Star
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
* | mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil2012-09-131-5/+4Star
* | mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil2012-08-061-1/+1
|/
* drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall2012-07-101-2/+2
* mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil2012-05-161-1/+13