1. 80dc6a9 net: fec: don't disable FEC_ENET_TS_TIMER interrupt by Troy Kisky · 9 years ago
  2. 53bb20d net: fec: add variable reg_desc_active to speed things up by Troy Kisky · 9 years ago
  3. 7355f27 net: fec: add struct bufdesc_prop by Troy Kisky · 9 years ago
  4. 55cd48c net: fec: stop the "rcv is not +last, " error messages by Troy Kisky · 9 years ago
  5. 05f3b50 net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28 by Johannes Berg · 9 years ago
  6. 5cfa303 net: fec: make driver endian-safe by Johannes Berg · 9 years ago
  7. 32cba57 net: fec: introduce fec_ptp_stop and use in probe fail path by Lucas Stach · 10 years ago
  8. 1880349 net: fec: don't access RACC register when not available by Greg Ungerer · 10 years ago
  9. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 3d125f9 net: fec: fix MDIO bus assignement for dual fec SoC's by Stefan Agner · 10 years ago
  11. de40ed3 net: fec: add Wake-on-LAN support by Nimrod Andy · 10 years ago
  12. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  13. d543a76 net: fec: init maximum receive buffer size for ring1 and ring2 by Nimrod Andy · 10 years ago
  14. 6b7e400 net: fec: improve access to quirk flags by copying them into fec_enet_private struct by Lothar Waßmann · 10 years ago
  15. 217b584 net: fec: change type of 'bufdesc_ex' to bool by Lothar Waßmann · 10 years ago
  16. df406bc net: fec: properly parenthesize macro args by Lothar Waßmann · 10 years ago
  17. 745f42b net: fec: consistently use lower case chars as hex digits by Lothar Waßmann · 10 years ago
  18. ea209de net: fec: indentation cleanup by Lothar Waßmann · 10 years ago
  19. 28b5f05 net: fec: ptp: fix convergence issue to support LinuxPTP stack by Nimrod Andy · 10 years ago
  20. 278d240 net: fec: ptp: Enable PPS output based on ptp clock by Luwei Zhou · 10 years ago
  21. 89bddcd net: fec: ptp: Use hardware algorithm to adjust PTP counter. by Luwei Zhou · 10 years ago
  22. 1b7bde6 net: fec: implement rx_copybreak to improve rx performance by Nimrod Andy · 10 years ago
  23. befe821 net: fec: Add Ftype to BD to distiguish three tx queues for AVB by Nimrod Andy · 10 years ago
  24. 73e7228 net:fec: increase DMA queue number by Fugang Duan · 10 years ago
  25. d851b47 net: fec: add interrupt coalescence feature support by Fugang Duan · 10 years ago
  26. bf3c228 net: fec: fix build error at m68k platform by Frank Li · 10 years ago
  27. 41ef84c net: fec: change FEC alignment according to i.mx6 sx requirement by Fugang Duan · 10 years ago
  28. ce99d0d net: fec: add enet-avb IP support by Frank Li · 10 years ago
  29. 9fc095f net: fec: parser max queue number from dt file by Fugang Duan · 10 years ago
  30. 4d494cd net: fec: change data structure to support multiqueue by Fugang Duan · 10 years ago
  31. 9b5330e net:fec: add enet refrence clock for i.MX 6SX chip by Fugang Duan · 10 years ago
  32. 91c0d98 net: fec: ptp: avoid register access when ipg clock is disabled by Nimrod Andy · 11 years ago
  33. 407066f net: fec: Support phys probed from devicetree and fixed-link by Uwe Kleine-König · 11 years ago
  34. 36cdc74 net: fec: replace delayed work with standard work by Russell King · 11 years ago
  35. ccea296 net: fec: better implementation of iMX6 ERR006358 quirk by Russell King · 11 years ago
  36. 5d165c5 net: fec: remove useless fep->opened by Russell King · 11 years ago
  37. 79f3391 net: fec: Add software TSO support by Nimrod Andy · 11 years ago
  38. 6e90928 net: fec: Add Scatter/gather support by Nimrod Andy · 11 years ago
  39. 55d0218 net: fec: Increase buffer descriptor entry number by Nimrod Andy · 11 years ago
  40. 61a4427 net: fec: Factorize the .xmit transmit function by Nimrod Andy · 11 years ago
  41. 1d5244d fec: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  42. 36e24e2 net: fec: fix the error to get the previous BD entry by Duan Fugang-B38611 · 11 years ago
  43. 0319165 net: fec: workaround stop tx during errata ERR006358 by Frank Li · 12 years ago
  44. cdffcf1 net: fec: Add VLAN receive HW support. by Jim Baxter · 12 years ago
  45. 38ae92d fec: Add support for reading RMON registers by Chris Healy · 12 years ago
  46. ca162a8 fec: Only pass pdev in fec_ptp_init() by Fabio Estevam · 12 years ago
  47. f4e9f3d fec: Place the phy regulator in the private structure by Fabio Estevam · 12 years ago
  48. 54309fa net: fec: fix kernel oops when plug/unplug cable many times by Frank Li · 12 years ago
  49. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  50. 4c09eed net: fec: Enable imx6 enet checksum acceleration. by Jim Baxter · 12 years ago
  51. daa7d39 net: freescale: fec: add support for optional enet_out clk by Wolfram Sang · 12 years ago
  52. d97e749 net: fec: restart the FEC when PHY speed changes by Lucas Stach · 12 years ago
  53. acac840 net: fec: fix build error in no MXC platform by Frank Li · 12 years ago
  54. de5fb0a net: fec: put tx to napi poll function to fix dead lock by Frank Li · 12 years ago
  55. dc97538 net: fec: add napi support to improve proformance by Frank Li · 12 years ago
  56. baa70a5 net: fec: enable pause frame to improve rx prefomance for 1G network by Frank Li · 12 years ago
  57. ff43da8 NET: FEC: dynamtic check DMA desc buff type by Frank Li · 12 years ago
  58. 6605b73 FEC: Add time stamping code and a PTP hardware clock by Frank Li · 12 years ago
  59. 405f257 net: fec: move fec_enet_private to header file by Frank Li · 12 years ago
  60. 8d82f21 net: fsl: fec: handle 10Mbps speed in RMII mode by Eric Benard · 13 years ago
  61. ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/fec.h]
  62. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  63. b5680e0 net/fec: add dual fec support for mx28 by Shawn Guo · 14 years ago
  64. 5eb32bd fec: add support for PHY interface platform data by Baruch Siach · 15 years ago
  65. 5ca1ea2 fec: fix definition of 5272 version of FEC_X_DES_ACTIVE register by Greg Ungerer · 16 years ago
  66. 9ff1a91 fec: remove extra ";" from definition names by Greg Ungerer · 16 years ago
  67. 2e28532 fec: do not typedef struct types by Sascha Hauer · 16 years ago
  68. f44d630 fec: switch to writel/readl by Sascha Hauer · 16 years ago
  69. 196719e fec: Add support for Freescale MX27 by Sascha Hauer · 16 years ago
  70. cc462f7 m68knommu: fix ColdFire 5272 fec driver hash registers by Greg Ungerer · 17 years ago
  71. c88b36e [PATCH] m68knommu: 532x FEC eth struct map by Greg Ungerer · 19 years ago
  72. 7a77d91 [PATCH] m68knommu: FEC ethernet header support for the ColdFire 5208 by Greg Ungerer · 19 years ago
  73. 2d9d166 [PATCH] m68knommu: FEC eth definitions support for the 523x Coldfire processor family by Greg Ungerer · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago