summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/com20020-pci.c
AgeCommit message (Expand)AuthorLines
2026-02-17net: arcnet: com20020-pci: fix support for 2.5Mbit cardsEthan Nelson-Moore-1/+15
2026-02-10net: arcnet: com20020-pci: use module_pci_driverEthan Nelson-Moore-14/+1
2025-04-04arcnet: Add NULL check in com20020pci_probe()Henry Martin-1/+16
2024-02-15net: fill in MODULE_DESCRIPTION()s for missing arcnetBreno Leitao-0/+1
2023-12-04arcnet: restoring support for multiple Sohard Arcnet cardsThomas Reichinger-43/+46
2022-03-03net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()Zheyu Ma-0/+3
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski-1/+1
2021-03-14net: arcnet: com20020 fix error handlingTong Zhang-15/+19
2021-01-29net: arcnet: Fix RESET flag handlingAhmed S. Darwish-1/+1
2017-07-18arcnet: com20020-pci: constify attribute_group structures.Arvind Yadav-1/+1
2017-07-07arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()'Christophe Jaillet-2/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2017-06-29arcnet: com20020-pci: add support for PCIFB2 cardMichael Grzeschik-0/+34
2017-06-29arcnet: com20020-pci: handle backplane mode depending on card typeMichael Grzeschik-0/+2
2017-06-29arcnet: com20020-pci: add attribute to readback backplane statusMichael Grzeschik-0/+22
2017-06-29arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik-0/+1
2017-06-29arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik-2/+3
2015-10-26arcnet: com20020-pci: add led trigger supportMichael Grzeschik-0/+73
2015-10-26arcnet: com20020-pci: add rotary index supportMichael Grzeschik-0/+33
2015-10-26arcnet: com20020-pci: set dev_port to the subdevice indexMichael Grzeschik-0/+1
2015-09-23arcnet: reformat structs to C99 formatMichael Grzeschik-6/+29
2015-09-23arcnet: com20020: Use arcnet_<I/O> routinesJoe Perches-3/+3
2015-09-23arcnet: Move files out of include/linuxJoe Perches-3/+3
2015-09-23arcnet: Wrap some long linesJoe Perches-1/+2
2015-09-23arcnet: Remove unnecessary OOM messagesJoe Perches-3/+1
2015-09-23arcnet: Convert printk to pr_<level>Joe Perches-4/+5
2015-09-23arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches-1/+1
2015-09-23arcnet: Expand odd BUGLVL macro with if and usesJoe Perches-1/+2
2015-09-23arcnet: Use include/linux path for asmJoe Perches-1/+1
2015-09-23arcnet: Add and remove blank linesJoe Perches-2/+0
2015-09-23arcnet: Use normal kernel spacing styleJoe Perches-1/+1
2015-02-15com20020-pci: add support for eae single cardMichael Grzeschik-3/+18
2015-02-05ARCNET: Add missing error check for devm_kzallocKiran Padwal-0/+3
2014-09-29ARCNET: enable eae arcnet card supportMichael Grzeschik-0/+16
2014-09-29ARCNET: add support for multi interfaces on com20020Michael Grzeschik-54/+95
2014-09-29ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik-35/+181
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2012-12-03ARCNET: remove __dev* attributesBill Pemberton-3/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2010-05-17ARCNET: Limit com20020 PCI ID matches for SOHARD cardsAndreas Bombe-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-1/+1
2009-01-21com20020: convert to net_devic_opsStephen Hemminger-0/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen-1/+1
2007-02-17bugfixes and new hardware support for arcnet driverJeff Morrow-0/+3
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2006-09-22[ARCNET]: SoHard PCI supportStphane Witzmann-0/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+189