1. 88c7966 net: ks8851: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  2. 2902bc6 net: ethernet: micrel: fix an error code by Dan Carpenter · 9 years ago
  3. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  4. addae62 ethernet: micrel: use time_is_before_eq_jiffies by Antonio Murdaca · 9 years ago
  5. f6b59f3 ethernet: micrel: use time_after_eq by Antonio Murdaca · 9 years ago
  6. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  7. fea3cb0 ksz884x: Use setup_timer by Julia Lawall · 10 years ago
  8. 62633b8 net: ethernet: micrel: ksz884x.c: Remove unused function by Rickard Strandqvist · 10 years ago
  9. f153568 net: ethernet: micrel: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  10. 843d349 net: ks8842: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  11. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  12. a2d0abc micrel: use pci_zalloc_consistent by Joe Perches · 10 years ago
  13. 5478998 net: ks8851-ml: Use devm_ioremap_resource by Himangi Saraogi · 10 years ago
  14. d64eed1 net: ks8851: Don't use regulator_get_optional() by Stephen Boyd · 10 years ago
  15. ee39facb net: Revert mlx4 cpumask changes. by David S. Miller · 10 years ago
  16. 2a82e40 net: ks8851: Don't use regulator_get_optional() by Stephen Boyd · 10 years ago
  17. f4c6e06 net: ks8851: Add of match table by Stephen Boyd · 10 years ago
  18. 73fdeb8 net: ks8851: Add optional vdd_io regulator and reset gpio by Stephen Boyd · 10 years ago
  19. c78dbad net: ks8851: Use devm_regulator_get_optional() by Stephen Boyd · 10 years ago
  20. 05e1e76 micrel: Use time_before_eq() by Manuel Schölling · 10 years ago
  21. 9dbccc3 drivers: net: Register Micrel ksz884x network devices in PCI device tree. by Markus Lottmann · 10 years ago
  22. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  23. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  24. 641e9b7 ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  25. ebf4ad9 net: micrel : ks8851-ml: add vdd-supply support by Nishanth Menon · 10 years ago
  26. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  27. 9895c50 ksz884x: delete useless variable by Julia Lawall · 11 years ago
  28. 7ced544 net: ksz884x: slight optimization of addr compare by dingtianhong · 11 years ago
  29. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  30. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  31. 1a0176d net: ksz884x: use DEFINE_PCI_DEVICE_TABLE by Jingoo Han · 11 years ago
  32. c959840 net: ksz884x: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  33. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  34. cfb9a51 net: ks8851-ml: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  35. ee94661 net: ks8851-ml: use dev_get_platdata() by Jingoo Han · 11 years ago
  36. 0dd14b6 net: ks8842: use dev_get_platdata() by Jingoo Han · 11 years ago
  37. 51a700d net: micrel: Staticize local functions by Jingoo Han · 11 years ago
  38. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  39. 87227b8 net: micrel : ks8851-ml: add dt support by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  40. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  41. 8ac2b3c ks8851: Remove unneeded PM_OPS definitions by Fabio Estevam · 11 years ago
  42. d5b4092 net: ks8851: Use dev_pm_ops by Lars-Peter Clausen · 11 years ago
  43. 0582ce9 net: ks8851: Use module_spi_driver by Lars-Peter Clausen · 11 years ago
  44. 8f99660 net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  45. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 14bc435 ks8851: Fix interpretation of rxlen field. by Max.Nekludov@us.elster.com · 11 years ago
  47. 18e4a73 net: ks8695net: Use module_platform_driver() by Sachin Kamat · 11 years ago
  48. c1ad32a ks8851_mll: basic ethernet statistics by David J. Choi · 11 years ago
  49. 656a05c net: ks8851: convert to threaded IRQ by Felipe Balbi · 12 years ago
  50. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  51. 4945106 ksz884x: fix receive polling race condition by Lennert Buytenhek · 12 years ago
  52. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  53. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  54. 654b8c5 net/micrel: remove __dev* attributes by Bill Pemberton · 12 years ago
  55. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  56. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  57. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  58. 71c6c83 drivers/net: fix tasklet misuse issue by Xiaotian Feng · 12 years ago
  59. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 8589486 ksz884x: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  61. 175c0df drivers/net: use tasklet_kill in device remove/close process by Xiaotian Feng · 12 years ago
  62. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  63. 5b70ca3 ksz884x: fix Endian by Li RongQing · 12 years ago
  64. b06b66c ksz884x: remove unnecessary setting of skb->dev by Jon Mason · 12 years ago
  65. 1aa8b47 drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers by Ben Hutchings · 12 years ago
  66. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  67. c3001b7 net/ethernet: ks8851_mll unregister_netdev() before freeing by Dan Carpenter · 12 years ago
  68. 29a6b6c net/ethernet: ks8851_mll mac address configuration support added by Raffaele Recalcati · 12 years ago
  69. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  70. 062e55e ks8851: Update link status during link change interrupt by Stephen Boyd · 12 years ago
  71. f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. e8195b2 ks8851: Fix request_irq/free_irq mismatch by Matt Renzelmann · 12 years ago
  73. c5a9993 ks8851: Fix mutex deadlock in ks8851_net_stop() by Stephen Boyd · 12 years ago
  74. 65f6092 drivers/net: add missing __devexit_p() annotations by Arnd Bergmann · 12 years ago
  75. 716af4a ksz884x: don't copy too much in netdev_set_mac_address() by Dan Carpenter · 12 years ago
  76. 8a9a0ea net/ethernet: ks8851_mll fix rx frame buffer overflow by Davide Ciminaghi · 12 years ago
  77. 51c61a2 ks8851: Fix missing mutex_lock/unlock by Matt Renzelmann · 12 years ago
  78. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  79. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  80. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 32aa64f net/ethernet: ks8851_mll: signedness bug in ks8851_probe() by Dan Carpenter · 12 years ago
  82. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  83. 6c23e41 net/ethernet: ks8851_mll fix irq handling by Jan Weitzel · 12 years ago
  84. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  85. fbcf88b ks8851: Fix NOHZ local_softirq_pending 08 warning by Cousson, Benoit · 13 years ago
  86. fafdbf8 trivial: typo hnalder -> handler by Uwe Kleine-König · 13 years ago
  87. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  88. c056b73 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  89. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  90. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  91. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 13 years ago
  92. 7c5763b drivers: misc: Remove MISC_DEVICES config option by Fabio Estevam · 13 years ago
  93. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  94. 8363658 ksz884x: fix mtu for VLAN by Doug Kehn · 13 years ago
  95. 9b07be4 net: make ethtool_ops const by stephen hemminger · 13 years ago
  96. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  97. 51b7b1c KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6 by Ben Dooks · 13 years ago
  98. 32f160d KSZ8851-SNL: Fix MAC address change problem by Tristram Ha · 13 years ago
  99. a9a8de2 KSZ8851-SNL: Add support for EEPROM MAC address by Ben Dooks · 13 years ago
  100. cb50870 ksz884x: Use kzalloc rather than kmalloc followed by memset with 0 by Thomas Meyer · 13 years ago