aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-5/+5
2017-11-05mISDN: l1oip_core: replace _manual_ swap with swap macroGravatar Gustavo A. R. Silva 1-8/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 38-0/+38
2017-11-03mISDN: hfcpci: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+4
2017-11-03ISDN: eicon: message: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-12/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 38-0/+38
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 5-5/+5
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksGravatar Kees Cook 1-8/+6
2017-10-18isdnloop: Convert timers to use timer_setup()Gravatar Kees Cook 1-19/+14
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Gravatar Kees Cook 2-20/+23
2017-10-18isdn/gigaset: Use kzalloc instead of open-coded field zeroingGravatar Kees Cook 1-9/+1
2017-10-18mISDN: Convert timers to use timer_setup()Gravatar Kees Cook 8-32/+24
2017-10-18isdn/hisax: Convert timers to use timer_setup()Gravatar Kees Cook 19-67/+68
2017-09-20isdn/i4l: fetch the ppp_write buffer in one shotGravatar Meng Xu 1-12/+25
2017-09-07isdn: isdnloop: fix logic error in isdnloop_sendbufGravatar Arnd Bergmann 1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-9/+36
2017-08-11mISDN: Fix null pointer dereference at mISDN_FsmNewGravatar Anton Vasilyev 5-9/+36
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-15/+13
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-15/+13
2017-08-08isdn: hfcsusb: constify usb_device_idGravatar Arvind Yadav 1-1/+1
2017-08-08isdn: hisax: hfc_usb: constify usb_device_idGravatar Arvind Yadav 1-1/+1
2017-08-07isdn: kcapi: make capi_version constGravatar Bhumika Goyal 1-1/+1
2017-08-07hysdn: fix to a race condition in put_log_bufferGravatar Anton Volkov 1-15/+13
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar David S. Miller 2-3/+3
2017-08-02isdn/i4l: fix buffer overflowGravatar Annie Cherkaev 2-3/+3
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-22/+23
2017-07-19ISDN: eicon: switch to use native bitmapsGravatar Andy Shevchenko 2-205/+58
2017-07-15isdn: avm: c4: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: mISDN: hfcpci: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: mISDN: avmfritz: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: mISDN: w6692: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: mISDN: hfcmulti: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: mISDN: netjet: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: eicon: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: hisax: hfc4s8s_l1: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-15isdn: hisax: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-14isdn: divert: fix sprintf buffer overflow warningGravatar Arnd Bergmann 1-12/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-26/+0
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-21idsn: fix wrong skb_put() usedGravatar yuan linyu 1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]Gravatar yuan linyu 3-6/+6
2017-06-20net: introduce __skb_put_[zero, data, u8]Gravatar yuan linyu 2-3/+3
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 4-18/+19
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 6-24/+24
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 37-114/+122
2017-06-08mISDN: remove unnecessary variable assignmentsGravatar Gustavo A. R. Silva 1-8/+8
2017-06-04isdn: get rid of pointless access_ok()Gravatar Al Viro 3-26/+0