aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Gravatar Paul Mackerras 1-1/+1
2012-02-27gigaset: Use semicolons to terminate statementsGravatar Joe Perches 1-4/+4
2012-02-21isdn: whitespace coding style cleanupGravatar Joe Perches 314-50430/+50334
2012-02-13mISDN: Fix typo in dsp_core.cGravatar Masanari Iida 1-1/+1
2012-02-13isdn: Fix typo in isdn_ppp.cGravatar Masanari Iida 1-2/+2
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revGravatar Danny Kukawka 1-2/+1
2012-02-13isdn: Fix typo in callc.c and tei.cGravatar Masanari Iida 2-2/+2
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-02-09isdn: type bug in isdn_net_header()Gravatar Dan Carpenter 1-1/+1
2012-02-02eicon: fix -Warray-bounds warningGravatar Danny Kukawka 1-30/+30
2012-02-01mISDN: use memchr_invGravatar Akinobu Mita 1-13/+3
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 3-3/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 3-3/+3
2012-01-10drivers: isdn: Fix dependency for ISDN_PPPGravatar Fabio Estevam 1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-27/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 1-27/+1
2012-01-02misc latin1 to utf8 conversionsGravatar Al Viro 1-1/+1
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-0/+9
2011-11-29isdn: avoid copying too long drvidGravatar Dan Carpenter 1-0/+3
2011-11-29isdn: make sure strings are null terminatedGravatar Dan Carpenter 1-0/+6
2011-11-27isdn/gigaset: report ISDN4Linux interface only onceGravatar Tilman Schmidt 1-2/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-27/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-0/+13
2011-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+3
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxGravatar Linus Torvalds 1-1/+1
2011-11-02um: switch to use of drivers/KconfigGravatar Al Viro 1-1/+1
2011-11-01isdn: hisax: Fix typo 'HISAX_DE_AOC'Gravatar Paul Bolle 1-3/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 5-8/+8
2011-10-31drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Gravatar Paul Gortmaker 10-0/+10
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Gravatar Paul Gortmaker 3-0/+3
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 2-1/+4
2011-09-15isdn: Convert vmalloc/memset to vzallocGravatar Joe Perches 3-8/+5
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversGravatar Jiri Slaby 1-1/+1
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+3
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 1-0/+3
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsGravatar Phil Carmody 1-1/+1
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-2/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-1/+4
2011-06-17gigaset: call module_put before restart of if_open()Gravatar Pavel Shved 1-1/+3
2011-06-11ISDN, hfcsusb: Don't leak in hfcsusb_ph_info()Gravatar Jesper Juhl 1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 10-0/+10
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Gravatar Linus Torvalds 1-5/+3
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-3/+2
2011-05-26isdn/diva: Drop __TIME__ usageGravatar Michal Marek 1-3/+2
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+6
2011-05-25isdn: netjet - blacklist Digium TDM400PGravatar Prarit Bhargava 1-0/+6