summaryrefslogtreecommitdiff
path: root/drivers/staging/cxt1e1/linux.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-27staging: ctx1e1: remove checks for three macrosPaul Bolle1-17/+0
2014-04-19staging: cxt1e1: replace OS_kmalloc/OS_kfree with kzalloc/kfreeDaeseok Youn1-11/+10
2014-03-19staging: cxt1e1: remove unneeded mkret() callsDaeseok Youn1-45/+27
2014-03-18staging: cxt1e1: Fix Sparse Warning for Static Declarations in linux.cHimangi Saraogi1-4/+4
2014-03-18staging: cxt1e1: Fix do not use // c99 commentsGulsah Kose1-6/+0
2014-03-18staging: cxt1e1: remove redundant memset() callDaeseok Youn1-5/+3
2014-03-17Merge 3.14-rc7 into staging-nextGreg Kroah-Hartman1-0/+2
2014-03-09staging: cxt1e1: fix checkpatch errors with open brace '{'Daeseok Youn1-46/+21
2014-03-09staging: cxt1e1: fix checkpatch error 'assignment in if condition'Daeseok Youn1-12/+19
2014-03-06staging: cxt1e1: removed version string declarationShaun Laing1-3/+0
2014-03-05staging: cxt1e1: Fix line length over 80 characters in linux.cDaeseok Youn1-17/+31
2014-03-05staging: cxt1e1: Fix no spaces at the start of a line in linux.cDaeseok Youn1-735/+743
2014-03-05staging: cxt1e1: remove space between function name and parenthesisDaeseok Youn1-262/+262
2014-03-05staging/cxt1e1/linux.c: Correct arbitrary memory write in c4_ioctl()Salva Peiró1-0/+2
2014-01-15Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find ...Ying Xue1-8/+7
2013-10-01staging: cxt1e1: linux.c: Return negative error codesSachin Kamat1-1/+1
2013-10-01staging: cxt1e1: linux.c: Use NULL instead of 0Sachin Kamat1-13/+13
2013-08-13staging: cxt1e1: Remove #define SBE_INCLUDE_SYMBOLSShaun Laing1-29/+23
2013-05-23Staging/cxt1e1:Fixing foo * bar should be foo *barDulshani Gunawardhana1-32/+32
2013-01-25staging: cxt1e1: buffer overflow in do_del_chan()Dan Carpenter1-1/+3
2012-09-05staging: cxt1e1: solve coding style problemDevendra Naga1-5/+5
2012-09-05staging: cxt1e1: use kernel's way of returning error codesDevendra Naga1-1/+1
2011-11-01staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-09-16staging: irq: Remove IRQF_DISABLEDYong Zhang1-6/+0
2011-01-21staging: Fix some incorrect use of positive error codes.Ralph Loader1-1/+1
2010-12-10Staging: cxt1e1: rename global log_level variableGreg Kroah-Hartman1-9/+9
2010-10-19Staging: cxt1e1: multiple definition of max_mtu fixBob Beers1-10/+10
2010-06-19Staging: cxt1e1: remove code guarded by GENERIC_HDLC_VERSIONJiri Kosina1-40/+0
2010-06-19Staging: cxt1e1: remove all code dependent on LINUX_VERSION_CODEJiri Kosina1-123/+0
2010-05-11Staging: staging/cxt1e1: Convert bare printks to pr_<level>Joe Perches1-13/+15
2010-05-11Staging: cxt1e1: fix cxt1e1 module namesJoe Perches1-19/+19
2010-05-11Staging: cxt1e1: use netdev_priv to fix buildRandy Dunlap1-1/+1
2010-05-11staging: Add driver to support wanPMC-CxT1E1 card.Bob Beers1-0/+1354