| Commit message (Expand) | Author | Age |
* | mISDN: Fixing missing validation in base_sock_bind() | Emrah Demir | 2016-04-13 |
* | isdn: Use ktime_t instead of 'struct timeval' | Tina Ruchandani | 2016-03-20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 |
|\ |
|
| * | mISDN: fix OOM condition for sending queued I-Frames | Karsten Keil | 2015-10-22 |
* | | mISDN: use kstrdup() in dsp_pipeline_build | Geliang Tang | 2015-10-13 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 |
|\ |
|
| * | isdn: Remove reverse_bits(), use revbit8() | yalin wang | 2015-08-10 |
* | | treewide: Fix typo in printk | Masanari Iida | 2015-08-07 |
|/ |
|
* | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 2015-05-11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 |
|\ |
|
| * | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 |
|\ \
| |/
|/| |
|
| * | treewide: Fix typo in printk messages | Masanari Iida | 2015-03-06 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-12-12 |
|\| |
|
| * | treewide: fix typo in printk and Kconfig | Masanari Iida | 2014-11-20 |
* | | new helper: memcpy_from_msg() | Al Viro | 2014-11-24 |
* | | mISDN: Deletion of unnecessary checks before the function call "vfree" | Markus Elfring | 2014-11-21 |
* | | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 2014-11-05 |
|/ |
|
* | mISDN: remove DSP_NEVER_DEFINED and adjust code identation | Colin Ian King | 2014-09-06 |
* | mISDN: Use mod_timer() | Manuel Schölling | 2014-05-22 |
* | mISDN: Use time_before() | Manuel Schölling | 2014-05-22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 |
|\ |
|
| * | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-19 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2013-12-19 |
|\| |
|
| * | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 2013-11-20 |
* | | treewide: Fix typo in Kconfig | Masanari Iida | 2013-12-02 |
|/ |
|
* | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 |
|\ |
|
| * | ISDN: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-26 |
* | | mISDN: return -EINVAL on error in dsp_control_req() | Dan Carpenter | 2013-08-30 |
|/ |
|
* | drivers: avoid format string in dev_set_name | Kees Cook | 2013-07-03 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 |
|\ |
|
| * | mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy | Al Viro | 2013-04-29 |
| * | mISDN: fix mISDN_read()/mISDN_read() race | Al Viro | 2013-04-29 |
| * | mISDN: fix misdn_add_timer()/misdn_del_timer() race | Al Viro | 2013-04-29 |
| * | mISDN: fix races between misdn_del_timer() and timer callback | Al Viro | 2013-04-29 |
| * | mISDN: fix the races with timers going off just as they are deleted | Al Viro | 2013-04-29 |
* | | isdn: mISDN: set ->family in ->getname() | Dan Carpenter | 2013-04-25 |
|/ |
|
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 |
| |\ |
|
| * | | treewide: Replace incomming with incoming in all comments and strings | Jorrit Schippers | 2013-01-03 |
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 |
|\ \ \ |
|
| * | | | driver-core: constify data for class_find_device() | Michał Mirosław | 2013-02-06 |
| | |/
| |/| |
|
* / | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 |
|/ / |
|
* | | Drivers: isdn: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 |
* | | mISDN: fix race in timer canceling on module unloading | Konstantin Khlebnikov | 2012-12-14 |
* | | mISDN: improve bitops usage | Akinobu Mita | 2012-11-30 |
* | | isdn: remove dead code | Alan Cox | 2012-10-26 |
|/ |
|
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 |
|\ |
|
| * | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 |