summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-34/+20
|\
| * mISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-34/+20
* | mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang2015-10-131-10/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-17/+5
|\
| * isdn: Remove reverse_bits(), use revbit8()yalin wang2015-08-101-17/+5
* | 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/+3
|\
| * net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* | 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/+2
* | 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-051-56/+53
* mISDN: Use mod_timer()Manuel Schölling2014-05-221-8/+4
* 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/+2
|\
| * net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+2
* | Merge branch 'master' into for-nextJiri Kosina2013-12-191-9/+4
|\ \ | |/
| * net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-9/+4
* | 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-261-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-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-35/+41
|\
| * mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro2013-04-291-2/+1
| * 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/+5
| * mISDN: fix races between misdn_del_timer() and timer callbackAl Viro2013-04-291-13/+9
| * 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-272-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-294-20/+12
| |\
| * | 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-031-4/+0
* | mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov2012-12-141-2/+1
* | mISDN: improve bitops usageAkinobu Mita2012-11-301-10/+10
* | isdn: remove dead codeAlan Cox2012-10-261-4/+1
|/
* 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/+4
* | mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil2012-08-061-1/+1
|/
OpenPOWER on IntegriCloud