summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2019-06-22mISDN: make sure device name is NUL terminatedDan Carpenter1-2/+3
2019-05-16mISDN: Check address length before reading address familyTetsuo Handa1-2/+2
2019-04-03mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-02-27isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2019-02-27isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2019-02-23mISDN: fix a race in dev_expire_timer()Eric Dumazet1-1/+1
2019-02-12isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai1-0/+2
2019-01-09isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2018-08-22isdn: Disable IIOCDBGVARKees Cook1-7/+1
2018-06-11isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman38-0/+38
2017-09-21isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-09-08isdn: isdnloop: fix logic error in isdnloop_sendbufArnd Bergmann1-1/+1
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-9/+36
2017-08-12mISDN: Fix null pointer dereference at mISDN_FsmNewAnton Vasilyev5-9/+36
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+13
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-15/+13
2017-08-09isdn: hfcsusb: constify usb_device_idArvind Yadav1-1/+1
2017-08-09isdn: hisax: hfc_usb: constify usb_device_idArvind Yadav1-1/+1
2017-08-08isdn: kcapi: make capi_version constBhumika Goyal1-1/+1
2017-08-07hysdn: fix to a race condition in put_log_bufferAnton Volkov1-15/+13
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2-3/+3
2017-08-03isdn/i4l: fix buffer overflowAnnie Cherkaev2-3/+3
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-22/+23
2017-07-20ISDN: eicon: switch to use native bitmapsAndy Shevchenko2-205/+58
2017-07-16isdn: avm: c4: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: eicon: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16isdn: hisax: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-14isdn: divert: fix sprintf buffer overflow warningArnd Bergmann1-12/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+0
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-21idsn: fix wrong skb_put() usedyuan linyu1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu3-6/+6
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu2-3/+3
2017-06-16networking: add and use skb_put_u8()Johannes Berg4-18/+19
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg6-24/+24
2017-06-16networking: introduce and use skb_put_data()Johannes Berg37-114/+122
2017-06-08mISDN: remove unnecessary variable assignmentsGustavo A. R. Silva1-8/+8
2017-06-04isdn: get rid of pointless access_ok()Al Viro3-26/+0
2017-06-01mISDN: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-05-31isdn: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1