1. 29ba877 bgmac: drop ring->num_slots by Felix Fietkau · 10 years ago
  2. 4668ae1 bgmac: fix DMA rx corruption by Felix Fietkau · 10 years ago
  3. 74b6f29 bgmac: simplify dma init/cleanup by Felix Fietkau · 10 years ago
  4. 6a6c708 bgmac: add check for oversized packets by Felix Fietkau · 10 years ago
  5. 56faacd bgmac: simplify/optimize rx DMA error handling by Felix Fietkau · 10 years ago
  6. 4b62dce bgmac: set received skb headroom to NET_SKB_PAD by Felix Fietkau · 10 years ago
  7. eb64e29 bgmac: leave interrupts disabled as long as there is work to do by Felix Fietkau · 10 years ago
  8. b38c83d bgmac: simplify tx ring index handling by Felix Fietkau · 10 years ago
  9. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 10 years ago
  10. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 10 years ago
  11. c25b23b bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets by Rafał Miłecki · 10 years ago
  12. 8edfe3b bgmac: Clean warning messages by Peter Senna Tschudin · 10 years ago
  13. 2169733 bgmac: fix device initialization on Northstar SoCs (condition typo) by Rafał Miłecki · 10 years ago
  14. f7219b5 treewide: Remove unnecessary BCMA_CORETABLE_END macro by Joe Perches · 10 years ago
  15. 43f159c bgmac: activate irqs only if there is nothing to poll by Hauke Mehrtens · 10 years ago
  16. 6216642 bgmac: register napi before the device by Hauke Mehrtens · 10 years ago
  17. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  18. 5571415 bgmac: propagate error codes in bgmac_probe() by Florian Fainelli · 11 years ago
  19. 0e59593 bgmac: fix typos by Hauke Mehrtens · 11 years ago
  20. 6df4aff bgmac: add support for Northstar SoC (BCM4707, BCM53018) by Hauke Mehrtens · 11 years ago
  21. 622a521 bgmac: reset all cores on Northstar SoC by Hauke Mehrtens · 11 years ago
  22. 48e07fb bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4 by Hauke Mehrtens · 11 years ago
  23. 56ceecd bgmac: initialize the DMA controller of core rev >= 4 by Hauke Mehrtens · 11 years ago
  24. 69c5885 bgmac: use phy_mii_ioctl in ioctl handler by Hauke Mehrtens · 11 years ago
  25. 5322dbf bgmac: drop duplicated PHY defines by Rafał Miłecki · 11 years ago
  26. 1a0ab76 bgmac: replace some magic values with defines by Rafał Miłecki · 11 years ago
  27. d469962 bgmac: reset cached MAC state during chip reset by Rafał Miłecki · 11 years ago
  28. 4e34da4d bgmac: start/stop PHY on netdev open/stop by Rafał Miłecki · 11 years ago
  29. 5824d2d bgmac: connect to PHY and make use of PHY device by Rafał Miłecki · 11 years ago
  30. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 92b9ccd3 bgmac: pass received packet to the netif instead of copying it by Rafał Miłecki · 11 years ago
  32. b757a62 bgmac: don't update slot on skb alloc/dma mapping error by Nathan Hintz · 11 years ago
  33. d549c76b bgmac: separate RX descriptor setup code into a new function by Rafał Miłecki · 11 years ago
  34. 49a467b bgmac: add support for Byte Queue Limits by Hauke Mehrtens · 11 years ago
  35. 9900303 bgmac: implement unaligned addressing for DMA rings that support it by Rafał Miłecki · 11 years ago
  36. 3647268 bgmac: allow bigger et_swtype nvram variable by Hauke Mehrtens · 11 years ago
  37. 6a391e7 bgmac: fix internal switch initialization by Rafał Miłecki · 11 years ago
  38. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  39. 11e5e76 bgmac: register MII bus by Rafał Miłecki · 12 years ago
  40. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  41. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  42. 02e7112 bgmac: omit the fcs by Hauke Mehrtens · 12 years ago
  43. 70a737b bgmac: fix indexing of 2nd level loops by Rafał Miłecki · 12 years ago
  44. 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
  45. 885d299 bgmac: fix unaligned accesses to network headers by Hauke Mehrtens · 12 years ago
  46. 4160815 bgmac: add read of interrupt mask after disabling interrupts by Nathan Hintz · 12 years ago
  47. 217a55a bgmac: return error on failed PHY write by Rafał Miłecki · 12 years ago
  48. e9ba103 bgmac: fix "cmdcfg" calls for promisc and loopback modes by Rafał Miłecki · 12 years ago
  49. d166f21 bgmac: validate (and random if needed) MAC addr by Rafał Miłecki · 12 years ago
  50. c6edfe1 bgmac: add ndo_set_rx_mode netdev ops by Hauke Mehrtens · 12 years ago
  51. 522c590 bgmac: add generic ndo_validate_addr netdev ops by Hauke Mehrtens · 12 years ago
  52. 4e20900 bgmac: write mac address to hardware in ndo_set_mac_address by Hauke Mehrtens · 12 years ago
  53. b5a4c2f bgmac: implement missing code for BCM53572 by Hauke Mehrtens · 12 years ago
  54. dd4544f bgmac: driver for GBit MAC core on BCMA bus by Rafał Miłecki · 12 years ago