summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Fix null pointer dereference at mISDN_FsmNewAnton Vasilyev2017-08-115-9/+36
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-163-7/+6
* mISDN: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-011-1/+1
* isdn: use setup_timerGeliang Tang2017-03-243-9/+3
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* isdn: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-3/+3
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
* mISDN: Fixing missing validation in base_sock_bind()Emrah Demir2016-04-131-0/+3
* isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2016-03-201-40/+29
* 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