summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1422-450/+237Star
|\
| * Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3116-168/+16Star
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-140/+14Star
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-302-28/+2Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-312-216/+216
| |\ \ | | |/ | |/|
| | * mISDN: make sure device name is NUL terminatedDan Carpenter2019-05-231-2/+3
| | * mISDN: Fix indenting in dsp_cmx.cDan Carpenter2019-05-221-214/+213Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner2019-05-242-36/+2Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-30/+2Star
| |/
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | isdn: mISDN: remove a bogus reference to a non-existing docMauro Carvalho Chehab2019-06-081-2/+0Star
|/
* mISDN: Check address length before reading address familyTetsuo Handa2019-04-121-2/+2
* 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