summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet/arcnet.c
AgeCommit message (Expand)AuthorLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-09-24arcnet: provide a buffer big enough to actually receive packetsUwe Kleine-König-14/+17
2017-10-27drivers/net: arcnet: Convert timers to use timer_setup()Kees Cook-3/+4
2017-09-21drivers: net: arcnet: use setup_timer() helper.Allen Pais-3/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2017-06-29arcnet: add err_skb package for package status feedbackMichael Grzeschik-10/+64
2017-06-29arcnet: change irq handler to lock irqsaveMichael Grzeschik-3/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2015-10-26arcnet: add netif_carrier_on/off for reconnectMichael Grzeschik-0/+25
2015-10-26arcnet: com20020-pci: add led trigger supportMichael Grzeschik-0/+72
2015-10-26arcnet: move dev_free_skb to its only userMichael Grzeschik-8/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-09-23arcnet: Add com9026.h to standardize COM9026_REG_<foo>Joe Perches-0/+1
2015-09-23arcnet: Remove function pointer macro indirectionsJoe Perches-32/+32
2015-09-23arcnet: Move files out of include/linuxJoe Perches-1/+2
2015-09-23arcnet: Wrap some long linesJoe Perches-3/+7
2015-09-23arcnet: Move EXPORT_SYMBOL after declarationsJoe Perches-15/+18
2015-09-23arcnet: Convert printk to pr_<level>Joe Perches-17/+8
2015-09-23arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches-102/+110
2015-09-23arcnet: Expand odd BUGLVL macro with if and usesJoe Perches-13/+16
2015-09-23arcnet: Use network block comment styleJoe Perches-45/+31
2015-09-23arcnet: Coalesce string fragmentsJoe Perches-14/+9
2015-09-23arcnet: Use normal kernel brace styleJoe Perches-23/+15
2015-09-23arcnet: Add and remove blank linesJoe Perches-20/+3
2015-09-23arcnet: Use normal kernel spacing styleJoe Perches-85/+85
2015-09-17ARCNET: fix hard_header_len limitMichael Grzeschik-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman-55/+0
2014-09-29ARCNET: return IRQ_NONE if the interface isn't runningMichael Grzeschik-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2013-07-19arcnet: cleanup sizeof parameterDan Carpenter-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet-1/+0
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches-7/+7
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger-1/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches-16/+10
2009-02-17drivers/net/arcnet: fix sparse warning: symbol shadows an earlier oneHannes Eder-1/+0
2009-01-21arcnet: convert to net_device_opsStephen Hemminger-17/+16
2009-01-21arcnet: convert to internal statsStephen Hemminger-26/+12
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen-16/+16
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison-9/+9
2008-03-28drivers/net/arcnet/arcnet.c: use time_* macrosS.Caglar Onur-2/+3
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-7/+11
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo-6/+11
2007-02-17bugfixes and new hardware support for arcnet driverJeff Morrow-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn-2/+1
2006-01-17[PATCH] drivers/net/arcnet/: possible cleanupsAdrian Bunk-7/+10
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi-1/+2
2005-09-06[ARCNET]: Fix return value from arcnet_send_packet().Pieter Dejaeghere-8/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+1102