1. 13b5ffa net: remove single-byte netdev->dev_addr writes by Jakub Kicinski · 3 years, 3 months ago
  2. 6577b9a net: arcnet: com20020 fix error handling by Tong Zhang · 3 years, 10 months ago
  3. 5bb98b2 arcnet: use new tasklet API by Emil Renner Berthing · 4 years ago
  4. d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 11 months ago
  5. 0136563 net: arcnet: Fix RESET flag handling by Ahmed S. Darwish · 4 years ago
  6. 7cfabe4 arcnet: fix macro name when DEBUG is defined by Tom Rix · 4 years ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  8. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  9. 08bab46 docs: networking: convert arcnet.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  10. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  11. 02bc5eb drivers: net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  12. 02a0704 arcnet: provide a buffer big enough to actually receive packets by Uwe Kleine-König · 5 years ago
  13. 77afe3b arcnet: capmode: remove redundant assignment to pointer pkt by Colin Ian King · 5 years ago
  14. e1ab243 arcnet: com20020-isa: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  15. 26027f4 arcnet: arc-rimi: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  16. 56f37a3 arcnet: com90io: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  17. f3eb2c3 arcnet: com90xx: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  18. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  21. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. c58320d drivers/net: arcnet: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. fe9bfe2 drivers: net: arcnet: use setup_timer() helper. by Allen Pais · 7 years ago
  25. c556766 arcnet: com20020-pci: constify attribute_group structures. by Arvind Yadav · 7 years ago
  26. 0ab1031 drivers: net: add missing interrupt.h include by Florian Westphal · 7 years ago
  27. 01c3521 arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()' by Christophe Jaillet · 7 years ago
  28. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. a356ab1 arcnet: com20020-pci: add support for PCIFB2 card by Michael Grzeschik · 8 years ago
  30. 52ab12e arcnet: com20020-pci: handle backplane mode depending on card type by Michael Grzeschik · 8 years ago
  31. ede07a1 arcnet: com20020-pci: add attribute to readback backplane status by Michael Grzeschik · 8 years ago
  32. 05fcd31 arcnet: add err_skb package for package status feedback by Michael Grzeschik · 8 years ago
  33. 2a0ea04 arcnet: com20020-pci: add missing pdev setup in netdev structure by Michael Grzeschik · 8 years ago
  34. cb10861 arcnet: com20020-pci: fix dev_id calculation by Michael Grzeschik · 8 years ago
  35. 0d494fc arcnet: com20020: remove needless base_addr assignment by Michael Grzeschik · 8 years ago
  36. 06908d7 Trivial fix to spelling mistake in arc_printk message by Colin Ian King · 8 years ago
  37. 5b85840 arcnet: change irq handler to lock irqsave by Michael Grzeschik · 8 years ago
  38. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  39. 06a5128 Annotate hardware config module parameters in drivers/net/arcnet/ by David Howells · 8 years ago
  40. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  41. 553bc08 arcnet: com90xx: add __init attribute by Julia Lawall · 9 years ago
  42. 754107e arcnet/com20020: add LEDS_CLASS dependency by Arnd Bergmann · 9 years ago
  43. 59fbcbc arcnet: add netif_carrier_on/off for reconnect by Michael Grzeschik · 9 years ago
  44. 8890624 arcnet: com20020-pci: add led trigger support by Michael Grzeschik · 10 years ago
  45. 5ef216c arcnet: com20020-pci: add rotary index support by Michael Grzeschik · 10 years ago
  46. ae8ede6 arcnet: com20020-pci: set dev_port to the subdevice index by Michael Grzeschik · 10 years ago
  47. 27daf6e arcnet: com20020: add enable and disable device on open/close by Michael Grzeschik · 10 years ago
  48. b82de0e arcnet: move dev_free_skb to its only user by Michael Grzeschik · 10 years ago
  49. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 834c952 arcnet: capmode: remove extra function by Michael Grzeschik · 10 years ago
  51. abc23ec arcnet: arc-rawmode: reorder module functions by Michael Grzeschik · 10 years ago
  52. 84286f1 arcnet: com20020: replace magic numbers with readable macros by Michael Grzeschik · 10 years ago
  53. 54a84c6 arcnet: reformat structs to C99 format by Michael Grzeschik · 10 years ago
  54. 4b0dad8 arcnet: Remove unused arcnet_<I/O>w macros by Joe Perches · 10 years ago
  55. 8e0f295 arcnet: Add com9026.h to standardize COM9026_REG_<foo> by Joe Perches · 10 years ago
  56. e15b036 arcnet: Remove function pointer macro indirections by Joe Perches · 10 years ago
  57. a11a544 arcnet: com90xx: Use arcnet_readb/writeb routines by Joe Perches · 10 years ago
  58. 4e2f9f1 arcnet: arc-rimi: Use arcnet_<I/O> routines by Joe Perches · 10 years ago
  59. 9c76aa5 arcnet: arcdevice.h: Add arcnet_readb and arcnet_writeb by Joe Perches · 10 years ago
  60. 09dfbcd arcnet: com90xx: Use arcnet_<I/O> routines by Joe Perches · 10 years ago
  61. f0b9c27 arcnet: com90io: Use arcnet_<I/O> routines by Joe Perches · 10 years ago
  62. 0fec651 arcnet: com20020: Use arcnet_<I/O> routines by Joe Perches · 10 years ago
  63. e5fcfc1 arcnet: Add arcnet_<I/O> macros by Joe Perches · 10 years ago
  64. 4e299b9 arcnet: Make a char * array const char * const by Joe Perches · 10 years ago
  65. 26c6d28 arcnet: Move files out of include/linux by Joe Perches · 10 years ago
  66. d6d7d3e arcnet: Wrap some long lines by Joe Perches · 10 years ago
  67. d8101e7 arcnet: Remove pointer comparisons to NULL by Joe Perches · 10 years ago
  68. 97464ed arcnet: Remove assignments from ifs by Joe Perches · 10 years ago
  69. 5628d98 arcnet: Remove unnecessary OOM messages by Joe Perches · 10 years ago
  70. 811eafc arcnet: Move EXPORT_SYMBOL after declarations by Joe Perches · 10 years ago
  71. 05a24b2 arcnet: Convert printk to pr_<level> by Joe Perches · 10 years ago
  72. a34c093 arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont by Joe Perches · 10 years ago
  73. 72aeea4 arcnet: Expand odd BUGLVL macro with if and uses by Joe Perches · 10 years ago
  74. f2f0a16 arcnet: Use network block comment style by Joe Perches · 10 years ago
  75. 5e7ef91 arcnet: Use include/linux path for asm by Joe Perches · 10 years ago
  76. 3b4e555 arcnet: Coalesce string fragments by Joe Perches · 10 years ago
  77. 7f5e760 arcnet: Use normal kernel brace style by Joe Perches · 10 years ago
  78. 01a1d5a arcnet: Add and remove blank lines by Joe Perches · 10 years ago
  79. cb33464 arcnet: Use normal kernel spacing style by Joe Perches · 10 years ago
  80. 980137a ARCNET: fix hard_header_len limit by Michael Grzeschik · 9 years ago
  81. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  82. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  83. d95e2fe com20020-pci: add support for eae single card by Michael Grzeschik · 10 years ago
  84. e8a308a ARCNET: Add missing error check for devm_kzalloc by Kiran Padwal · 10 years ago
  85. 5b85bad ARCNET: enable eae arcnet card support by Michael Grzeschik · 10 years ago
  86. c51da42 ARCNET: add support for multi interfaces on com20020 by Michael Grzeschik · 10 years ago
  87. 8c14f9c ARCNET: add com20020 PCI IDs with metadata by Michael Grzeschik · 10 years ago
  88. a0d2e51 ARCNET: add com20020_set_hwddr to change address by Michael Grzeschik · 10 years ago
  89. 226ee67 ARCNET: return IRQ_NONE if the interface isn't running by Michael Grzeschik · 10 years ago
  90. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  91. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  92. 2dfd253 com20020_cs: Remove typedef com20020_dev_t by Himangi Saraogi · 10 years ago
  93. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  94. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  95. 087d273 arcnet: cleanup sizeof parameter by Dan Carpenter · 11 years ago
  96. fdd3f29 drivers/net: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 12 years ago
  97. 7c47bab ARCNET: remove __dev* attributes by Bill Pemberton · 12 years ago
  98. b95465c arcnet: rimi: Fix device name in debug output by Jiri Kosina · 13 years ago
  99. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  100. fc0b927 net: Revert ARCNET and PHYLIB to tristate options by Ben Hutchings · 13 years ago