summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* isdn: avm: c4: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: divert: fix sprintf buffer overflow warningArnd Bergmann2017-07-141-12/+13
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-053-26/+0
|\
| * isdn: get rid of pointless access_ok()Al Viro2017-06-043-26/+0
* | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* | idsn: fix wrong skb_put() usedyuan linyu2017-06-211-1/+1
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-203-6/+6
* | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-202-3/+3
* | networking: add and use skb_put_u8()Johannes Berg2017-06-164-18/+19
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-166-24/+24
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-1637-114/+122
* | mISDN: remove unnecessary variable assignmentsGustavo A. R. Silva2017-06-081-8/+8
* | mISDN: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-011-1/+1
* | isdn: Fix a sleep-in-atomic bugJia-Ju Bai2017-05-311-1/+1
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-103-9/+9
|\
| * Annotate hardware config module parameters in drivers/isdn/David Howells2017-04-203-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-0/+1
|\ \
| * | isdn: kcapi: avoid uninitialized dataArnd Bergmann2017-03-281-0/+1
| |/
* | isdn: use setup_timerGeliang Tang2017-03-2430-114/+54
* | isdn: hardware: mISDN: Remove reference to CONFIG_8xxChristophe Leroy2017-03-162-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-141-0/+3
|\
| * isdn/gigaset: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* 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-022-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-8/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+2
| |\
| * | ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann2017-01-261-8/+8
* | | 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
| |/ |/|
* | ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-177-69/+69
|\
| * isdn: Constify some function parametersEmese Revfy2016-12-172-10/+10