summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2019-04-03mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-03-23isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2019-03-23isdn: 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-20isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai1-0/+2
2019-01-13isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2018-08-28isdn: Disable IIOCDBGVARKees Cook1-7/+1
2018-06-13isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-04-13mISDN: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-12-25isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-10-21isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-08-11isdn/i4l: fix buffer overflowAnnie Cherkaev2-3/+3
2017-08-11isdn: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-05-08mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2-6/+12
2017-04-22isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2016-02-15ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-6/+4
2016-02-15isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings1-0/+6
2015-09-29isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
2014-10-14isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt1-1/+3
2014-10-14isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt1-2/+7
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2-27/+145
2014-10-14isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt1-0/+7
2014-10-14isdn/capi: refactor command/subcommand table accessesTilman Schmidt1-5/+18
2014-10-14isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt1-0/+2
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt1-41/+70
2014-10-14isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt1-0/+5
2014-10-14isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt1-0/+2
2014-10-14isdn/gigaset: make sure controller name is null terminatedTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: missing break in do_facility_reqTilman Schmidt1-0/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-70/+61
2014-10-06isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt1-7/+5
2014-10-06isdn/gigaset: drop unused cardstate structure memberTilman Schmidt1-2/+0
2014-10-06isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt1-1/+2
2014-10-06isdn/capi: drop two dead if branchesTilman Schmidt1-3/+0
2014-09-24isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2014-09-06mISDN: remove DSP_NEVER_DEFINED and adjust code identationColin Ian King1-56/+53
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-22isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-08-22isdn/gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+12
2014-08-01ISDN: pcbit: off by one bugs in pcbit_set_msn()Dan Carpenter1-2/+2
2014-07-31CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-07-29isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov1-0/+1
2014-07-25isdn: use constants instead of magicnumbersHimangi Saraogi1-2/+2
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2014-07-17net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-4/+16
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+10