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