| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | net: arcnet: com20020-pci: avoid -Wformat-truncation warning | Ethan Nelson-Moore | 2 | -2/+3 |
| 9 days | net: arcnet: expand unnecessary I/O abstraction macros | Ethan Nelson-Moore | 4 | -68/+49 |
| 9 days | net: arcnet: remove code depending on nonexistent config option | Ethan Nelson-Moore | 1 | -13/+5 |
| 9 days | net: arcnet: remove ISA and PCMCIA support; modernize documentation | Ethan Nelson-Moore | 8 | -2147/+3 |
| 9 days | net: arcnet: fix typos in comments | Ethan Nelson-Moore | 3 | -7/+7 |
| 9 days | net: arcnet: com20020: remove misleading references to multicast | Ethan Nelson-Moore | 1 | -10/+4 |
| 2026-05-12 | net: Consistently define pci_device_ids using named initializers | Uwe Kleine-König (The Capable Hub) | 1 | -161/+81 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-02-17 | net: arcnet: com20020-pci: fix support for 2.5Mbit cards | Ethan Nelson-Moore | 1 | -1/+15 |
| 2026-02-10 | net: arcnet: com20020-pci: use module_pci_driver | Ethan Nelson-Moore | 1 | -14/+1 |
| 2026-02-02 | net: remove unnecessary module_init/exit functions | Ethan Nelson-Moore | 1 | -16/+0 |
| 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 |
| 2025-04-04 | arcnet: Add NULL check in com20020pci_probe() | Henry Martin | 1 | -1/+16 |
| 2024-06-19 | net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-04-08 | archnet: Convert from tasklet to BH workqueue | Allen Pais | 2 | -6/+8 |
| 2024-04-08 | net: handle HAS_IOPORT dependencies | Niklas Schnelle | 1 | -1/+1 |
| 2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 10 | -0/+10 |
| 2024-02-15 | net: fill in MODULE_DESCRIPTION()s for missing arcnet | Breno Leitao | 10 | -0/+10 |
| 2024-01-29 | net: fill in MODULE_DESCRIPTION()s for arcnet | Breno Leitao | 1 | -0/+1 |
| 2023-12-04 | arcnet: restoring support for multiple Sohard Arcnet cards | Thomas Reichinger | 2 | -39/+44 |
| 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 |
| 2022-11-23 | arcnet: fix potential memory leak in com20020_probe() | Wang Hai | 1 | -2/+9 |
| 2022-03-03 | net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() | Zheyu Ma | 1 | -0/+3 |
| 2021-10-13 | net: remove single-byte netdev->dev_addr writes | Jakub Kicinski | 8 | -9/+16 |
| 2021-03-14 | net: arcnet: com20020 fix error handling | Tong Zhang | 1 | -15/+19 |
| 2021-02-02 | arcnet: use new tasklet API | Emil Renner Berthing | 1 | -4/+3 |
| 2021-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -14/+78 |
| 2021-01-29 | net: arcnet: Fix RESET flag handling | Ahmed S. Darwish | 8 | -14/+78 |
| 2021-01-18 | arcnet: fix macro name when DEBUG is defined | Tom Rix | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -14/+14 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -4/+4 |
| 2020-04-28 | docs: networking: convert arcnet.txt to ReST | Mauro Carvalho Chehab | 1 | -3/+3 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2 | -2/+2 |
| 2019-09-26 | drivers: net: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -11/+11 |
| 2019-09-24 | arcnet: provide a buffer big enough to actually receive packets | Uwe Kleine-König | 1 | -14/+17 |
| 2019-08-30 | arcnet: capmode: remove redundant assignment to pointer pkt | Colin Ian King | 1 | -1/+1 |
| 2019-07-29 | arcnet: com20020-isa: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+6 |
| 2019-07-29 | arcnet: arc-rimi: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
| 2019-07-29 | arcnet: com90io: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2019-07-29 | arcnet: com90xx: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 3 | -3/+3 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 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-07-18 | arcnet: com20020-pci: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-18 | drivers: net: add missing interrupt.h include | Florian Westphal | 1 | -1/+1 |
| 2017-07-07 | arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()' | Christophe Jaillet | 1 | -2/+4 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -8/+9 |
| 2017-06-29 | arcnet: com20020-pci: add support for PCIFB2 card | Michael Grzeschik | 1 | -0/+34 |
| 2017-06-29 | arcnet: com20020-pci: handle backplane mode depending on card type | Michael Grzeschik | 1 | -0/+2 |
| 2017-06-29 | arcnet: com20020-pci: add attribute to readback backplane status | Michael Grzeschik | 1 | -0/+22 |
| 2017-06-29 | arcnet: add err_skb package for package status feedback | Michael Grzeschik | 2 | -10/+68 |
| 2017-06-29 | arcnet: com20020-pci: add missing pdev setup in netdev structure | Michael Grzeschik | 1 | -0/+1 |
| 2017-06-29 | arcnet: com20020-pci: fix dev_id calculation | Michael Grzeschik | 1 | -2/+3 |
| 2017-06-29 | arcnet: com20020: remove needless base_addr assignment | Michael Grzeschik | 1 | -2/+0 |
| 2017-06-29 | Trivial fix to spelling mistake in arc_printk message | Colin Ian King | 1 | -1/+1 |
| 2017-06-29 | arcnet: change irq handler to lock irqsave | Michael Grzeschik | 1 | -3/+4 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 4 | -4/+4 |
| 2017-04-20 | Annotate hardware config module parameters in drivers/net/arcnet/ | David Howells | 3 | -6/+6 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
| 2016-04-19 | arcnet: com90xx: add __init attribute | Julia Lawall | 1 | -1/+1 |
| 2015-11-03 | arcnet/com20020: add LEDS_CLASS dependency | Arnd Bergmann | 1 | -0/+1 |
| 2015-10-26 | arcnet: add netif_carrier_on/off for reconnect | Michael Grzeschik | 2 | -0/+27 |
| 2015-10-26 | arcnet: com20020-pci: add led trigger support | Michael Grzeschik | 4 | -0/+174 |
| 2015-10-26 | arcnet: com20020-pci: add rotary index support | Michael Grzeschik | 2 | -0/+37 |
| 2015-10-26 | arcnet: com20020-pci: set dev_port to the subdevice index | Michael Grzeschik | 1 | -0/+1 |
| 2015-10-26 | arcnet: com20020: add enable and disable device on open/close | Michael Grzeschik | 1 | -10/+29 |
| 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: capmode: remove extra function | Michael Grzeschik | 1 | -6/+3 |
| 2015-09-23 | arcnet: arc-rawmode: reorder module functions | Michael Grzeschik | 1 | -46/+38 |
| 2015-09-23 | arcnet: com20020: replace magic numbers with readable macros | Michael Grzeschik | 3 | -8/+11 |
| 2015-09-23 | arcnet: reformat structs to C99 format | Michael Grzeschik | 2 | -14/+35 |
| 2015-09-23 | arcnet: Remove unused arcnet_<I/O>w macros | Joe Perches | 1 | -10/+0 |
| 2015-09-23 | arcnet: Add com9026.h to standardize COM9026_REG_<foo> | Joe Perches | 5 | -34/+21 |
| 2015-09-23 | arcnet: Remove function pointer macro indirections | Joe Perches | 2 | -37/+32 |
| 2015-09-23 | arcnet: com90xx: Use arcnet_readb/writeb routines | Joe Perches | 1 | -12/+17 |
| 2015-09-23 | arcnet: arc-rimi: Use arcnet_<I/O> routines | Joe Perches | 1 | -29/+24 |
| 2015-09-23 | arcnet: arcdevice.h: Add arcnet_readb and arcnet_writeb | Joe Perches | 1 | -0/+5 |
| 2015-09-23 | arcnet: com90xx: Use arcnet_<I/O> routines | Joe Perches | 1 | -34/+33 |
| 2015-09-23 | arcnet: com90io: Use arcnet_<I/O> routines | Joe Perches | 1 | -53/+48 |
| 2015-09-23 | arcnet: com20020: Use arcnet_<I/O> routines | Joe Perches | 6 | -122/+114 |
| 2015-09-23 | arcnet: Add arcnet_<I/O> macros | Joe Perches | 1 | -0/+25 |
| 2015-09-23 | arcnet: Make a char * array const char * const | Joe Perches | 1 | -5/+10 |
| 2015-09-23 | arcnet: Move files out of include/linux | Joe Perches | 14 | -21/+519 |
| 2015-09-23 | arcnet: Wrap some long lines | Joe Perches | 10 | -46/+75 |
| 2015-09-23 | arcnet: Remove pointer comparisons to NULL | Joe Perches | 4 | -6/+6 |
| 2015-09-23 | arcnet: Remove assignments from ifs | Joe Perches | 3 | -3/+7 |
| 2015-09-23 | arcnet: Remove unnecessary OOM messages | Joe Perches | 5 | -10/+2 |
| 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 | 12 | -64/+65 |
| 2015-09-23 | arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont | Joe Perches | 11 | -312/+338 |
| 2015-09-23 | arcnet: Expand odd BUGLVL macro with if and uses | Joe Perches | 11 | -50/+84 |
| 2015-09-23 | arcnet: Use network block comment style | Joe Perches | 11 | -132/+95 |
| 2015-09-23 | arcnet: Use include/linux path for asm | Joe Perches | 7 | -7/+7 |
| 2015-09-23 | arcnet: Coalesce string fragments | Joe Perches | 6 | -36/+22 |
| 2015-09-23 | arcnet: Use normal kernel brace style | Joe Perches | 8 | -71/+52 |
| 2015-09-23 | arcnet: Add and remove blank lines | Joe Perches | 12 | -81/+13 |
| 2015-09-23 | arcnet: Use normal kernel spacing style | Joe Perches | 12 | -341/+341 |
| 2015-09-17 | ARCNET: fix hard_header_len limit | Michael Grzeschik | 1 | -1/+1 |
| 2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -4/+0 |
| 2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman | 1 | -55/+0 |
| 2015-02-15 | com20020-pci: add support for eae single card | Michael Grzeschik | 1 | -3/+18 |
| 2015-02-05 | ARCNET: Add missing error check for devm_kzalloc | Kiran Padwal | 1 | -0/+3 |
| 2014-09-29 | ARCNET: enable eae arcnet card support | Michael Grzeschik | 1 | -0/+16 |
| 2014-09-29 | ARCNET: add support for multi interfaces on com20020 | Michael Grzeschik | 2 | -56/+93 |
| 2014-09-29 | ARCNET: add com20020 PCI IDs with metadata | Michael Grzeschik | 1 | -35/+181 |
| 2014-09-29 | ARCNET: add com20020_set_hwddr to change address | Michael Grzeschik | 1 | -0/+14 |
| 2014-09-29 | ARCNET: return IRQ_NONE if the interface isn't running | Michael Grzeschik | 1 | -1/+1 |
| 2014-08-14 | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
| 2014-08-11 | com20020_cs: Remove typedef com20020_dev_t | Himangi Saraogi | 1 | -8/+8 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+2 |
| 2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-07-19 | arcnet: cleanup sizeof parameter | Dan Carpenter | 1 | -1/+1 |
| 2013-03-15 | drivers/net: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 1 | -13/+1 |
| 2012-12-03 | ARCNET: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
| 2012-04-17 | arcnet: rimi: Fix device name in debug output | Jiri Kosina | 1 | -4/+4 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2011-11-26 | net: Revert ARCNET and PHYLIB to tristate options | Ben Hutchings | 1 | -1/+1 |
| 2011-08-27 | drivers/net: Kconfig & Makefile cleanup | Jeff Kirsher | 1 | -1/+1 |
| 2011-08-27 | com20020_cs: Move the PCMCIA Arcnet driver | Jeff Kirsher | 3 | -1/+361 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-06-06 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 6 | -0/+6 |
| 2010-07-18 | arcnet: fix signed bug in probe function | Dan Carpenter | 2 | -3/+3 |
| 2010-05-31 | drivers/net/arcnet/capmode.c: clean up code | Daniel Mack | 1 | -99/+78 |
| 2010-05-17 | ARCNET: Limit com20020 PCI ID matches for SOHARD cards | Andreas Bombe | 1 | -2/+2 |
| 2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -1/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 10 | -5/+5 |
| 2010-01-07 | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 1 | -1/+1 |
| 2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 2 | -10/+10 |
| 2009-11-18 | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 4 | -4/+4 |
| 2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 2 | -2/+0 |
| 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-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 2 | -3/+3 |
| 2009-01-25 | com0020: Add missing symbol export for com20020_netdev_ops. | David S. Miller | 1 | -0/+1 |
| 2009-01-21 | com20020: convert to net_devic_ops | Stephen Hemminger | 3 | -2/+13 |
| 2009-01-21 | arcnet: convert to net_device_ops | Stephen Hemminger | 1 | -17/+16 |
| 2009-01-21 | arcnet: convert to internal stats | Stephen Hemminger | 5 | -59/+42 |
| 2008-12-25 | drivers/net/arcnet: fix sparse warnings: make symbols static | Hannes Eder | 2 | -2/+2 |
| 2008-11-12 | netdevice: safe convert to netdev_priv() #part-1 | Wang Chen | 11 | -54/+54 |
| 2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 4 | -5/+0 |
| 2008-09-24 | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2 | -17/+17 |
| 2008-03-28 | drivers/net/arcnet/arcnet.c: use time_* macros | S.Caglar Onur | 1 | -2/+3 |
| 2008-03-17 | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul... | Jon Schindler | 1 | -3/+4 |
| 2008-03-05 | drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_... | Jon Schindler | 1 | -2/+4 |
| 2007-11-12 | [NET]: Remove references to net-modules.txt. | Adrian Bunk | 1 | -10/+5 |
| 2007-10-10 | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 1 | -7/+11 |
| 2007-10-10 | arcnet endianness annotations | Al Viro | 2 | -5/+5 |
| 2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -2/+0 |
| 2007-05-24 | [ARCNET]: Use menuconfig objects. | Jan Engelhardt | 1 | -13/+4 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 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-04-25 | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 4 | -10/+7 |
| 2007-02-17 | bugfixes and new hardware support for arcnet driver | Jeff Morrow | 4 | -4/+7 |
| 2007-02-12 | [PATCH] com20020 build fix | Randy Dunlap | 1 | -1/+2 |
| 2006-11-10 | [PATCH] com20020 build fix | Randy Dunlap | 1 | -2/+5 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-09-24 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2006-09-22 | [ARCNET]: SoHard PCI support | Stphane Witzmann | 1 | -0/+1 |
| 2006-08-19 | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -2/+1 |
| 2006-04-02 | BUG_ON() Conversion in drivers/net/ | Eric Sesterhenn | 1 | -2/+1 |
| 2006-04-01 | [NET]: com90xx kmalloc fix | Andrew Morton | 1 | -2/+2 |
| 2006-02-17 | [PATCH] trivial: fix spelling errors in Kconfigs | Jon Mason | 1 | -2/+2 |
| 2006-02-09 | Merge branch 'viro' | Jeff Garzik | 2 | -57/+143 |
| 2006-01-28 | [PATCH] arcnet probing cleanups and fixes | Al Viro | 2 | -57/+143 |
| 2006-01-17 | [PATCH] drivers/net/arcnet/: possible cleanups | Adrian Bunk | 4 | -10/+13 |
| 2006-01-17 | [PATCH] drivers/net/*: use time_after() and friends | Marcelo Feitoza Parisi | 1 | -1/+2 |
| 2005-09-13 | [PATCH] Remove unnecessary check_region references in comments | Peter Osterlund | 1 | -2/+2 |
| 2005-09-06 | [ARCNET]: Fix return value from arcnet_send_packet(). | Pieter Dejaeghere | 1 | -8/+17 |
| 2005-05-05 | [PATCH] make some things static | Adrian Bunk | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 13 | -0/+4772 |