1. b66b1f5 net: systemport: Decouple flow control from __bcm_sysport_tx_reclaim by Florian Fainelli · 8 years ago
  2. 39f8b0d net: ethernet: bcmsysport: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  3. c1ab0e9 net: systemport: constify ethtool_ops structures by Julia Lawall · 8 years ago
  4. 9a0a5c4 net: systemport: Fix ordering in intrl2_*_mask_clear macro by Florian Fainelli · 8 years ago
  5. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 016eb55 net: bcmsysport: Device stats are unsigned long by Florian Fainelli · 8 years ago
  7. 697666e net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  8. 715a022 net: ethernet: bcmsysport: use phydev from struct net_device by Philippe Reynes · 8 years ago
  9. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  10. c82f47e net: bcmsysport: use napi_complete_done() by Florian Fainelli · 8 years ago
  11. ba90950 net: bcmsysport: use __napi_schedule_irqoff() by Florian Fainelli · 8 years ago
  12. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  13. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  14. 46d5a34 net: systemport: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  15. 6cec4f5 net: systemport: Add netconsole support by Florian Fainelli · 9 years ago
  16. adb3505 net: systemport: Use eth_hw_addr_random by Vaishali Thakkar · 9 years ago
  17. 25977ac net: systemport: Add a check for oversized packets by Florian Fainelli · 9 years ago
  18. c73b018 net: systemport: rewrite bcm_sysport_rx_refill by Florian Fainelli · 9 years ago
  19. baf387a net: systemport: Pre-calculate and utilize cb->bd_addr by Florian Fainelli · 9 years ago
  20. d063486 net: systemport: Implement RX coalescing control knobs by Florian Fainelli · 9 years ago
  21. b1a15e8 net: systemport: Implement TX coalescing control knobs by Florian Fainelli · 9 years ago
  22. 55ff4ea net: systemport: fix software maintained statistics by Florian Fainelli · 9 years ago
  23. 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
  24. fb3b596 net: systemport: allow changing MAC address by Florian Fainelli · 10 years ago
  25. 60b4ea1 net: systemport: log RX buffer allocation and RX/TX DMA failures by Florian Fainelli · 10 years ago
  26. 9dfa9a2 net: systemport: fix tx work done in TX napi poll by Florian Fainelli · 10 years ago
  27. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  28. 914adb5 net: systemport: do not crash freeing an unitialized TX ring by Florian Fainelli · 10 years ago
  29. 3e8fc38 net: systemport: fix DMA allocation/freeing sizes by Florian Fainelli · 10 years ago
  30. 704d33e net: systemport: reset UniMAC coming out of a suspend cycle by Florian Fainelli · 10 years ago
  31. 8edf004 net: systemport: enable RX interrupts after NAPI by Florian Fainelli · 10 years ago
  32. 3a2f66b net: ethernet: broadcom: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  33. 61b423a net: systemport: avoid unbalanced enable_irq_wake calls by Florian Fainelli · 10 years ago
  34. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. e87474a net: systemport: fix bcm_sysport_insert_tsb() by Florian Fainelli · 10 years ago
  36. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  37. fe24ba0 net: systemport: check harder for out of memory conditions by Florian Fainelli · 10 years ago
  38. 4a804c0 net: systemport: update UMAC_CMD only when link is detected by Florian Fainelli · 10 years ago
  39. d09d303 net: systemport: tell RXCHK if we are using Broadcom tags by Florian Fainelli · 10 years ago
  40. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. 40a8a31 net: systemport: use kcalloc instead of kzalloc by Florian Fainelli · 10 years ago
  42. 23acb2f net: systemport: align multiple lines correctly by Florian Fainelli · 10 years ago
  43. 83e82f4 net: systemport: add Wake-on-LAN support by Florian Fainelli · 10 years ago
  44. 9d34c1c net: systemport: rename rx_csum_en to rx_chk_en by Florian Fainelli · 10 years ago
  45. 40755a0 net: systemport: add suspend and resume support by Florian Fainelli · 10 years ago
  46. b02e6d9 net: systemport: add bcm_sysport_netif_{enable,stop} by Florian Fainelli · 10 years ago
  47. 18e21b0 net: systemport: update umac_enable_set to take a bitmask by Florian Fainelli · 10 years ago
  48. 16f62d9 net: systemport: fix TX NAPI work done return value by Florian Fainelli · 10 years ago
  49. 412bce8 net: systemport: fix UniMAC reset logic by Florian Fainelli · 10 years ago
  50. 3b140a6 net: systemport: do not clear IFF_MULTICAST flag by Florian Fainelli · 10 years ago
  51. f532e74 net: systemport: start with carrier off by Florian Fainelli · 10 years ago
  52. e0ea05d net: systemport: fix comment about HW prepending 2bytes by Florian Fainelli · 10 years ago
  53. ad51c61 net: systemport: correctly check for RX_STATUS_OVFLOW flag by Florian Fainelli · 10 years ago
  54. d849808 net: systemport: fix transmit locking scheme by Florian Fainelli · 10 years ago
  55. 3afc557 drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC by Paul Gortmaker · 10 years ago
  56. 186534a net: systemport: use the new fixed PHY helpers by Florian Fainelli · 10 years ago
  57. 00b91c6 net: systemport: wait for packet in umac_enable_set() by Florian Fainelli · 10 years ago
  58. b1ff53e net: systemport: fix dma_unmap_single() len by Florian Fainelli · 10 years ago
  59. dab531b net: systemport: pad packets to a minimum of 68 bytes by Florian Fainelli · 10 years ago
  60. d5e32cc net: systemport: only update UMAC_CMD if something changed by Florian Fainelli · 10 years ago
  61. 126e612 net: systemport: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  62. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  63. 80105be net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver by Florian Fainelli · 10 years ago