summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/arcnet.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: arcnet: Convert timers to use timer_setup()Kees Cook2017-10-271-3/+4
* drivers: net: arcnet: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-3/+4
|\
| * arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
* | arcnet: add err_skb package for package status feedbackMichael Grzeschik2017-06-291-10/+64
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* arcnet: add netif_carrier_on/off for reconnectMichael Grzeschik2015-10-261-0/+25
* arcnet: com20020-pci: add led trigger supportMichael Grzeschik2015-10-261-0/+72
* arcnet: move dev_free_skb to its only userMichael Grzeschik2015-10-261-8/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-271-1/+1
|\
| * ARCNET: fix hard_header_len limitMichael Grzeschik2015-09-181-1/+1
* | arcnet: Add com9026.h to standardize COM9026_REG_<foo>Joe Perches2015-09-231-0/+1
* | arcnet: Remove function pointer macro indirectionsJoe Perches2015-09-231-32/+32
* | arcnet: Move files out of include/linuxJoe Perches2015-09-231-1/+2
* | arcnet: Wrap some long linesJoe Perches2015-09-231-3/+7
* | arcnet: Move EXPORT_SYMBOL after declarationsJoe Perches2015-09-231-15/+18
* | arcnet: Convert printk to pr_<level>Joe Perches2015-09-231-17/+8Star
* | arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches2015-09-231-102/+110
* | arcnet: Expand odd BUGLVL macro with if and usesJoe Perches2015-09-231-13/+16
* | arcnet: Use network block comment styleJoe Perches2015-09-231-45/+31Star
* | arcnet: Coalesce string fragmentsJoe Perches2015-09-231-14/+9Star
* | arcnet: Use normal kernel brace styleJoe Perches2015-09-231-23/+15Star
* | arcnet: Add and remove blank linesJoe Perches2015-09-231-20/+3Star
* | arcnet: Use normal kernel spacing styleJoe Perches2015-09-231-85/+85
|/
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-55/+0Star
* ARCNET: return IRQ_NONE if the interface isn't runningMichael Grzeschik2014-09-291-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* arcnet: cleanup sizeof parameterDan Carpenter2013-07-201-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-7/+7
* 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
* arcnet: convert to net_device_opsStephen Hemminger2009-01-211-17/+16Star
* arcnet: convert to internal statsStephen Hemminger2009-01-211-26/+12Star
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-131-16/+16
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-9/+9
* drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur2008-03-291-2/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-7/+11
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-6/+11
* bugfixes and new hardware support for arcnet driverJeff Morrow2007-02-171-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-021-2/+1Star
* [PATCH] drivers/net/arcnet/: possible cleanupsAdrian Bunk2006-01-171-7/+10
* [PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi2006-01-171-1/+2
* [ARCNET]: Fix return value from arcnet_send_packet().Pieter Dejaeghere2005-09-071-8/+17
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1102