aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/arcnet
AgeCommit message (Expand)Author
2014-09-29ARCNET: enable eae arcnet card supportMichael Grzeschik
2014-09-29ARCNET: add support for multi interfaces on com20020Michael Grzeschik
2014-09-29ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik
2014-09-29ARCNET: add com20020_set_hwddr to change addressMichael Grzeschik
2014-09-29ARCNET: return IRQ_NONE if the interface isn't runningMichael Grzeschik
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-11com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-19arcnet: cleanup sizeof parameterDan Carpenter
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten
2012-12-03ARCNET: remove __dev* attributesBill Pemberton
2012-04-17arcnet: rimi: Fix device name in debug outputJiri Kosina
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-26net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings
2011-08-27drivers/net: Kconfig & Makefile cleanupJeff Kirsher
2011-08-27com20020_cs: Move the PCMCIA Arcnet driverJeff Kirsher
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2010-07-18arcnet: fix signed bug in probe functionDan Carpenter
2010-05-31drivers/net/arcnet/capmode.c: clean up codeDaniel Mack
2010-05-17ARCNET: Limit com20020 PCI ID matches for SOHARD cardsAndreas Bombe
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-02-17drivers/net/arcnet: fix sparse warning: symbol shadows an earlier oneHannes Eder
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-25com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller
2009-01-21com20020: convert to net_devic_opsStephen Hemminger
2009-01-21arcnet: convert to net_device_opsStephen Hemminger
2009-01-21arcnet: convert to internal statsStephen Hemminger
2008-12-25drivers/net/arcnet: fix sparse warnings: make symbols staticHannes Eder
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-03-28drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur
2008-03-17/drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul...Jon Schindler
2008-03-05drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_...Jon Schindler
2007-11-12[NET]: Remove references to net-modules.txt.Adrian Bunk
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10arcnet endianness annotationsAl Viro
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-05-24[ARCNET]: Use menuconfig objects.Jan Engelhardt
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo