| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-04-08 | archnet: Convert from tasklet to BH workqueue | Allen Pais | 1 | -5/+6 |
| 2024-01-29 | net: fill in MODULE_DESCRIPTION()s for arcnet | Breno Leitao | 1 | -0/+1 |
| 2023-08-25 | net: arcnet: Do not call kfree_skb() under local_irq_disable() | Jinjie Ruan | 1 | -1/+1 |
| 2023-05-25 | leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value | Hans de Goede | 1 | -6/+2 |
| 2021-02-02 | arcnet: use new tasklet API | Emil Renner Berthing | 1 | -4/+3 |
| 2021-01-29 | net: arcnet: Fix RESET flag handling | Ahmed S. Darwish | 1 | -4/+62 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
| 2019-09-24 | arcnet: provide a buffer big enough to actually receive packets | Uwe Kleine-König | 1 | -14/+17 |
| 2017-10-27 | drivers/net: arcnet: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+4 |
| 2017-09-21 | drivers: net: arcnet: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
| 2017-06-29 | arcnet: add err_skb package for package status feedback | Michael Grzeschik | 1 | -10/+64 |
| 2017-06-29 | arcnet: change irq handler to lock irqsave | Michael Grzeschik | 1 | -3/+4 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
| 2015-10-26 | arcnet: add netif_carrier_on/off for reconnect | Michael Grzeschik | 1 | -0/+25 |
| 2015-10-26 | arcnet: com20020-pci: add led trigger support | Michael Grzeschik | 1 | -0/+72 |
| 2015-10-26 | arcnet: move dev_free_skb to its only user | Michael Grzeschik | 1 | -8/+2 |
| 2015-09-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2015-09-23 | arcnet: Add com9026.h to standardize COM9026_REG_<foo> | Joe Perches | 1 | -0/+1 |
| 2015-09-23 | arcnet: Remove function pointer macro indirections | Joe Perches | 1 | -32/+32 |
| 2015-09-23 | arcnet: Move files out of include/linux | Joe Perches | 1 | -1/+2 |
| 2015-09-23 | arcnet: Wrap some long lines | Joe Perches | 1 | -3/+7 |
| 2015-09-23 | arcnet: Move EXPORT_SYMBOL after declarations | Joe Perches | 1 | -15/+18 |
| 2015-09-23 | arcnet: Convert printk to pr_<level> | Joe Perches | 1 | -17/+8 |
| 2015-09-23 | arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont | Joe Perches | 1 | -102/+110 |
| 2015-09-23 | arcnet: Expand odd BUGLVL macro with if and uses | Joe Perches | 1 | -13/+16 |
| 2015-09-23 | arcnet: Use network block comment style | Joe Perches | 1 | -45/+31 |
| 2015-09-23 | arcnet: Coalesce string fragments | Joe Perches | 1 | -14/+9 |
| 2015-09-23 | arcnet: Use normal kernel brace style | Joe Perches | 1 | -23/+15 |
| 2015-09-23 | arcnet: Add and remove blank lines | Joe Perches | 1 | -20/+3 |
| 2015-09-23 | arcnet: Use normal kernel spacing style | Joe Perches | 1 | -85/+85 |
| 2015-09-17 | ARCNET: fix hard_header_len limit | Michael Grzeschik | 1 | -1/+1 |
| 2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman | 1 | -55/+0 |
| 2014-09-29 | ARCNET: return IRQ_NONE if the interface isn't running | Michael Grzeschik | 1 | -1/+1 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+2 |
| 2013-07-19 | arcnet: cleanup sizeof parameter | Dan Carpenter | 1 | -1/+1 |
| 2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -1/+0 |
| 2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -7/+7 |
| 2009-09-01 | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 1 | -1/+2 |
| 2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -16/+10 |
| 2009-02-17 | drivers/net/arcnet: fix sparse warning: symbol shadows an earlier one | Hannes Eder | 1 | -1/+0 |
| 2009-01-21 | arcnet: convert to net_device_ops | Stephen Hemminger | 1 | -17/+16 |
| 2009-01-21 | arcnet: convert to internal stats | Stephen Hemminger | 1 | -26/+12 |
| 2008-11-12 | netdevice: safe convert to netdev_priv() #part-1 | Wang Chen | 1 | -16/+16 |
| 2008-09-24 | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -9/+9 |
| 2008-03-28 | drivers/net/arcnet/arcnet.c: use time_* macros | S.Caglar Onur | 1 | -2/+3 |
| 2007-10-10 | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 1 | -7/+11 |
| 2007-04-25 | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 1 | -6/+11 |
| 2007-02-17 | bugfixes and new hardware support for arcnet driver | Jeff Morrow | 1 | -1/+1 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-04-02 | BUG_ON() Conversion in drivers/net/ | Eric Sesterhenn | 1 | -2/+1 |
| 2006-01-17 | [PATCH] drivers/net/arcnet/: possible cleanups | Adrian Bunk | 1 | -7/+10 |
| 2006-01-17 | [PATCH] drivers/net/*: use time_after() and friends | Marcelo Feitoza Parisi | 1 | -1/+2 |
| 2005-09-06 | [ARCNET]: Fix return value from arcnet_send_packet(). | Pieter Dejaeghere | 1 | -8/+17 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1102 |