summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-1/+1
|\
| * mISDN: fix a race in dev_expire_timer()Eric Dumazet2019-02-061-1/+1
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-2/+1Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+1Star
* | mISDN: Fix type of switch control variable in ctrl_teimanagerNathan Chancellor2018-10-231-4/+3Star
|/
* mISDN: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* isdn: mark expected switch fall-throughsGustavo A. R. Silva2018-07-041-0/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+4
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0Star
* mISDN: Remove VLAsLaura Abbott2018-04-132-6/+16
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-13/+9Star
|\
| * mISDN: switch to sock_recvmsg()Al Viro2017-12-031-13/+9Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* mISDN: l1oip_core: replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-051-8/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | mISDN: Convert timers to use timer_setup()Kees Cook2017-10-186-24/+18Star
|/
* 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/+6Star
* mISDN: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-011-1/+1
* isdn: use setup_timerGeliang Tang2017-03-243-9/+3Star
* 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-281-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-141-0/+3
* isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2016-03-201-40/+29Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-34/+20Star
|\
| * mISDN: fix OOM condition for sending queued I-FramesKarsten Keil2015-10-221-34/+20Star
* | 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