aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-70/+61
2014-10-05isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt1-7/+5
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt1-2/+0
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt1-1/+2
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt1-3/+0
2014-09-23isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2014-09-05mISDN: 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-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+12
2014-07-31ISDN: pcbit: off by one bugs in pcbit_set_msn()Dan Carpenter1-2/+2
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-07-30Merge 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-24isdn: 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-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-4/+16
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+10
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14net: ppp: don't call sk_chk_filter twiceChristoph Schulz1-7/+1
2014-07-08isdn: hisax: l3ni1.c: Fix for possible null pointer dereferenceRickard Strandqvist1-5/+9
2014-06-16isdn: hisax: Drop duplicate Kconfig entryJean Delvare1-5/+0
2014-06-16isdn: hisax: Merge Kconfig ifsJean Delvare1-5/+1
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle2-3/+3
2014-06-04isdn/capi: Make verbose reporting depend on capidrvPaul Bolle2-9/+9
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle2-200/+195
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-05-22mISDN: Use mod_timer()Manuel Schölling1-8/+4
2014-05-22mISDN: Use time_before()Manuel Schölling1-2/+2
2014-05-07isdn: hisax: remove some dead codeDan Carpenter1-107/+4
2014-04-22hisax/icc: add missing semicolon after labelJulia Lawall1-1/+1
2014-04-16isdn: icn: buffer overflow in icn_command()Dan Carpenter1-6/+5
2014-04-08isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-03isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki / 吉藤英明1-0/+6
2014-03-31net: isdn: use sk_unattached_filter apiDaniel Borkmann1-20/+41
2014-03-27isdn: replace del_timer by del_timer_syncJulia Lawall3-4/+4