1. 8cd5a56 net/macb: Create gem_ethtool_ops for new statistics functions by Xander Huff · 11 years ago
  2. 2fa45e2 net/macb: Add whitespace around arithmetic operators by Xander Huff · 11 years ago
  3. 3ff13f1 net/macb: improved ethtool statistics support by Xander Huff · 11 years ago
  4. cf250de net/macb: remove useless calls of devm_free_irq() by Cyrille Pitchen · 11 years ago
  5. e965be7 net/macb: fix misplaced call of free_netdev() in macb_remove() by Cyrille Pitchen · 11 years ago
  6. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  7. 02c958d net/macb: add TX multiqueue support for gem by Cyrille Pitchen · 11 years ago
  8. 51f8301 net/macb: fix compilation warning for print_hex_dump() called with skb->mac_header by Cyrille Pitchen · 11 years ago
  9. fe6a12d net: ethernet: cadence: drop owner assignment from platform_drivers by Wolfram Sang · 11 years ago
  10. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  11. 9026968 Revert "net/macb: add pinctrl consumer support" by Soren Brinkmann · 11 years ago
  12. 5879823 net/macb: Add hardware revision information during probe by Bo Shen · 11 years ago
  13. 4b7b0e4 net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gem by Cyrille Pitchen · 11 years ago
  14. 924ec53 net/macb: add RX checksum offload feature by Cyrille Pitchen · 11 years ago
  15. 85ff3d8 net/macb: add TX checksum offload feature by Cyrille Pitchen · 11 years ago
  16. a4c35ed3 net/macb: add scatter-gather hw feature by Cyrille Pitchen · 11 years ago
  17. e175587 net/macb: configure for FIFO mode and non-gigabit by Nicolas Ferre · 11 years ago
  18. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 11 years ago
  19. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 11 years ago
  20. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 11 years ago
  21. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 11 years ago
  22. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 11 years ago
  23. 5b31f22 macb: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  24. c88b5b6 macb: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  25. 48330e08 net: macb: DMA-unmap full rx-buffer by Soren Brinkmann · 11 years ago
  26. 9203090 net: macb: Check DMA mappings for error by Soren Brinkmann · 11 years ago
  27. 9319e47 net: macb: Fix build warning by Soren Brinkmann · 12 years ago
  28. e1824df net: macb: Adjust tx_clk when link speed changes by Soren Brinkmann · 12 years ago
  29. 0a4acf0 net: macb: Use devm_request_irq() by Soren Brinkmann · 12 years ago
  30. 60fe716 net: macb: Use devm_ioremap() by Soren Brinkmann · 12 years ago
  31. b48e0ba net: macb: Migrate to devm clock interface by Soren Brinkmann · 12 years ago
  32. 0dfc3e1 net: macb: Migrate to dev_pm_ops by Soren Brinkmann · 12 years ago
  33. c607a0d net: macb: use dev_get_platdata() by Jingoo Han · 12 years ago
  34. 7daa78e net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init by Boris BREZILLON · 12 years ago
  35. 148cbb5 net/cadence/macb: add support for dt phy definition by Boris BREZILLON · 12 years ago
  36. 01276ed net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit by Jongsung Kim · 12 years ago
  37. 4df9513 net/macb: change RX path for GEM by Nicolas Ferre · 12 years ago
  38. 1b44791 net/macb: increase RX buffer size for GEM by Nicolas Ferre · 12 years ago
  39. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  40. 581df9e net/macb: fix ISR clear-on-write behavior only for some SoC by Nicolas Ferre · 12 years ago
  41. 72ca820 net/macb: fix error return code in macb_probe() by Nicolas Ferre · 12 years ago
  42. 5090704 net/cadence/macb: Simplify OF dependencies by Guenter Roeck · 12 years ago
  43. ace5801 net/macb: make clk_enable atomic by Steffen Trumtrar · 12 years ago
  44. a1ae385 net/macb: force endian_swp_pkt_en to off by Steffen Trumtrar · 12 years ago
  45. 749a2b6 net/macb: clear tx/rx completion flags in ISR by Steffen Trumtrar · 12 years ago
  46. b543a8d net: macb: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  47. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  48. 8770e91 net/macb: fix race with RX interrupt while doing NAPI by Nicolas Ferre · 12 years ago
  49. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 13 years ago
  50. 37a5b3d net/cadence: remove __dev* attributes by Bill Pemberton · 13 years ago
  51. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 13 years ago
  52. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 13 years ago
  53. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 13 years ago
  54. 3629a6c net/macb: clear unused address register by Joachim Eastwood · 13 years ago
  55. 2dbfdbb net/macb: add support for phy irq via gpio pin by Joachim Eastwood · 13 years ago
  56. 2ea32ee net/at91_ether: use stat function from macb by Joachim Eastwood · 13 years ago
  57. 314bccc net/macb: export macb_set_hwaddr and macb_get_hwaddr by Joachim Eastwood · 13 years ago
  58. d25e78a net/macb: support reversed hw addr by Joachim Eastwood · 13 years ago
  59. 17b8bb3 net/macb: check all address registers sets by Joachim Eastwood · 13 years ago
  60. 26cdfb4 macb: Keep driver's speed/duplex in sync with actual NCFGR by Vitalii Demianets · 13 years ago
  61. 8ef29f8a net/macb: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  62. 29bc2e1 net/macb: Offset first RX buffer by two bytes by Havard Skinnemoen · 13 years ago
  63. e86cd53 net/macb: better manage tx errors by Nicolas Ferre · 13 years ago
  64. d1d1b53 net/macb: ethtool interface: add register dump feature by Nicolas Ferre · 13 years ago
  65. 55054a1 net/macb: clean up ring buffer logic by Havard Skinnemoen · 13 years ago
  66. cde30a8 net/macb: tx status is more than 8 bits now by Nicolas Ferre · 13 years ago
  67. 83cdbc7 net/macb: remove macb_get_drvinfo() by Nicolas Ferre · 13 years ago
  68. a268adb net/macb: change debugging messages by Havard Skinnemoen · 13 years ago
  69. 03dbe05 net/macb: memory barriers cleanup by Havard Skinnemoen · 13 years ago
  70. 140b755 net/macb: Add support for Gigabit Ethernet mode by Patrice Vilchez · 13 years ago
  71. 95ebcea net/macb: fix truncate warnings by Joachim Eastwood · 13 years ago
  72. e0da1f1 net/at91_ether: share macb_set_rx_mode with macb by Joachim Eastwood · 13 years ago
  73. 0005f54 net/macb: export some symbols for at91_ether by Joachim Eastwood · 13 years ago
  74. 03fc472 net/macb: manage carrier state with call to netif_carrier_{on|off}() by Nicolas Ferre · 13 years ago
  75. 17f393e macb: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  76. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  77. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 14 years ago
  78. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 14 years ago
  79. 98d5e57 macb: use an unique MDIO bus name. by Florian Fainelli · 14 years ago
  80. b17471f net: macb: fix build break with !CONFIG_OF by Olof Johansson · 14 years ago
  81. fb97a84 net/macb: add DT support for Cadence macb/gem driver by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  82. 0116da4 macb: allow GEM to have configurable receive buffer size by Jamie Iles · 14 years ago
  83. 757a03c macb: support DMA bus widths > 32 bits by Jamie Iles · 14 years ago
  84. a494ed8 macb: support statistics for GEM devices by Jamie Iles · 14 years ago
  85. 70c9f3d macb: support higher rate GEM MDIO clock divisors by Jamie Iles · 14 years ago
  86. f75ba50 macb: initial support for Cadence GEM by Jamie Iles · 14 years ago
  87. c220f8c macb: convert printk to netdev_ and friends by Jamie Iles · 14 years ago
  88. 84e0cdb macb: unify at91 and avr32 platform data by Jamie Iles · 14 years ago
  89. 461845d macb: remove conditional clk handling by Jamie Iles · 14 years ago
  90. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  91. 9f2f381 macb: Move the Atmel driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/macb.c]
  92. d3e6145 macb: restore wrap bit when performing underrun cleanup by Tord Andersson · 14 years ago
  93. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  94. e072092 macb: enable transmit time stamping. by Richard Cochran · 14 years ago
  95. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
  96. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  97. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  98. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 14 years ago
  99. b19f7f7 macb: Add rx overrun counter by Alexander Stein · 14 years ago
  100. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 14 years ago