summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet
Commit message (Expand)AuthorAgeFilesLines
...
* | arcnet: Add arcnet_<I/O> macrosJoe Perches2015-09-231-0/+25
* | arcnet: Make a char * array const char * constJoe Perches2015-09-231-5/+10
* | arcnet: Move files out of include/linuxJoe Perches2015-09-2314-21/+519
* | arcnet: Wrap some long linesJoe Perches2015-09-2310-46/+75
* | arcnet: Remove pointer comparisons to NULLJoe Perches2015-09-234-6/+6
* | arcnet: Remove assignments from ifsJoe Perches2015-09-233-3/+7
* | arcnet: Remove unnecessary OOM messagesJoe Perches2015-09-235-10/+2Star
* | arcnet: Move EXPORT_SYMBOL after declarationsJoe Perches2015-09-231-15/+18
* | arcnet: Convert printk to pr_<level>Joe Perches2015-09-2312-64/+65
* | arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches2015-09-2311-312/+338
* | arcnet: Expand odd BUGLVL macro with if and usesJoe Perches2015-09-2311-50/+84
* | arcnet: Use network block comment styleJoe Perches2015-09-2311-132/+95Star
* | arcnet: Use include/linux path for asmJoe Perches2015-09-237-7/+7
* | arcnet: Coalesce string fragmentsJoe Perches2015-09-236-36/+22Star
* | arcnet: Use normal kernel brace styleJoe Perches2015-09-238-71/+52Star
* | arcnet: Add and remove blank linesJoe Perches2015-09-2312-81/+13Star
* | arcnet: Use normal kernel spacing styleJoe Perches2015-09-2312-349/+349
|/
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-4/+0Star
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-55/+0Star
* com20020-pci: add support for eae single cardMichael Grzeschik2015-02-151-3/+18
* ARCNET: Add missing error check for devm_kzallocKiran Padwal2015-02-061-0/+3
* ARCNET: enable eae arcnet card supportMichael Grzeschik2014-09-291-0/+16
* ARCNET: add support for multi interfaces on com20020Michael Grzeschik2014-09-292-58/+95
* ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik2014-09-291-35/+181
* ARCNET: add com20020_set_hwddr to change addressMichael Grzeschik2014-09-291-0/+14
* ARCNET: return IRQ_NONE if the interface isn't runningMichael Grzeschik2014-09-291-1/+1
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi2014-08-111-8/+8
|/
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* arcnet: cleanup sizeof parameterDan Carpenter2013-07-201-1/+1
* drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1Star
* ARCNET: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* arcnet: rimi: Fix device name in debug outputJiri Kosina2012-04-181-4/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings2011-11-261-1/+1
* drivers/net: Kconfig & Makefile cleanupJeff Kirsher2011-08-271-1/+1
* com20020_cs: Move the PCMCIA Arcnet driverJeff Kirsher2011-08-273-1/+361
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-076-0/+6
* arcnet: fix signed bug in probe functionDan Carpenter2010-07-192-3/+3
* drivers/net/arcnet/capmode.c: clean up codeDaniel Mack2010-05-311-99/+78Star
* ARCNET: Limit com20020 PCI ID matches for SOHARD cardsAndreas Bombe2010-05-181-2/+2
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3010-5/+5
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-032-10/+10
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-194-4/+4
* trivial: remove unnecessary semicolonsJoe Perches2009-09-212-2/+0Star