1. 3659166 net: xilinx: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  2. f4ba42d net: axienet: Fix race condition causing TX hang by Robert Hancock · 5 years ago
  3. 4cfa26b net: xilinx: fix possible object reference leak by Wen Yang · 5 years ago
  4. 88adb09 net: axienet: Fix double deregister of mdio by Shubhrajyoti Datta · 6 years ago
  5. d47907b net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit by Geert Uytterhoeven · 7 years ago
  6. a2901d0 net: xilinx_emaclite: fix receive buffer overflow by Anssi Hannula · 7 years ago
  7. bff3001 net: xilinx_emaclite: fix freezes due to unordered I/O by Anssi Hannula · 7 years ago
  8. 5852e93 net: axienet: Remove unused parameter from __axienet_device_reset by Tobias Klauser · 8 years ago
  9. 68c8182 net: axienet: Add missing \n to end of dev_err messages by Colin Ian King · 8 years ago
  10. 74f13c8 net: ethernet: xilinx: Enable emaclite for MIPS by Zubair Lutfullah Kakakhel · 8 years ago
  11. c7735f1 net: axienet: constify ethtool_ops structures by Julia Lawall · 8 years ago
  12. 5575cf1 net: xilinx: emaclite: Fallback to random MAC address. by Daniel Romell · 8 years ago
  13. 3ad7b14 net: axienet: Fix return value check in axienet_probe() by Wei Yongjun · 8 years ago
  14. 6e38484 net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  15. b1b7dcf net: ethernet: xilinx: axienet: use phydev from struct net_device by Philippe Reynes · 8 years ago
  16. e6dab902 net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  17. 31abbe3 net: ethernet: ll_temac: use phydev from struct net_device by Philippe Reynes · 8 years ago
  18. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  19. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 8 years ago
  20. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 8 years ago
  21. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  22. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  24. 729bf32 net: axinet: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  25. e734a42 net: ll_temac: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  26. fcc028c net: axienet: Fix devm_ioremap_resource return value check by Krzysztof Kozlowski · 9 years ago
  27. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  28. 84ea0de net: ll_temac: Remove sparse warnings by Michal Simek · 9 years ago
  29. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  30. 44d4f8d net: ll_temac: Fix DMA map size bug by Michal Simek · 9 years ago
  31. 3824246 net: ll_temac: Use one return statement instead of two by Michal Simek · 9 years ago
  32. b0d081c net: axienet: Fix kernel-doc warnings by Michal Simek · 9 years ago
  33. 2be5862 net: axienet: Removed _of_ prefix in probe and remove functions by Srikanth Thokala · 9 years ago
  34. 8495659 net: axienet: Use of_property_* calls by Srikanth Thokala · 9 years ago
  35. 46aa27d net: axienet: Use devm_* calls by Srikanth Thokala · 9 years ago
  36. 95219aa net: axienet: Use pdev instead of op by Srikanth Thokala · 9 years ago
  37. 850a750 net: axienet: Fix comments blocks by Michal Simek · 9 years ago
  38. c81a97b net: axienet: Removed coding style errors and warnings by Srikanth Thokala · 9 years ago
  39. d7cc316 net: axienet: Support phy-less mode of operation by Srikanth Thokala · 9 years ago
  40. f080a8c net: axienet: Handle jumbo frames for lesser frame sizes by Srikanth Thokala · 9 years ago
  41. 80c775a net: axienet: Service completion interrupts ASAP by Peter Crosthwaite · 9 years ago
  42. 38e96b3 net: axienet: Handle 0 packet receive gracefully by Peter Crosthwaite · 9 years ago
  43. d1d372e net: axienet: Support for RGMII by Srikanth Thokala · 9 years ago
  44. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 9 years ago
  45. 74847f2 net: xilinx: constify of_device_id array by Fabian Frederick · 9 years ago
  46. 0f113b8 net: axienet: fix error return code by Julia Lawall · 9 years ago
  47. 8a0a1f8 net: Xilinx: fix error return code by Julia Lawall · 9 years ago
  48. 16d8614 net: xilinx: Remove unnecessary temac_property in the driver by Appana Durga Kedareswara Rao · 9 years ago
  49. 38a90e7 net: Xilinx: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  50. 3c87dcb net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev by Subbaraya Sundeep Bhatta · 10 years ago
  51. c706471 net: axienet: remove unnecessary ether_setup after alloc_etherdev by Subbaraya Sundeep Bhatta · 10 years ago
  52. fdd42e4 net: xilinx: Remove .owner field for driver by Michal Simek · 10 years ago
  53. 6a3e6aa ll_temac: delete unneeded test before of_node_put by Julia Lawall · 10 years ago
  54. 6f3a59a net: axienet: delete unneeded test before of_node_put by Julia Lawall · 10 years ago
  55. 9f8b93c xilinx: Fix compiler warning by Manuel Schölling · 10 years ago
  56. 3aeea53 xilinx: Use time_before_eq() by Manuel Schölling · 10 years ago
  57. 33c0431 net: emaclite: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  58. 69e73d2 xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  59. ceffc4a xilinx: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  60. 91ff37f net: axienet: Fix compilation warnings by Michal Simek · 10 years ago
  61. 9d5e8ec net: axienet: Fix compilation error by Michal Simek · 10 years ago
  62. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  63. ec21b6b net: emaclite: add barriers to support Xilinx Zynq platform by Srikanth Thokala · 11 years ago
  64. 243fedd net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers by Srikanth Thokala · 11 years ago
  65. 28e24c6 net: do not pretend FRAGLIST support by Eric Dumazet · 11 years ago
  66. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  67. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  68. 5c9f303 microblaze: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  69. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  70. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  71. 7167cf0 ll_temac: Reset dma descriptors indexes on ndo_open by Ricardo Ribalda · 11 years ago
  72. cd738c4 net: emaclite: Code cleanup by Michal Simek · 11 years ago
  73. 37c67c6 net: emaclite: Not necessary to call devm_iounmap by Michal Simek · 11 years ago
  74. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  76. 282a1df net: xilinx: fix memleak by Libo Chen · 11 years ago
  77. 0c671dc net: xilinx_emaclite: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  78. 34e0184 net: xilinx_emaclite: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  79. eed5d29 net: emaclite: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  80. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  81. 7a3e258 net: emaclite: Use platform resource table by Michal Simek · 11 years ago
  82. 3a5395b net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANAR by Jens Renner \(EFE\) · 11 years ago
  83. f1362e3 net: emaclite: Fix typo in error message by Jens Renner \(EFE\) · 11 years ago
  84. 9e7c414 net: emaclite: Update driver header by Michal Simek · 11 years ago
  85. 1156ee8 net: emaclite: Enable emaclite for Xilinx Arm Zynq platform by Michal Simek · 11 years ago
  86. 123c140 net: emaclite: Do not use microblaze and ppc IO functions by Michal Simek · 11 years ago
  87. 3fb99fa net: emaclite: Let's make xemaclite_adjust_link static by Michal Simek · 11 years ago
  88. e0a3bc6 net: emaclite: Support multiple phys connected to one MDIO bus by Michal Simek · 11 years ago
  89. ccfecdf net: emaclite: Report failures in mdio setup by Michal Simek · 11 years ago
  90. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  91. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  92. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 11 years ago
  93. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  94. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 11 years ago
  95. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 11 years ago
  96. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. cb59c87 net: ethernet: xilinx: Do not use NO_IRQ in axienet by Michal Simek · 11 years ago
  98. 94b144a net: ethernet: xilinx: Do not use axienet on PPC by Michal Simek · 11 years ago
  99. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  100. 04e406d ll_temac: fix mac address setting by Jiri Pirko · 11 years ago