1. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  2. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  3. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  4. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  5. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 10 years ago
  6. 74847f2 net: xilinx: constify of_device_id array by Fabian Frederick · 10 years ago
  7. 8a0a1f8 net: Xilinx: fix error return code by Julia Lawall · 10 years ago
  8. 38a90e7 net: Xilinx: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  9. fdd42e4 net: xilinx: Remove .owner field for driver by Michal Simek · 10 years ago
  10. 9f8b93c xilinx: Fix compiler warning by Manuel Schölling · 10 years ago
  11. 3aeea53 xilinx: Use time_before_eq() by Manuel Schölling · 10 years ago
  12. 33c0431 net: emaclite: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  13. 69e73d2 xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  14. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  15. ec21b6b net: emaclite: add barriers to support Xilinx Zynq platform by Srikanth Thokala · 11 years ago
  16. 243fedd net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers by Srikanth Thokala · 11 years ago
  17. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  18. cd738c4 net: emaclite: Code cleanup by Michal Simek · 11 years ago
  19. 37c67c6 net: emaclite: Not necessary to call devm_iounmap by Michal Simek · 11 years ago
  20. 0c671dc net: xilinx_emaclite: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  21. 34e0184 net: xilinx_emaclite: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  22. eed5d29 net: emaclite: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  23. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  24. 7a3e258 net: emaclite: Use platform resource table by Michal Simek · 11 years ago
  25. 3a5395b net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANAR by Jens Renner \(EFE\) · 11 years ago
  26. f1362e3 net: emaclite: Fix typo in error message by Jens Renner \(EFE\) · 11 years ago
  27. 9e7c414 net: emaclite: Update driver header by Michal Simek · 11 years ago
  28. 123c140 net: emaclite: Do not use microblaze and ppc IO functions by Michal Simek · 11 years ago
  29. 3fb99fa net: emaclite: Let's make xemaclite_adjust_link static by Michal Simek · 11 years ago
  30. e0a3bc6 net: emaclite: Support multiple phys connected to one MDIO bus by Michal Simek · 11 years ago
  31. ccfecdf net: emaclite: Report failures in mdio setup by Michal Simek · 11 years ago
  32. 06b0e68 net/xilinx: remove __dev* attributes by Bill Pemberton · 12 years ago
  33. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  34. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  35. 4e68ea2 net: ethernet: xilinx: Don't use NO_IRQ in xilinx by Michal Simek · 13 years ago
  36. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  37. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  38. b13ad8f xilinx/ll_temac: Move the Xilinx drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/xilinx_emaclite.c]
  39. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  40. 570773c emaclite: enable transmit and receive time stamping. by Richard Cochran · 13 years ago
  41. 075cd29 net: emaclite: Add missing linux/interrupt.h header by Michal Simek · 13 years ago
  42. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  43. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  44. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  45. b27d50a net: emaclite: Omit private ndo_get_stats function by Tobias Klauser · 14 years ago
  46. ece4915 drivers/net: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  47. 4b6ba8a of/net: Move of_get_mac_address() to a common source file. by David Daney · 14 years ago
  48. e0e170b Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  49. 44180a5 net: emaclite: Add support for little-endian platforms by Michal Simek · 14 years ago
  50. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  51. 357e8b5f xilinx_emaclite: netpoll support by Michal Simek · 14 years ago
  52. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  53. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  54. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  55. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  56. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  57. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  58. 575400b net: emaclite: Use resource_size by Tobias Klauser · 14 years ago
  59. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. b05b7d9 net: remove redundant code by Eric Dumazet · 15 years ago
  61. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  62. 5cdaaa1 net: emaclite: adding MDIO and phy lib support by John Linn · 15 years ago
  63. 5491f3a drivers/net/xilinx_emaclite.c: use %pM to shown MAC address by H Hartley Sweeten · 15 years ago
  64. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  65. 95acf7d net: xilinx_emaclite: Fix problem with first incoming packet by Michal Simek · 15 years ago
  66. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  67. 3732e9b xilinx_emaclite: Fix permissions on driver sources. by David S. Miller · 15 years ago
  68. bb81b2d net: add Xilinx emac lite device driver by John Linn · 15 years ago