1. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. d063486 net: systemport: Implement RX coalescing control knobs by Florian Fainelli · 10 years ago
  3. b1a15e8 net: systemport: Implement TX coalescing control knobs by Florian Fainelli · 10 years ago
  4. e51423d bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag() by Alexander Duyck · 10 years ago
  5. cd9c399 bnx2x: limit fw delay in kdump to 5s after boot by Michal Schmidt · 10 years ago
  6. 0650c0b bnx2x: Fix to prevent inner-reload by Yuval Mintz · 10 years ago
  7. 12a8541 bnx2x: Delay during kdump load by Yuval Mintz · 10 years ago
  8. 165996b trivial: net: systemport: bcmsysport.h: fix 0x0x prefix by Antonio Ospite · 10 years ago
  9. f8dcb5e bnx2x: remove {TPA,GRO}_ENABLE_FLAG by Michal Schmidt · 10 years ago
  10. 7e6b4d4 bnx2x: merge fp->disable_tpa with fp->mode by Michal Schmidt · 10 years ago
  11. d9b9e86 bnx2x: mark LRO as a fixed disabled feature if disable_tpa is set by Michal Schmidt · 10 years ago
  12. 22a8f23 bnx2x: really disable TPA if 'disable_tpa' option is set by Michal Schmidt · 10 years ago
  13. dfc8f37 net/tg3: Release IRQs on permanent error by Gavin Shan · 10 years ago
  14. e580267 bgmac: fix requests for extra polling calls from NAPI by Rafał Miłecki · 10 years ago
  15. 909d9fa bnx2x: Prevent inner-reload while VFs exist by Yuval Mintz · 10 years ago
  16. 388f997 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  17. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  18. 074975d bnx2x: Fix busy_poll vs netpoll by Eric Dumazet · 10 years ago
  19. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  20. 29ba877 bgmac: drop ring->num_slots by Felix Fietkau · 10 years ago
  21. 4668ae1 bgmac: fix DMA rx corruption by Felix Fietkau · 10 years ago
  22. 74b6f29 bgmac: simplify dma init/cleanup by Felix Fietkau · 10 years ago
  23. b965055 bgmac: increase rx ring size from 511 to 512 by Felix Fietkau · 10 years ago
  24. 6a6c708 bgmac: add check for oversized packets by Felix Fietkau · 10 years ago
  25. 56faacd bgmac: simplify/optimize rx DMA error handling by Felix Fietkau · 10 years ago
  26. 4b62dce bgmac: set received skb headroom to NET_SKB_PAD by Felix Fietkau · 10 years ago
  27. eb64e29 bgmac: leave interrupts disabled as long as there is work to do by Felix Fietkau · 10 years ago
  28. b38c83d bgmac: simplify tx ring index handling by Felix Fietkau · 10 years ago
  29. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  30. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 8d88c6e net: bcmgenet: enable MoCA link state change detection by Petri Gynther · 10 years ago
  32. da254fb bnx2x: Fix kdump when iommu=on by Yuval Mintz · 10 years ago
  33. 3d6b725 bnx2x: Fix kdump on 4-port device by Yuval Mintz · 10 years ago
  34. 138173d MIPS: BCM47xx: Move NVRAM header to the include/linux/. by Rafał Miłecki · 10 years ago
  35. 7a20efb ptp: tg3: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  36. f7dcdef ptp: bnx2x: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  37. 451e1ca net: bcmgenet: fix the call to phy_mac_interrupt() by Petri Gynther · 10 years ago
  38. e122966d net: bcmgenet: add UMAC_IRQ_LINK_EVENT by Petri Gynther · 10 years ago
  39. fac2594 net: bcmgenet: fix bcmgenet_open() by Petri Gynther · 10 years ago
  40. 9abab96 net: bcmgenet: remove __bcmgenet_fini_dma() by Petri Gynther · 10 years ago
  41. ee7d8c2 net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONE by Petri Gynther · 10 years ago
  42. 4e833c5 ethernet: Use bool function returns of true/false instead of 1/0 by Joe Perches · 10 years ago
  43. 0f587f1 bnx2x: Prevent probe as early as possible by Yuval Mintz · 10 years ago
  44. fcd02d2 bnx2x: Count number of link changes by Yaniv Rosner · 10 years ago
  45. 30fd9ff bnx2x: Configure IFir et al. according to nvram by Yaniv Rosner · 10 years ago
  46. f578b41 ptp: tg3: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  47. 5d45186 ptp: bnx2x: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  48. 8cb65d0 net: Move check for multiple vlans to drivers by Toshiaki Makita · 10 years ago
  49. 4055eae net: bcmgenet: add support for multiple Rx queues by Petri Gynther · 10 years ago
  50. 3ab1133 net: bcmgenet: rework Rx NAPI code by Petri Gynther · 10 years ago
  51. e2aadb4 net: bcmgenet: rework Tx NAPI code by Petri Gynther · 10 years ago
  52. b2e97ec net: bcmgenet: tweak init_umac() by Petri Gynther · 10 years ago
  53. ebbd96f net: bcmgenet: simplify bcmgenet_init_dma() by Petri Gynther · 10 years ago
  54. 9dbac28 net: bcmgenet: modify Tx ring int_enable and int_disable vectors by Petri Gynther · 10 years ago
  55. e412b10 net: bcmgenet: remove priv->int0_mask and priv->int1_mask by Petri Gynther · 10 years ago
  56. dff173d bnx2x: Fix statistics locking scheme by Yuval Mintz · 10 years ago
  57. a6f31f5 net: bcmgenet: power down and up GPHY during suspend/resume by Florian Fainelli · 10 years ago
  58. a642c4f net: bcmgenet: power up and down integrated GPHY when unused by Florian Fainelli · 10 years ago
  59. a9d608c net: bcmgenet: implement GPHY power down sequence by Florian Fainelli · 10 years ago
  60. 0c81a8e net: bcmgenet: fix GPHY power-up sequence by Florian Fainelli · 10 years ago
  61. 8212c98 net: bcmgenet: rename bcmgenet_ephy_power_up by Florian Fainelli · 10 years ago
  62. 0d017e2 net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit by Florian Fainelli · 10 years ago
  63. ca8cf34 net: bcmgenet: propagate errors from bcmgenet_power_down by Florian Fainelli · 10 years ago
  64. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 10 years ago
  65. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 10 years ago
  66. 0addb83 bgmac: fix descriptor frame start/end definitions by Felix Fietkau · 10 years ago
  67. fc300dc bgmac: allow enabling on ARCH_BCM_5301X by Rafał Miłecki · 10 years ago
  68. c25b23b bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets by Rafał Miłecki · 10 years ago
  69. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. a8e0c24 bnx2x: fix encapsulation features on 57710/57711 by Michal Schmidt · 10 years ago
  71. 0034de4 net: bcmgenet: add support for Hardware Filter Block by Petri Gynther · 10 years ago
  72. ddd0ca5 net: bcmgenet: add support for xmit_more by Florian Fainelli · 10 years ago
  73. ae67bf0 net: bcmgenet: update ring producer index and buffer count in xmit by Florian Fainelli · 10 years ago
  74. d6707be net: bcmgenet: rewrite bcmgenet_rx_refill() by Petri Gynther · 10 years ago
  75. d26ea6c net: bcmgenet: collect Rx discarded packet count by Petri Gynther · 10 years ago
  76. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. 8ac467e net: bcmgenet: core changes for supporting multiple Rx queues by Petri Gynther · 10 years ago
  78. 8edfe3b bgmac: Clean warning messages by Peter Senna Tschudin · 10 years ago
  79. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  80. 6f5a272 net: bcmgenet: rework Rx queue init by Petri Gynther · 10 years ago
  81. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  82. 3feafa0 net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_q by Petri Gynther · 10 years ago
  83. 3feafee net: bcmgenet: adjust the call to alloc_etherdev_mqs() by Petri Gynther · 10 years ago
  84. 7e906e0 net: bcmgenet: set hw_params->rx_queues = 0 by Petri Gynther · 10 years ago
  85. 24d2e4a tg3: use napi_complete_done() by Eric Dumazet · 10 years ago
  86. 386668a net: bcmgenet: properly disable password matching by Florian Fainelli · 10 years ago
  87. da29370 bnx2x: Force fundamental reset for EEH recovery by Brian King · 10 years ago
  88. 66d0675 net: bcmgenet: simplify __bcmgenet_tx_reclaim() by Petri Gynther · 10 years ago
  89. cd33ccf bcm63xx_enet: fix poll callback. by Nicolas Schichan · 10 years ago
  90. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  91. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  92. 26caa34 bnx2: disable toggling of rxvlan if necessary by Ivan Vecera · 10 years ago
  93. 55ff4ea net: systemport: fix software maintained statistics by Florian Fainelli · 10 years ago
  94. f62ba9c net: bcmgenet: fix software maintained statistics by Florian Fainelli · 10 years ago
  95. 4092e6a net: bcmgenet: fix throughtput regression by Jaedon Shin · 10 years ago
  96. 51a966a net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNT by Petri Gynther · 10 years ago
  97. 014012a net: bcmgenet: precalculate TxCB->bd_addr by Petri Gynther · 10 years ago
  98. 16c6d66 net: bcmgenet: rework Tx queue init by Petri Gynther · 10 years ago
  99. 4f8b2d7 net: bcmgenet: bcmgenet_init_tx_ring() cleanup by Petri Gynther · 10 years ago
  100. 85fe7cd bnx2-cnic: Driver Version Update by Rasesh Mody · 10 years ago