aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2015-03-15isdn: icn: use strlcpy() when parsing setup optionsDan Carpenter1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-02-22mISDN: replace current->state by set_current_state()Fabian Frederick1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Remove parenthesis around return values,...Bas Peters1-14/+14
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingS...Bas Peters1-12/+6
2015-02-05drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if con...Bas Peters1-8/+10
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-02isdn: off by one in connect_res()Dan Carpenter1-1/+1
2015-01-18Drivers: Isdn: sc: Fixed coding style & spelling mistakes.Akash Shende1-9/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-13mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2-6/+12
2015-01-12isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel1-1/+1
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2015-01-02isdn: hisax: hfc4s8s_l1: Remove some unused functionsRickard Strandqvist1-21/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt1-16/+15
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt1-28/+24
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt1-3/+0
2014-12-09isdn: fix misspelling of current function in stringJulia Lawall8-10/+9
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
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
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2014-03-18isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle1-9/+9
2014-02-26isdn: fix multiple sleep_on racesArnd Bergmann1-5/+8
2014-02-26isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann2-6/+8
2014-02-26isdn: hisax/elsa: fix sleep_on race in elsa FSMArnd Bergmann2-4/+8
2014-02-26isdn: pcbit: fix interruptible_sleep_on raceArnd Bergmann1-3/+3
2014-02-06isdn/hisax: hex vs decimal typo in prfeatureind()Dan Carpenter1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-6/+5
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+0
2014-01-06isdn: Drop big endian cpp checks from telespci and hfc_pci driversGuenter Roeck2-8/+0
2013-12-26isdn: slight optimization of addr comparedingtianhong1-2/+2
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-19Merge branch 'master' into for-nextJiri Kosina26-98/+72
2013-12-18isdn: use strlcpy() instead strcpy()Dan Carpenter1-1/+1
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-9/+4
2013-11-14isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2013-11-07isdn: icn: NULL dereference printing error messageDan Carpenter1-2/+1
2013-10-17isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-10-02isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl1-1/+1
2013-09-15isdn: hfcpci_softirq: get func return to suppress compiler warningAntonio Alecrim Jr1-2/+2
2013-09-13isdn: clean up debug format string usageKees Cook19-79/+57
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-28/+36
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter1-1/+3
2013-07-26ISDN: convert class code to use dev_groupsGreg Kroah-Hartman1-28/+36
2013-07-19mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu1-6/+6
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-05-28isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-20isdn/kcapi: fix a small underflowDan Carpenter1-3/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-131/+70
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-12/+10
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro1-2/+12
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-14/+2
2013-04-25isdn/sc: Fix incorrect module_param_array typesGeert Uytterhoeven1-2/+2
2013-04-25isdn: mISDN: set ->family in ->getname()Dan Carpenter1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro8-17/+17
2013-04-09hysdn: stash pointer to card into proc_dir_entry->dataAl Viro2-85/+18
2013-04-02ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments.Chen Gang1-5/+3
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-3/+7
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+3
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-3/+0
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby2-11/+2
2013-03-18drivers/isdn: delete 'break' after 'return'Chen Gang1-1/+0
2013-03-17isdn: hisax: netjet requires VIRT_TO_BUSArnd Bergmann1-2/+4
2013-03-15drivers/isdn: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten5-65/+5
2013-03-12driver: isdn: hisax: remove cast for kmalloc/kzalloc return valueZhang Yanfei2-2/+2
2013-03-12driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-03-08drivers/isdn: checkng length to be sure not memory overflowChen Gang1-1/+3
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+10
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+10
2013-02-26isdn: hisax: add missing usb_free_urbMarina Makienko1-2/+10
2013-02-22new helper: file_inode(file)Al Viro4-10/+10
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-6/+6
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-51/+42
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+9
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-365/+330
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker1-1/+0
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina62-338/+256
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-1/+6
2013-01-21drivers/isdn/hisax: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+7
2013-01-21isdn/gigaset: beautify ev-layer.cTilman Schmidt2-64/+64
2013-01-21isdn/gigaset: beautify common.cTilman Schmidt1-22/+9
2013-01-21isdn/gigaset: beautify interface.cTilman Schmidt1-31/+15
2013-01-21isdn/gigaset: leave DLE mode before hanging upTilman Schmidt1-0/+5
2013-01-21isdn/divert: fix readability damageTilman Schmidt3-247/+237
2013-01-21isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt1-0/+2
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach4-0/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby2-32/+17
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby4-8/+7
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby2-10/+10
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby2-6/+9
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman51-296/+217
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers3-6/+6
2012-12-14mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov1-2/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-20/+17
2012-11-30mISDN: improve bitops usageAkinobu Mita1-10/+10
2012-11-21TTY: isdn/gigaset destroy tty_port properlyJiri Slaby1-6/+5
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida3-3/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby2-4/+10
2012-11-15ISDN: capi, use kref from tty_portJiri Slaby1-19/+17
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+18
2012-11-09isdn: Fix typo in drivers/isdnMasanari Iida6-6/+6
2012-11-07isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones3-6/+2
2012-10-28Merge branch 'master' into for-nextJiri Kosina8-32/+53
2012-10-26isdn: Fix typo in isdn driversMasanari Iida4-4/+4
2012-10-26isdn: remove dead codeAlan Cox1-4/+1
2012-10-26bas_gigaset: fix pre_reset handlingTilman Schmidt1-3/+16
2012-10-10isdn: fix a wrapping bug in isdn_ppp_ioctl()Dan Carpenter1-1/+1
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-5/+5
2012-10-03hisax: disable build for big-endian xtensaMax Filippov1-5/+5
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman7-10/+16
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-10/+16
2012-09-13drivers/isdn/gigaset/common.c: Remove useless kfreePeter Senna Tschudin1-1/+0
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil6-10/+14
2012-09-03mISDN: fix possible memory leak in hfcmulti_init()Wei Yongjun1-0/+2
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2-13/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
2012-08-13TTY: i4l, add tty installJiri Slaby1-8/+15
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby2-2/+4
2012-08-06mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil1-1/+1
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman6-15/+39