summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-16/+10Star
* drivers/net/arcnet: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-1/+0Star
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-012-3/+3
* com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller2009-01-261-0/+1
* com20020: convert to net_devic_opsStephen Hemminger2009-01-213-2/+13
* arcnet: convert to net_device_opsStephen Hemminger2009-01-211-17/+16Star
* arcnet: convert to internal statsStephen Hemminger2009-01-215-59/+42Star
* drivers/net/arcnet: fix sparse warnings: make symbols staticHannes Eder2008-12-262-2/+2
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-1311-54/+54
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-044-5/+0Star
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-252-17/+17
* drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur2008-03-291-2/+3
* /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul...Jon Schindler2008-03-171-3/+4
* drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_...Jon Schindler2008-03-061-2/+4
* [NET]: Remove references to net-modules.txt.Adrian Bunk2007-11-131-10/+5Star
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-7/+11
* arcnet endianness annotationsAl Viro2007-10-112-5/+5
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star