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