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