aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/com20020.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-29arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik1-2/+0
2015-10-26arcnet: com20020: add enable and disable device on open/closeMichael Grzeschik1-10/+29
2015-09-23arcnet: com20020: replace magic numbers with readable macrosMichael Grzeschik1-8/+9
2015-09-23arcnet: com20020: Use arcnet_<I/O> routinesJoe Perches1-46/+57
2015-09-23arcnet: Make a char * array const char * constJoe Perches1-5/+10
2015-09-23arcnet: Move files out of include/linuxJoe Perches1-3/+3
2015-09-23arcnet: Wrap some long linesJoe Perches1-6/+8
2015-09-23arcnet: Remove assignments from ifsJoe Perches1-1/+2
2015-09-23arcnet: Convert printk to pr_<level>Joe Perches1-3/+4
2015-09-23arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches1-31/+33
2015-09-23arcnet: Expand odd BUGLVL macro with if and usesJoe Perches1-1/+2
2015-09-23arcnet: Use network block comment styleJoe Perches1-2/+1
2015-09-23arcnet: Use include/linux path for asmJoe Perches1-1/+1
2015-09-23arcnet: Use normal kernel brace styleJoe Perches1-8/+7
2015-09-23arcnet: Add and remove blank linesJoe Perches1-6/+2
2015-09-23arcnet: Use normal kernel spacing styleJoe Perches1-19/+19
2014-09-29ARCNET: add com20020_set_hwddr to change addressMichael Grzeschik1-0/+14
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-01-25com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller1-0/+1
2009-01-21com20020: convert to net_devic_opsStephen Hemminger1-2/+8
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-5/+5
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-8/+8
2008-03-17/drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with module_init&module_exitJon Schindler1-3/+4
2007-02-17bugfixes and new hardware support for arcnet driverJeff Morrow1-1/+1
2007-02-12[PATCH] com20020 build fixRandy Dunlap1-1/+2
2006-11-10[PATCH] com20020 build fixRandy Dunlap1-2/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+357