summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/eicon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-44/+5
|\
| * isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-30/+4
* | isdn: eicon: fix a missing-check bugWenwen Wang2018-05-223-16/+29
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-10/+10
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-6/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0420-0/+20
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
* | ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-12/+58
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
|\
| * isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* | ISDN: eicon: switch to use native bitmapsAndy Shevchenko2017-07-192-205/+58
|/
* isdn: use setup_timerGeliang Tang2017-03-241-3/+2
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+2
|\
| * ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
* | ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann2017-01-261-8/+8
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* isdn: eicon: fix old-style declarationsArnd Bergmann2016-06-162-9/+9
* ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()Andy Shevchenko2016-05-081-14/+7
* isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2016-02-182-28/+6
* isdn: off by one in connect_res()Dan Carpenter2015-02-021-1/+1
* isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel2015-01-121-1/+1
* drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes2014-08-221-1/+1
* isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl2013-10-021-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | Merge branch 'master' into for-nextJiri Kosina2013-01-291-5/+4
|\ \ | |/
| * Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+4
* | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-032-5/+5
|/
* isdn/eicon: use standard __init,__exit function markuphartleys2012-04-2711-36/+33
* isdn: whitespace coding style cleanupJoe Perches2012-02-2177-24590/+24580
* eicon: fix -Warray-bounds warningDanny Kukawka2012-02-021-30/+30
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-3/+2
|\
| * isdn/diva: Drop __TIME__ usageMichal Marek2011-05-261-3/+2
* | isdn: eicon: Fix set-but-unused variables.David S. Miller2011-04-172-23/+3
* | Fix common misspellingsLucas De Marchi2011-03-315-6/+6
|/
* drivers:isdn:istream.c Fix typo pice to pieceJustin Mattock2011-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-232-2/+2
|\
| * eicon: make buffer largerDan Carpenter2010-10-062-2/+2
* | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
|/
* isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-151-35/+34
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-123-7/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic namesIan Munsie2010-03-151-16/+16
* i4l: silence compiler warnings for array access in Eicon DIVA ISDN driverIan Munsie2010-03-151-8/+7
* proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan2010-01-144-171/+160
OpenPOWER on IntegriCloud