summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hysdn
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* isdn: fix misspelling of current function in stringJulia Lawall2014-12-091-1/+1
* isdn: divert, hysdn: fix interruptible_sleep_on raceArnd Bergmann2014-02-261-3/+4
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-093-7/+7
* hysdn: stash pointer to card into proc_dir_entry->dataAl Viro2013-04-092-85/+18
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe2012-04-151-9/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-2112-488/+488
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | kstrtox: convert drivers/isdn/Alexey Dobriyan2011-03-301-7/+4
|/
* isdn: hysdn: Kill (partially buggy) CVS regision log reporting.David S. Miller2011-02-094-32/+2
* drivers: isdn: remove custom strtoul()Andy Shevchenko2010-07-151-28/+6
* drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-121-1/+1
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-122-17/+19
* ISDN: hysdn, fix potential NULL dereferenceJiri Slaby2010-06-261-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* isdn: misplaced parenthesis in pof_handle_data()Roel Kluin2010-03-151-1/+1
* proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan2010-01-141-28/+28
* Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-091-4/+0
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
* isdn: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt2009-06-081-2/+2
* hysdn: convert to net_device_ops and other updatesStephen Hemminger2009-01-071-46/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-3/+3
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-2/+2
| |\
| * | hysdn: Kill directly reference of netdev->privWang Chen2008-12-031-3/+3
* | | Merge branch 'next' into for-linusJames Morris2008-12-251-2/+4
|\ \ \ | |_|/ |/| |
| * | CRED: Use creds in file structsDavid Howells2008-11-141-2/+4
| |/
* / hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-031-2/+2
|/
* hysdn: remove the packed attribute from PofTimStamp_tagDavid Howells2008-07-301-1/+1
* isdn: use simple_read_from_buffer()Akinobu Mita2008-06-101-21/+8
* isdn: fix integer as NULL pointer warningHarvey Harrison2008-05-231-3/+3
* hysdn: No longer broken on SMP.Andrew Morton2008-05-141-1/+1
* hysdn: Remove cli()/sti() calls.Mark Asselstine2008-05-141-9/+5
* isdn: hysdn_procconf.c build fixIngo Molnar2008-05-011-1/+2
* isdn: use non-racy method for proc entries creationDenis V. Lunev2008-04-292-9/+8
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-031-1/+1
* [ISDN] hysdn: convert to PCI hotplug APIJeff Garzik2007-10-121-144/+130
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* ISDN: Spinlock initializer cleanupThomas Gleixner2007-05-081-1/+1
* fix spinlock usage in hysdn_log_close()Matthias Kaehlcke2007-05-081-4/+0
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-252-3/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0