1. 388f997 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  2. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  3. 074975d bnx2x: Fix busy_poll vs netpoll by Eric Dumazet · 10 years ago
  4. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  5. 29ba877 bgmac: drop ring->num_slots by Felix Fietkau · 10 years ago
  6. 4668ae1 bgmac: fix DMA rx corruption by Felix Fietkau · 10 years ago
  7. 74b6f29 bgmac: simplify dma init/cleanup by Felix Fietkau · 10 years ago
  8. b965055 bgmac: increase rx ring size from 511 to 512 by Felix Fietkau · 10 years ago
  9. 6a6c708 bgmac: add check for oversized packets by Felix Fietkau · 10 years ago
  10. 56faacd bgmac: simplify/optimize rx DMA error handling by Felix Fietkau · 10 years ago
  11. 4b62dce bgmac: set received skb headroom to NET_SKB_PAD by Felix Fietkau · 10 years ago
  12. eb64e29 bgmac: leave interrupts disabled as long as there is work to do by Felix Fietkau · 10 years ago
  13. b38c83d bgmac: simplify tx ring index handling by Felix Fietkau · 10 years ago
  14. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  15. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 8d88c6e net: bcmgenet: enable MoCA link state change detection by Petri Gynther · 10 years ago
  17. da254fb bnx2x: Fix kdump when iommu=on by Yuval Mintz · 10 years ago
  18. 3d6b725 bnx2x: Fix kdump on 4-port device by Yuval Mintz · 10 years ago
  19. 138173d MIPS: BCM47xx: Move NVRAM header to the include/linux/. by Rafał Miłecki · 11 years ago
  20. 7a20efb ptp: tg3: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  21. f7dcdef ptp: bnx2x: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  22. 451e1ca net: bcmgenet: fix the call to phy_mac_interrupt() by Petri Gynther · 10 years ago
  23. e122966d net: bcmgenet: add UMAC_IRQ_LINK_EVENT by Petri Gynther · 10 years ago
  24. fac2594 net: bcmgenet: fix bcmgenet_open() by Petri Gynther · 10 years ago
  25. 9abab96 net: bcmgenet: remove __bcmgenet_fini_dma() by Petri Gynther · 10 years ago
  26. ee7d8c2 net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONE by Petri Gynther · 10 years ago
  27. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 10 years ago
  28. 0f587f1 bnx2x: Prevent probe as early as possible by Yuval Mintz · 10 years ago
  29. fcd02d2 bnx2x: Count number of link changes by Yaniv Rosner · 10 years ago
  30. 30fd9ff bnx2x: Configure IFir et al. according to nvram by Yaniv Rosner · 10 years ago
  31. f578b41 ptp: tg3: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  32. 5d45186 ptp: bnx2x: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  33. 8cb65d0 net: Move check for multiple vlans to drivers by Toshiaki Makita · 10 years ago
  34. 4055eae net: bcmgenet: add support for multiple Rx queues by Petri Gynther · 10 years ago
  35. 3ab1133 net: bcmgenet: rework Rx NAPI code by Petri Gynther · 10 years ago
  36. e2aadb4 net: bcmgenet: rework Tx NAPI code by Petri Gynther · 10 years ago
  37. b2e97ec net: bcmgenet: tweak init_umac() by Petri Gynther · 10 years ago
  38. ebbd96f net: bcmgenet: simplify bcmgenet_init_dma() by Petri Gynther · 10 years ago
  39. 9dbac28 net: bcmgenet: modify Tx ring int_enable and int_disable vectors by Petri Gynther · 10 years ago
  40. e412b10 net: bcmgenet: remove priv->int0_mask and priv->int1_mask by Petri Gynther · 10 years ago
  41. dff173d bnx2x: Fix statistics locking scheme by Yuval Mintz · 10 years ago
  42. a6f31f5 net: bcmgenet: power down and up GPHY during suspend/resume by Florian Fainelli · 10 years ago
  43. a642c4f net: bcmgenet: power up and down integrated GPHY when unused by Florian Fainelli · 10 years ago
  44. a9d608c net: bcmgenet: implement GPHY power down sequence by Florian Fainelli · 10 years ago
  45. 0c81a8e net: bcmgenet: fix GPHY power-up sequence by Florian Fainelli · 10 years ago
  46. 8212c98 net: bcmgenet: rename bcmgenet_ephy_power_up by Florian Fainelli · 10 years ago
  47. 0d017e2 net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit by Florian Fainelli · 10 years ago
  48. ca8cf34 net: bcmgenet: propagate errors from bcmgenet_power_down by Florian Fainelli · 10 years ago
  49. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 10 years ago
  50. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 10 years ago
  51. 0addb83 bgmac: fix descriptor frame start/end definitions by Felix Fietkau · 10 years ago
  52. fc300dc bgmac: allow enabling on ARCH_BCM_5301X by Rafał Miłecki · 10 years ago
  53. c25b23b bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets by Rafał Miłecki · 10 years ago
  54. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. a8e0c24 bnx2x: fix encapsulation features on 57710/57711 by Michal Schmidt · 10 years ago
  56. 0034de4 net: bcmgenet: add support for Hardware Filter Block by Petri Gynther · 10 years ago
  57. ddd0ca5 net: bcmgenet: add support for xmit_more by Florian Fainelli · 10 years ago
  58. ae67bf0 net: bcmgenet: update ring producer index and buffer count in xmit by Florian Fainelli · 10 years ago
  59. d6707be net: bcmgenet: rewrite bcmgenet_rx_refill() by Petri Gynther · 10 years ago
  60. d26ea6c net: bcmgenet: collect Rx discarded packet count by Petri Gynther · 10 years ago
  61. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  62. 8ac467e net: bcmgenet: core changes for supporting multiple Rx queues by Petri Gynther · 10 years ago
  63. 8edfe3b bgmac: Clean warning messages by Peter Senna Tschudin · 10 years ago
  64. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  65. 6f5a272 net: bcmgenet: rework Rx queue init by Petri Gynther · 10 years ago
  66. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  67. 3feafa0 net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_q by Petri Gynther · 10 years ago
  68. 3feafee net: bcmgenet: adjust the call to alloc_etherdev_mqs() by Petri Gynther · 10 years ago
  69. 7e906e0 net: bcmgenet: set hw_params->rx_queues = 0 by Petri Gynther · 10 years ago
  70. 24d2e4a tg3: use napi_complete_done() by Eric Dumazet · 10 years ago
  71. 386668a net: bcmgenet: properly disable password matching by Florian Fainelli · 10 years ago
  72. da29370 bnx2x: Force fundamental reset for EEH recovery by Brian King · 10 years ago
  73. 66d0675 net: bcmgenet: simplify __bcmgenet_tx_reclaim() by Petri Gynther · 10 years ago
  74. cd33ccf bcm63xx_enet: fix poll callback. by Nicolas Schichan · 10 years ago
  75. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  77. 26caa34 bnx2: disable toggling of rxvlan if necessary by Ivan Vecera · 10 years ago
  78. 55ff4ea net: systemport: fix software maintained statistics by Florian Fainelli · 10 years ago
  79. f62ba9c net: bcmgenet: fix software maintained statistics by Florian Fainelli · 10 years ago
  80. 4092e6a net: bcmgenet: fix throughtput regression by Jaedon Shin · 10 years ago
  81. 51a966a net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNT by Petri Gynther · 10 years ago
  82. 014012a net: bcmgenet: precalculate TxCB->bd_addr by Petri Gynther · 10 years ago
  83. 16c6d66 net: bcmgenet: rework Tx queue init by Petri Gynther · 10 years ago
  84. 4f8b2d7 net: bcmgenet: bcmgenet_init_tx_ring() cleanup by Petri Gynther · 10 years ago
  85. 85fe7cd bnx2-cnic: Driver Version Update by Rasesh Mody · 10 years ago
  86. 0021850 bnx2: Fix for Chip Initialization by Rasesh Mody · 10 years ago
  87. 2e0bf12 bnx2-cnic: Driver Rebranding Changes by Rasesh Mody · 10 years ago
  88. d0af71a tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one() by Jun'ichi Nomura \(NEC\) · 11 years ago
  89. 2169733 bgmac: fix device initialization on Northstar SoCs (condition typo) by Rafał Miłecki · 11 years ago
  90. 673e2ba treewide: Remove unnecessary SSB_DEVTABLE_END macro by Joe Perches · 11 years ago
  91. f7219b5 treewide: Remove unnecessary BCMA_CORETABLE_END macro by Joe Perches · 11 years ago
  92. 1444c30 net: bnx2x: fix sparse warnings by Lad, Prabhakar · 11 years ago
  93. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  94. 24e579c bnx2x: fix napi poll return value for repoll by Govindarajulu Varadarajan · 11 years ago
  95. 43f159c bgmac: activate irqs only if there is nothing to poll by Hauke Mehrtens · 11 years ago
  96. 6216642 bgmac: register napi before the device by Hauke Mehrtens · 11 years ago
  97. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. 932f19d tg3: Release tp->lock before invoking synchronize_irq() by Prashant Sreedharan · 11 years ago
  99. db84bf4 tg3: tg3_reset_task() needs to use rtnl_lock to synchronize by Prashant Sreedharan · 11 years ago
  100. 4fd190a tg3: tg3_timer() should grab tp->lock before checking for tp->irq_sync by Prashant Sreedharan · 11 years ago