1. 022be25 net: macb: Add support for sgmii phy interface by Punnaiah Choudary Kalluri · 9 years ago
  2. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 7a6e070 macb: Fix build with macro'ized readl/writel. by David S. Miller · 9 years ago
  4. 94b295e net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP() by Andy Shevchenko · 9 years ago
  5. 8bcbf82 net/macb: suppress compiler warnings by Andy Shevchenko · 9 years ago
  6. a35919e net/macb: use dev_*() when netdev is not yet registered by Andy Shevchenko · 9 years ago
  7. f36dbe6 net/macb: check if macb_config present by Andy Shevchenko · 9 years ago
  8. f2ce8a9 net/macb: improve big endian CPU support by Andy Shevchenko · 9 years ago
  9. 7baaa90 net: macb: Add SG support for Zynq SOC family by Punnaiah Choudary Kalluri · 9 years ago
  10. 5c8fe71 net/macb: add config for Atmel sama5d2 SoCs by Cyrille Pitchen · 9 years ago
  11. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  12. 222ca8e net: macb: Disable half duplex gigabit on Zynq by Nathan Sullivan · 9 years ago
  13. 86b5e7d net: macb: Add better comment for RXUBR handling by Nathan Sullivan · 9 years ago
  14. a104a6b net: macb: OR vs AND typos by Dan Carpenter · 9 years ago
  15. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. a5898ea net: macb: Add change_mtu callback with jumbo support by Harini Katakam · 9 years ago
  17. 98b5a0f4 net: macb: Add support for jumbo frames by Harini Katakam · 9 years ago
  18. 7b61f9c net: macb: Add compatible string for Zynq Ultrascale+ MPSoC by Harini Katakam · 9 years ago
  19. bfbb92c net: macb: Handle the RXUBR interrupt on all devices by Nathan Sullivan · 9 years ago
  20. d4c216c net: macb: Fix race condition in driver when Rx frame is dropped by Punnaiah Choudary Kalluri · 9 years ago
  21. 21d3515 net/macb: Factor out one-time assignment from loop by Ben Shelton · 9 years ago
  22. 716723c net/macb: sqe_test_errors are TX errors, not RX errors by Wolfgang Steinwender · 10 years ago
  23. fa69359 net/macb: unify peripheral version testing by Nicolas Ferre · 10 years ago
  24. 3619189 net/macb: fix the peripheral version test by Nicolas Ferre · 10 years ago
  25. 7c39994 net/macb: add the user i/o to ethtool register dump by Nicolas Ferre · 10 years ago
  26. c69618b net/macb: fix probe sequence to setup clocks earlier by Nicolas Ferre · 10 years ago
  27. ad78347 net/macb: trivial: correct wording for caps by Nicolas Ferre · 10 years ago
  28. f697050 net/macb: fix capabilities configuration by Nicolas Ferre · 10 years ago
  29. da12011 net/macb: add comment in macb_probe_queues by Nicolas Ferre · 10 years ago
  30. bfa0914 net/macb: only probe queues once and use stored values by Nicolas Ferre · 10 years ago
  31. 2c29b23 net/macb: Only adjust tx_clk on link change by Jaeden Amero · 10 years ago
  32. 416377e macb: Fix merge error. by Stephen Rothwell · 10 years ago
  33. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 0b2eb3e net: macb: constify macb configuration data by Josh Cartwright · 10 years ago
  35. 421d9df net/macb: merge at91_ether driver into macb driver by Cyrille Pitchen · 10 years ago
  36. 93b31f4 net/macb: unify clock management by Cyrille Pitchen · 10 years ago
  37. a848748 net: macb: remove #if defined(CONFIG_ARCH_AT91) sections by Boris BREZILLON · 10 years ago
  38. 2048823 net: macb: Fix multi queue support for xilinx ZynqMP by Punnaiah Choudary Kalluri · 10 years ago
  39. 8a013a9 net: macb: Include multi queue support for xilinx ZynqMP ethernet version by Punnaiah Choudary Kalluri · 10 years ago
  40. 62f6924 net: macb: Add on the fly CPU endianness detection by Arun Chandran · 10 years ago
  41. a50dad3 net: macb: Add big endian CPU support by Arun Chandran · 10 years ago
  42. 8093b1c net/macb: fix sparse warning by Lad, Prabhakar · 10 years ago
  43. d23823d net: macb: Remove CONFIG_PM ifdef because of compilation warning by Michal Simek · 10 years ago
  44. 9e86d76 net: macb: allow deffered probe of the driver by Nicolae Rosia · 10 years ago
  45. 8cd5a56 net/macb: Create gem_ethtool_ops for new statistics functions by Xander Huff · 10 years ago
  46. 2fa45e2 net/macb: Add whitespace around arithmetic operators by Xander Huff · 10 years ago
  47. 3ff13f1 net/macb: improved ethtool statistics support by Xander Huff · 10 years ago
  48. cf250de net/macb: remove useless calls of devm_free_irq() by Cyrille Pitchen · 10 years ago
  49. e965be7 net/macb: fix misplaced call of free_netdev() in macb_remove() by Cyrille Pitchen · 10 years ago
  50. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  51. 02c958d net/macb: add TX multiqueue support for gem by Cyrille Pitchen · 10 years ago
  52. 51f8301 net/macb: fix compilation warning for print_hex_dump() called with skb->mac_header by Cyrille Pitchen · 10 years ago
  53. fe6a12d net: ethernet: cadence: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  54. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. 9026968 Revert "net/macb: add pinctrl consumer support" by Soren Brinkmann · 10 years ago
  56. 5879823 net/macb: Add hardware revision information during probe by Bo Shen · 10 years ago
  57. 4b7b0e4 net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gem by Cyrille Pitchen · 10 years ago
  58. 924ec53 net/macb: add RX checksum offload feature by Cyrille Pitchen · 10 years ago
  59. 85ff3d8 net/macb: add TX checksum offload feature by Cyrille Pitchen · 10 years ago
  60. a4c35ed3 net/macb: add scatter-gather hw feature by Cyrille Pitchen · 10 years ago
  61. e175587 net/macb: configure for FIFO mode and non-gigabit by Nicolas Ferre · 10 years ago
  62. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 10 years ago
  63. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 10 years ago
  64. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 10 years ago
  65. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 10 years ago
  66. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 10 years ago
  67. 5b31f22 macb: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  68. c88b5b6 macb: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  69. 48330e08 net: macb: DMA-unmap full rx-buffer by Soren Brinkmann · 11 years ago
  70. 9203090 net: macb: Check DMA mappings for error by Soren Brinkmann · 11 years ago
  71. 9319e47 net: macb: Fix build warning by Soren Brinkmann · 11 years ago
  72. e1824df net: macb: Adjust tx_clk when link speed changes by Soren Brinkmann · 11 years ago
  73. 0a4acf0 net: macb: Use devm_request_irq() by Soren Brinkmann · 11 years ago
  74. 60fe716 net: macb: Use devm_ioremap() by Soren Brinkmann · 11 years ago
  75. b48e0ba net: macb: Migrate to devm clock interface by Soren Brinkmann · 11 years ago
  76. 0dfc3e1 net: macb: Migrate to dev_pm_ops by Soren Brinkmann · 11 years ago
  77. c607a0d net: macb: use dev_get_platdata() by Jingoo Han · 11 years ago
  78. 7daa78e net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init by Boris BREZILLON · 11 years ago
  79. 148cbb5 net/cadence/macb: add support for dt phy definition by Boris BREZILLON · 11 years ago
  80. 01276ed net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit by Jongsung Kim · 11 years ago
  81. 4df9513 net/macb: change RX path for GEM by Nicolas Ferre · 11 years ago
  82. 1b44791 net/macb: increase RX buffer size for GEM by Nicolas Ferre · 11 years ago
  83. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  84. 581df9e net/macb: fix ISR clear-on-write behavior only for some SoC by Nicolas Ferre · 11 years ago
  85. 72ca820 net/macb: fix error return code in macb_probe() by Nicolas Ferre · 12 years ago
  86. 5090704 net/cadence/macb: Simplify OF dependencies by Guenter Roeck · 12 years ago
  87. ace5801 net/macb: make clk_enable atomic by Steffen Trumtrar · 12 years ago
  88. a1ae385 net/macb: force endian_swp_pkt_en to off by Steffen Trumtrar · 12 years ago
  89. 749a2b6 net/macb: clear tx/rx completion flags in ISR by Steffen Trumtrar · 12 years ago
  90. b543a8d net: macb: use module_platform_driver_probe() by Jingoo Han · 12 years ago
  91. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  92. 8770e91 net/macb: fix race with RX interrupt while doing NAPI by Nicolas Ferre · 12 years ago
  93. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  94. 37a5b3d net/cadence: remove __dev* attributes by Bill Pemberton · 12 years ago
  95. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 12 years ago
  96. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  97. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 12 years ago
  98. 3629a6c net/macb: clear unused address register by Joachim Eastwood · 12 years ago
  99. 2dbfdbb net/macb: add support for phy irq via gpio pin by Joachim Eastwood · 12 years ago
  100. 2ea32ee net/at91_ether: use stat function from macb by Joachim Eastwood · 12 years ago