summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* docs: networking: convert arcnet.txt to ReSTMauro Carvalho Chehab2020-04-281-3/+3
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-13/+13
* arcnet: provide a buffer big enough to actually receive packetsUwe Kleine-König2019-09-241-14/+17
* arcnet: capmode: remove redundant assignment to pointer pktColin Ian King2019-08-301-1/+1
* arcnet: com20020-isa: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-0/+6
* arcnet: arc-rimi: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-0/+3
* arcnet: com90io: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-0/+2
* arcnet: com90xx: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | drivers/net: arcnet: Convert timers to use timer_setup()Kees Cook2017-10-271-3/+4
* | drivers: net: arcnet: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/
* arcnet: com20020-pci: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* drivers: net: add missing interrupt.h includeFlorian Westphal2017-07-181-1/+1
* arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()'Christophe Jaillet2017-07-071-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-8/+9
|\
| * arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1
| * arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik2017-06-291-2/+3
| * arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik2017-06-291-2/+0
| * Trivial fix to spelling mistake in arc_printk messageColin Ian King2017-06-291-1/+1
| * arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
* | arcnet: com20020-pci: add support for PCIFB2 cardMichael Grzeschik2017-06-291-0/+34
* | arcnet: com20020-pci: handle backplane mode depending on card typeMichael Grzeschik2017-06-291-0/+2
* | arcnet: com20020-pci: add attribute to readback backplane statusMichael Grzeschik2017-06-291-0/+22
* | arcnet: add err_skb package for package status feedbackMichael Grzeschik2017-06-292-10/+68
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-164-4/+4
|/
* Annotate hardware config module parameters in drivers/net/arcnet/David Howells2017-04-203-6/+6
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* arcnet: com90xx: add __init attributeJulia Lawall2016-04-191-1/+1
* arcnet/com20020: add LEDS_CLASS dependencyArnd Bergmann2015-11-031-0/+1
* arcnet: add netif_carrier_on/off for reconnectMichael Grzeschik2015-10-262-0/+27
* arcnet: com20020-pci: add led trigger supportMichael Grzeschik2015-10-264-0/+174
* arcnet: com20020-pci: add rotary index supportMichael Grzeschik2015-10-262-0/+37
* arcnet: com20020-pci: set dev_port to the subdevice indexMichael Grzeschik2015-10-261-0/+1
* arcnet: com20020: add enable and disable device on open/closeMichael Grzeschik2015-10-261-10/+29
* arcnet: move dev_free_skb to its only userMichael Grzeschik2015-10-261-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-1/+1
|\
| * ARCNET: fix hard_header_len limitMichael Grzeschik2015-09-171-1/+1
* | arcnet: capmode: remove extra functionMichael Grzeschik2015-09-231-6/+3
* | arcnet: arc-rawmode: reorder module functionsMichael Grzeschik2015-09-231-46/+38
* | arcnet: com20020: replace magic numbers with readable macrosMichael Grzeschik2015-09-233-8/+11
* | arcnet: reformat structs to C99 formatMichael Grzeschik2015-09-232-14/+35
* | arcnet: Remove unused arcnet_<I/O>w macrosJoe Perches2015-09-231-10/+0
* | arcnet: Add com9026.h to standardize COM9026_REG_<foo>Joe Perches2015-09-235-34/+21
* | arcnet: Remove function pointer macro indirectionsJoe Perches2015-09-232-37/+32