1. cdb26d3 net: bgmac: fix reversed checks for clock control flag by Rafał Miłecki · 8 years ago
  2. fcdefcc bgmac: stop clearing DMA receive control register right after it is set by Andy Gospodarek · 8 years ago
  3. c121f72a net: bgmac: fix spelling mistake: "connecton" -> "connection" by Colin Ian King · 8 years ago
  4. 4af1474 net: bgmac: Fix errant feature flag check by Jon Mason · 8 years ago
  5. e2d8f64 net: bgmac: make it clear when setting interface type to RMII by Rafał Miłecki · 8 years ago
  6. 1cb94db net: bgmac: support Ethernet core on BCM53573 SoCs by Rafał Miłecki · 8 years ago
  7. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. e86663c net: bgmac: Fix infinite loop in bgmac_dma_tx_add() by Florian Fainelli · 8 years ago
  9. f6a95a2 net: ethernet: bgmac: Add platform device support by Jon Mason · 8 years ago
  10. db791eb net: ethernet: bgmac: convert to feature flags by Jon Mason · 8 years ago
  11. 55954f3 net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file by Jon Mason · 8 years ago
  12. a0b6848 net: ethernet: bgmac: add dma_dev pointer by Jon Mason · 8 years ago
  13. d00a828 net: ethernet: bgmac: change bgmac_* prints to dev_* prints by Jon Mason · 8 years ago
  14. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 3894396 net: bgmac: Remove superflous netif_carrier_on() by Florian Fainelli · 8 years ago
  16. c3897f2 net: bgmac: Start transmit queue in bgmac_open by Florian Fainelli · 8 years ago
  17. d2b1323 net: bgmac: Fix SOF bit checking by Florian Fainelli · 8 years ago
  18. 904632a net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  19. b21fcb2 net: ethernet: bgmac: use phydev from struct net_device by Philippe Reynes · 8 years ago
  20. 6d490f62 bgmac: Maintain some netdev statistics by Florian Fainelli · 8 years ago
  21. f6613d4 bgmac: Add support for ethtool statistics by Florian Fainelli · 8 years ago
  22. 2022e9d bgmac: Bind net_device with backing device structure by Florian Fainelli · 8 years ago
  23. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  24. c01e015 treewide: Fix typos in printk by Masanari Iida · 8 years ago
  25. b4dfd8e bgmac: reset & enable Ethernet core before using it by Rafał Miłecki · 8 years ago
  26. 9e4e620 bgmac: support Ethernet device on BCM47094 SoC by Rafał Miłecki · 8 years ago
  27. 387b75f bgmac: add helper checking for BCM4707 / BCM53018 chip id by Rafał Miłecki · 9 years ago
  28. 750afbf bgmac: Fix reversed test of build_skb() return value. by David S. Miller · 9 years ago
  29. f1640c3 bgmac: fix a missing check for build_skb by wangweidong · 9 years ago
  30. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  31. 4db78d3 bgmac: Update fixed_phy_register() by Fabio Estevam · 9 years ago
  32. 538e456 bgmac: support up to 3 cores (devices) on a bus by Rafał Miłecki · 9 years ago
  33. e580267 bgmac: fix requests for extra polling calls from NAPI by Rafał Miłecki · 9 years ago
  34. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  35. 29ba877 bgmac: drop ring->num_slots by Felix Fietkau · 9 years ago
  36. 4668ae1 bgmac: fix DMA rx corruption by Felix Fietkau · 9 years ago
  37. 74b6f29 bgmac: simplify dma init/cleanup by Felix Fietkau · 9 years ago
  38. 6a6c708 bgmac: add check for oversized packets by Felix Fietkau · 9 years ago
  39. 56faacd bgmac: simplify/optimize rx DMA error handling by Felix Fietkau · 9 years ago
  40. 4b62dce bgmac: set received skb headroom to NET_SKB_PAD by Felix Fietkau · 9 years ago
  41. eb64e29 bgmac: leave interrupts disabled as long as there is work to do by Felix Fietkau · 9 years ago
  42. b38c83d bgmac: simplify tx ring index handling by Felix Fietkau · 9 years ago
  43. 138173d MIPS: BCM47xx: Move NVRAM header to the include/linux/. by Rafał Miłecki · 10 years ago
  44. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 9 years ago
  45. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 9 years ago
  46. c25b23b bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets by Rafał Miłecki · 9 years ago
  47. 8edfe3b bgmac: Clean warning messages by Peter Senna Tschudin · 9 years ago
  48. 2169733 bgmac: fix device initialization on Northstar SoCs (condition typo) by Rafał Miłecki · 9 years ago
  49. f7219b5 treewide: Remove unnecessary BCMA_CORETABLE_END macro by Joe Perches · 9 years ago
  50. 43f159c bgmac: activate irqs only if there is nothing to poll by Hauke Mehrtens · 10 years ago
  51. 6216642 bgmac: register napi before the device by Hauke Mehrtens · 10 years ago
  52. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  53. 5571415 bgmac: propagate error codes in bgmac_probe() by Florian Fainelli · 11 years ago
  54. 0e59593 bgmac: fix typos by Hauke Mehrtens · 11 years ago
  55. 6df4aff bgmac: add support for Northstar SoC (BCM4707, BCM53018) by Hauke Mehrtens · 11 years ago
  56. 622a521 bgmac: reset all cores on Northstar SoC by Hauke Mehrtens · 11 years ago
  57. 48e07fb bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4 by Hauke Mehrtens · 11 years ago
  58. 56ceecd bgmac: initialize the DMA controller of core rev >= 4 by Hauke Mehrtens · 11 years ago
  59. 69c5885 bgmac: use phy_mii_ioctl in ioctl handler by Hauke Mehrtens · 11 years ago
  60. 5322dbf bgmac: drop duplicated PHY defines by Rafał Miłecki · 11 years ago
  61. 1a0ab76 bgmac: replace some magic values with defines by Rafał Miłecki · 11 years ago
  62. d469962 bgmac: reset cached MAC state during chip reset by Rafał Miłecki · 11 years ago
  63. 4e34da4d bgmac: start/stop PHY on netdev open/stop by Rafał Miłecki · 11 years ago
  64. 5824d2d bgmac: connect to PHY and make use of PHY device by Rafał Miłecki · 11 years ago
  65. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 92b9ccd3 bgmac: pass received packet to the netif instead of copying it by Rafał Miłecki · 11 years ago
  67. b757a62 bgmac: don't update slot on skb alloc/dma mapping error by Nathan Hintz · 11 years ago
  68. d549c76b bgmac: separate RX descriptor setup code into a new function by Rafał Miłecki · 11 years ago
  69. 49a467b bgmac: add support for Byte Queue Limits by Hauke Mehrtens · 11 years ago
  70. 9900303 bgmac: implement unaligned addressing for DMA rings that support it by Rafał Miłecki · 11 years ago
  71. 3647268 bgmac: allow bigger et_swtype nvram variable by Hauke Mehrtens · 11 years ago
  72. 6a391e7 bgmac: fix internal switch initialization by Rafał Miłecki · 11 years ago
  73. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 11 years ago
  74. 11e5e76 bgmac: register MII bus by Rafał Miłecki · 11 years ago
  75. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  76. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  77. 02e7112 bgmac: omit the fcs by Hauke Mehrtens · 11 years ago
  78. 70a737b bgmac: fix indexing of 2nd level loops by Rafał Miłecki · 11 years ago
  79. edb15d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next by Ralf Baechle · 11 years ago
  80. 885d299 bgmac: fix unaligned accesses to network headers by Hauke Mehrtens · 11 years ago
  81. 4160815 bgmac: add read of interrupt mask after disabling interrupts by Nathan Hintz · 11 years ago
  82. 217a55a bgmac: return error on failed PHY write by Rafał Miłecki · 11 years ago
  83. e9ba103 bgmac: fix "cmdcfg" calls for promisc and loopback modes by Rafał Miłecki · 11 years ago
  84. d166f21 bgmac: validate (and random if needed) MAC addr by Rafał Miłecki · 11 years ago
  85. c6edfe1 bgmac: add ndo_set_rx_mode netdev ops by Hauke Mehrtens · 11 years ago
  86. 522c590 bgmac: add generic ndo_validate_addr netdev ops by Hauke Mehrtens · 11 years ago
  87. 4e20900 bgmac: write mac address to hardware in ndo_set_mac_address by Hauke Mehrtens · 11 years ago
  88. b5a4c2f bgmac: implement missing code for BCM53572 by Hauke Mehrtens · 11 years ago
  89. dd4544f bgmac: driver for GBit MAC core on BCMA bus by Rafał Miłecki · 12 years ago