summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hysdn
AgeCommit message (Expand)AuthorLines
2019-05-31isdn: move capi drivers to stagingArnd Bergmann-3755/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-08-07hysdn: fix to a race condition in put_log_bufferAnton Volkov-15/+13
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-17/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2014-12-09isdn: fix misspelling of current function in stringJulia Lawall-1/+1
2014-02-26isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann-3/+4
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-7/+7
2013-04-09hysdn: stash pointer to card into proc_dir_entry->dataAl Viro-85/+18
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman-4/+4
2012-04-15isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe-9/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches-488/+488
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-30kstrtox: convert drivers/isdn/Alexey Dobriyan-7/+4
2011-02-09isdn: hysdn: Kill (partially buggy) CVS regision log reporting.David S. Miller-32/+2
2010-07-15drivers: isdn: remove custom strtoul()Andy Shevchenko-28/+6
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches-1/+1
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann-17/+19
2010-06-26ISDN: hysdn, fix potential NULL dereferenceJiri Slaby-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-15isdn: misplaced parenthesis in pof_handle_data()Roel Kluin-1/+1
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan-28/+28
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth-4/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+2
2009-09-01isdn: convert to netdev_tx_tStephen Hemminger-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy-1/+1
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt-2/+2
2009-01-07hysdn: convert to net_device_ops and other updatesStephen Hemminger-46/+31
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-3/+3
2008-12-25Merge branch 'next' into for-linusJames Morris-2/+4
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+2
2008-12-03hysdn: fix writing outside the field on 64 bitsPascal Terjan-2/+2
2008-12-03hysdn: Kill directly reference of netdev->privWang Chen-3/+3
2008-11-14CRED: Use creds in file structsDavid Howells-2/+4
2008-07-30hysdn: remove the packed attribute from PofTimStamp_tagDavid Howells-1/+1
2008-06-10isdn: use simple_read_from_buffer()Akinobu Mita-21/+8
2008-05-23isdn: fix integer as NULL pointer warningHarvey Harrison-3/+3
2008-05-14hysdn: No longer broken on SMP.Andrew Morton-1/+1
2008-05-14hysdn: Remove cli()/sti() calls.Mark Asselstine-9/+5
2008-05-01isdn: hysdn_procconf.c build fixIngo Molnar-1/+2
2008-04-29isdn: use non-racy method for proc entries creationDenis V. Lunev-9/+8