summaryrefslogtreecommitdiffstats
path: root/drivers/net/arcnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* | arcnet: com90xx: Use arcnet_readb/writeb routinesJoe Perches2015-09-231-12/+17
* | arcnet: arc-rimi: Use arcnet_<I/O> routinesJoe Perches2015-09-231-30/+25
* | arcnet: arcdevice.h: Add arcnet_readb and arcnet_writebJoe Perches2015-09-231-0/+5
* | arcnet: com90xx: Use arcnet_<I/O> routinesJoe Perches2015-09-231-34/+33
* | arcnet: com90io: Use arcnet_<I/O> routinesJoe Perches2015-09-231-53/+48
* | arcnet: com20020: Use arcnet_<I/O> routinesJoe Perches2015-09-236-122/+114
* | arcnet: Add arcnet_<I/O> macrosJoe Perches2015-09-231-0/+25
* | arcnet: Make a char * array const char * constJoe Perches2015-09-231-5/+10
* | arcnet: Move files out of include/linuxJoe Perches2015-09-2314-21/+519
* | arcnet: Wrap some long linesJoe Perches2015-09-2310-46/+75
* | arcnet: Remove pointer comparisons to NULLJoe Perches2015-09-234-6/+6
* | arcnet: Remove assignments from ifsJoe Perches2015-09-233-3/+7
* | arcnet: Remove unnecessary OOM messagesJoe Perches2015-09-235-10/+2