1. 5d165c5 net: fec: remove useless fep->opened by Russell King · 11 years ago
  2. d76cfae net: fec: stop the phy before shutting down the MAC by Russell King · 11 years ago
  3. 0b146ca net: fec: ensure that a disconnected phy isn't configured by Russell King · 11 years ago
  4. 635cf17 net: fec: remove checking for NULL phy_dev in fec_enet_close() by Russell King · 11 years ago
  5. b49cd50 net: fec: use netif_tx_disable() rather than netif_stop_queue() by Russell King · 11 years ago
  6. 7a16807 net: fec: fix interrupt handling races by Russell King · 11 years ago
  7. 9671a42 net: fec: fix ethtool set_pauseparam duplex bug by Russell King · 11 years ago
  8. b44592f net: fec: iMX6 FEC does not support half-duplex gigabit by Russell King · 11 years ago
  9. 62a02c9 net: fec: Don't clear IPV6 header checksum field when IP accelerator enable by Fugang Duan · 11 years ago
  10. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  11. 79f3391 net: fec: Add software TSO support by Nimrod Andy · 11 years ago
  12. 6e90928 net: fec: Add Scatter/gather support by Nimrod Andy · 11 years ago
  13. 55d0218 net: fec: Increase buffer descriptor entry number by Nimrod Andy · 11 years ago
  14. 09d1e54 net: fec: Factorize feature setting by Nimrod Andy · 11 years ago
  15. 96c50ca net: fec: Enable IP header hardware checksum by Nimrod Andy · 11 years ago
  16. 61a4427 net: fec: Factorize the .xmit transmit function by Nimrod Andy · 11 years ago
  17. 39f3336 net/fsl: xgmac_mdio is dependent on OF_MDIO by Andy Fleming · 11 years ago
  18. 55fd364 net/fsl: Make xgmac_mdio read error message useful by Shruti Kanetkar · 11 years ago
  19. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. d4c642e gianfar: Call netif_carrier_off() prior to registration by Fabio Estevam · 11 years ago
  21. 898157e gianfar: Fix the section mismatch warnings. by Xiubo Li · 11 years ago
  22. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  23. a68ab98 fec: Include pinctrl header file by Fabio Estevam · 11 years ago
  24. 5bbde4d net: fec: use pinctrl PM helpers by Nimrod Andy · 11 years ago
  25. 8700981 ucc_geth: use the new fixed PHY helpers by Florian Fainelli · 11 years ago
  26. be40364 gianfar: use the new fixed PHY helpers by Florian Fainelli · 11 years ago
  27. bb74d9a fs_enet: use the new fixed PHY helpers by Florian Fainelli · 11 years ago
  28. 98a6eeb net: fec: correct the MDIO clock source by Nimrod Andy · 11 years ago
  29. e8fcfcd net: fec: optimize the clock management to save power by Nimrod Andy · 11 years ago
  30. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  31. 6ce29b0 gianfar: Avoid unnecessary reg accesses in adjust_link() by Claudiu Manoil · 11 years ago
  32. 98a46d4 gianfar: Check if phydev present on ethtool -A by Claudiu Manoil · 11 years ago
  33. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  34. 44934fa net: fec: make sure to init MAC address by Lucas Stach · 11 years ago
  35. 5cab273 fs_enet: remove empty MDIO bus function by Florian Fainelli · 11 years ago
  36. fe29bd8 fec: remove empty MDIO bus function by Florian Fainelli · 11 years ago
  37. 3614574 ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  38. 8e7e687 fec: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  39. c65d753 gianfar: Fix P1010 config regression (SQ polling) by Claudiu Manoil · 11 years ago
  40. 4986b4f0 ptp: drivers: set the number of programmable pins. by Richard Cochran · 11 years ago
  41. 9b2c057 fs_enet: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  42. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. 84fe618 eth: fec: Fix lost promiscuous mode after reconnecting cable by Stefan Wahren · 11 years ago
  44. c9974ad gianfar: Carefully free skbs in functions called by netpoll. by Eric W. Biederman · 11 years ago
  45. b338ce2 gianfar: Fix multi-queue support checks @probe() by Claudiu Manoil · 11 years ago
  46. 71ff9e3 gianfar: Use Single-Queue polling for "fsl,etsec2" by Claudiu Manoil · 11 years ago
  47. aeb12c5 gianfar: Separate out the Tx interrupt handling (Tx NAPI) by Claudiu Manoil · 11 years ago
  48. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. f19015b gianfar: Fix Tx int miss, dont write IC on-the-fly by Claudiu Manoil · 11 years ago
  50. 0851133 gianfar: Fix device reset races (oops) for Tx by Claudiu Manoil · 11 years ago
  51. 80ec396 gianfar: Don't free/request irqs on device reset by Claudiu Manoil · 11 years ago
  52. 8830264 gianfar: Fix on-the-fly vlan and mtu updates by Claudiu Manoil · 11 years ago
  53. a328ac9 gianfar: Implement MAC reset and reconfig procedure by Claudiu Manoil · 11 years ago
  54. fb8ef78 net: fec: fix potential issue to avoid fec interrupt lost and crc error by Duan Fugang-B38611 · 11 years ago
  55. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. ce5eaf0 NET: fec: only enable napi if we are successful by Russell King · 11 years ago
  57. 7cca336 gianfar: Remove clean_rx_ring race from gfar_ethtool by Claudiu Manoil · 11 years ago
  58. c10650b gianfar: Add missing graceful reset steps and fixes by Claudiu Manoil · 11 years ago
  59. efeddce gianfar: Factor out enabling/disabling of hw interrupts by Claudiu Manoil · 11 years ago
  60. 532c37b gianfar: Remove useless HAS_PADDING device flag by Claudiu Manoil · 11 years ago
  61. 34018fd gianfar: Remove sysfs stubs for FIFOCFG and stashing by Claudiu Manoil · 11 years ago
  62. 2086278 gianfar: Cleanup/Fix gfar_probe and the hw init code by Claudiu Manoil · 11 years ago
  63. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 12 years ago
  64. 42851e8 gianfar: Fix portabilty issues for ethtool and ptp by Claudiu Manoil · 12 years ago
  65. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. 7d30622 fec: Revert "fec: Do not assume that PHY reset is active low" by Fabio Estevam · 12 years ago
  67. 7a399e3 fec: Do not assume that PHY reset is active low by Fabio Estevam · 12 years ago
  68. 40803a2 net: freescale: remove unused compare_addr() by dingtianhong · 12 years ago
  69. 7a2a845 net: fec: fix potential use after free by Eric Dumazet · 12 years ago
  70. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. a1bf175 net:fec: remove duplicate lines in comment about errata ERR006358 by Philippe De Muyter · 12 years ago
  72. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  73. 2488a54 net: fec_main: dma_map() only the length of the skb by Sebastian Siewior · 12 years ago
  74. ca0c88c gianfar: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 12 years ago
  75. 1d5244d fec: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 12 years ago
  76. d842a31 net:fec: fix WARNING caused by lack of calls to dma_mapping_error() by Duan Fugang-B38611 · 12 years ago
  77. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  78. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 12 years ago
  79. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 12 years ago
  80. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 12 years ago
  81. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. 3ba405d gianfar: Simplify MQ polling to avoid soft lockup by Claudiu Manoil · 12 years ago
  83. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 12 years ago
  84. 53fad77 gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1 by Claudiu Manoil · 12 years ago
  85. 2969b1f gianfar: Use mpc85xx support for errata detection by Claudiu Manoil · 12 years ago
  86. ad3660c gianfar: Enable eTSEC-A002 erratum w/a for all parts by Claudiu Manoil · 12 years ago
  87. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 12 years ago
  88. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. e58f6f4 powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file by Aida Mynzhasova · 12 years ago
  90. 3f3f096 Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file" by David S. Miller · 12 years ago
  91. 894116bd powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file by Aida Mynzhasova · 12 years ago
  92. bddb2d9 gianfar: Remove extern from function prototypes by Joe Perches · 12 years ago
  93. 44a272d net: fec: remove deprecated IRQF_DISABLED by Michael Opdenacker · 12 years ago
  94. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  95. 36e24e2 net: fec: fix the error to get the previous BD entry by Duan Fugang-B38611 · 12 years ago
  96. 50ad076 gianfar: Fix reported number of sent bytes to BQL by Claudiu Manoil · 12 years ago
  97. 0affdf3 net: fec: fix time stamping logic after napi conversion by Richard Cochran · 12 years ago
  98. 7d7628f net/fec: cleanup types in fec_get_mac() by Dan Carpenter · 12 years ago
  99. 94660ba net: fec: use dev_get_platdata() by Jingoo Han · 12 years ago
  100. 322555f fec: Use NAPI_POLL_WEIGHT by Fabio Estevam · 12 years ago