1. 53cc772 ibmvnic: Allocate statistics buffers during probe by Thomas Falcon · 7 years ago
  2. ecba616 ibmvnic: Fix TX descriptor tracking again by Thomas Falcon · 7 years ago
  3. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. 82e3be3 ibmvnic: Split counters for scrq/pools/napi by Nathan Fontenot · 7 years ago
  5. aa90294 ibmvnic: Fix TX descriptor tracking by Thomas Falcon · 7 years ago
  6. a2c0f03 ibmvnic: Fix early release of login buffer by Thomas Falcon · 7 years ago
  7. af9090c ibmvnic: Correct goto target for tx irq initialization failure by Nathan Fontenot · 7 years ago
  8. abcae54 ibmvnic: Allocate max queues stats buffers by Nathan Fontenot · 7 years ago
  9. 86f669b ibmvnic: Make napi usage dynamic by Nathan Fontenot · 7 years ago
  10. d7c0ef3 ibmvnic: Free and re-allocate scrqs when tx/rx scrqs change by Nathan Fontenot · 7 years ago
  11. d9043c1 ibmvnic: Move active sub-crq count settings by Nathan Fontenot · 7 years ago
  12. 8862541 ibmvnic: Rename active queue count variables by Nathan Fontenot · 7 years ago
  13. abe27a8 ibmvnic: Check for NULL skb's in NAPI poll routine by Thomas Falcon · 7 years ago
  14. ffc385b ibmvnic: Keep track of supplementary TX descriptors by Thomas Falcon · 7 years ago
  15. d0869c0 ibmvnic: Clean RX pool buffers during device close by Thomas Falcon · 7 years ago
  16. 4b9b0f0 ibmvnic: Free RX socket buffer in case of adapter error by Thomas Falcon · 7 years ago
  17. 6e4842dd ibmvnic: Fix NAPI structures memory leak by Thomas Falcon · 7 years ago
  18. 34f0f4e ibmvnic: Fix login buffer memory leaks by Thomas Falcon · 7 years ago
  19. cc85c02 ibmvnic: Wait until reset is complete to set carrier on by Thomas Falcon · 7 years ago
  20. 2fa56a4 ibmvnic: Remove skb->protocol checks in ibmvnic_xmit by John Allen · 7 years ago
  21. faefaa9 ibmvnic: Reset long term map ID counter by Thomas Falcon · 7 years ago
  22. ec95dff ibmvnic: queue reset when CRQ gets closed during reset by Nathan Fontenot · 7 years ago
  23. b0992ec ibmvnic: Ensure that buffers are NULL after free by Thomas Falcon · 7 years ago
  24. 3468656 ibmvnic: Fix rx queue cleanup for non-fatal resets by John Allen · 7 years ago
  25. 21a2545 ibmvnic: fix empty firmware version and errors cleanup by Desnes Augusto Nunes do Rosario · 7 years ago
  26. c80c238 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  27. a107311 ibmvnic: fix firmware version when no firmware level has been provided by the VIOS server by Desnes Augusto Nunes do Rosario · 8 years ago
  28. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  29. f813614 ibmvnic: Wait for device response when changing MAC by Thomas Falcon · 8 years ago
  30. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 69d08dc ibmvnic: Allocate and request vpd in init_resources by John Allen · 8 years ago
  32. e791380 ibmvnic: Revert to previous mtu when unsupported value requested by John Allen · 8 years ago
  33. 896d869 ibmvnic: Modify buffer size and number of queues on failover by John Allen · 8 years ago
  34. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. a0dca10 ibmvnic: Fix IPv6 packet descriptors by Thomas Falcon · 8 years ago
  36. f689794 ibmvnic: Fix IP offload control buffer by Thomas Falcon · 8 years ago
  37. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. 3d16613 ibmvnic: Fix pending MAC address changes by Thomas Falcon · 8 years ago
  39. 09fb35e ibmvnic: Don't handle RX interrupts when not up. by Nathan Fontenot · 8 years ago
  40. 6cbaefb treewide: Use DEVICE_ATTR_WO by Joe Perches · 8 years ago
  41. 4eb50ce ibmvnic: Include header descriptor support for ARP packets by Thomas Falcon · 8 years ago
  42. d45cc3a ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES by Thomas Falcon · 8 years ago
  43. f743106 ibmvnic: fix dma_mapping_error call by Desnes Augusto Nunes do Rosario · 8 years ago
  44. 4e6759b ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic driver by Desnes Augusto Nunes do Rosario · 8 years ago
  45. 37798d0 ibmvnic: Add vnic client data to login buffer by Nathan Fontenot · 8 years ago
  46. 2a1bf51 ibmvnic: Fix failover error path for non-fatal resets by John Allen · 8 years ago
  47. c26eba0 ibmvnic: Update reset infrastructure to support tunable parameters by John Allen · 8 years ago
  48. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. aa0bf85 ibmvnic: Let users change net device features by Thomas Falcon · 8 years ago
  50. fdb0610 ibmvnic: Enable TSO support by Thomas Falcon · 8 years ago
  51. 1548205 ibmvnic: Enable scatter-gather support by Thomas Falcon · 8 years ago
  52. 2de0968 ibmvnic: Fix calculation of number of TX header descriptors by Thomas Falcon · 8 years ago
  53. e876a8a ibmvnic: Set state UP by Mick Tarsel · 8 years ago
  54. 8c37bc6 net: ibm: ibmvnic: constify vio_device_id by Arvind Yadav · 8 years ago
  55. 16587c2 ibmvnic: Correct 'unused variable' warning in build. by Nathan Fontenot · 8 years ago
  56. d1cf33d ibmvnic: Add netdev_dbg output for debugging by Nathan Fontenot · 8 years ago
  57. 7c1885a ibmvnic: Clean up resources on probe failure by Nathan Fontenot · 8 years ago
  58. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  59. e1cea2e ibmvnic: Report rx buffer return codes as netdev_dbg by John Allen · 8 years ago
  60. c2dbeb6 ibmvnic: Implement .get_channels by John Allen · 8 years ago
  61. bc131b3 ibmvnic: Implement .get_ringparam by John Allen · 8 years ago
  62. 52da5c1 ibmvnic: Convert vnic server reported statistics to cpu endian by John Allen · 8 years ago
  63. 3d52b59 ibmvnic: Implement per-queue statistics reporting by John Allen · 8 years ago
  64. 4d96f12 ibmvnic: Initialize SCRQ's during login renegotiation by Thomas Falcon · 8 years ago
  65. a248878 ibmvnic: Check for transport event on driver resume by John Allen · 8 years ago
  66. 5df969c ibmvnic: Fix assignment of RX/TX IRQ's by Thomas Falcon · 8 years ago
  67. 6d65923 ibmvnic: Correct return code checking for ibmvnic_init during probe by Nathan Fontenot · 8 years ago
  68. f3be0cb ibmvnic: Fix error handling when registering long-term-mapped buffers by Thomas Falcon · 8 years ago
  69. cb89ba2 ibmvnic: Return from ibmvnic_resume if not in VNIC_OPEN state by John Allen · 8 years ago
  70. 6a2fb0e ibmvnic: driver initialization for kdump/kexec by Nathan Fontenot · 8 years ago
  71. 21ecba6 ibmvnic: Exit polling routine correctly during adapter reset by Thomas Falcon · 8 years ago
  72. 1cf9cc7 ibmvnic: Remove VNIC_CLOSING check from pending_scrq by Thomas Falcon · 8 years ago
  73. c8b2ad0 ibmvnic: Sanitize entire SCRQ buffer on reset by Thomas Falcon · 8 years ago
  74. 4c2687a ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close by Thomas Falcon · 8 years ago
  75. c3e53b9 ibmvnic: Activate disabled RX buffer pools on reset by Thomas Falcon · 8 years ago
  76. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  77. 61d3e1d ibmvnic: Remove netdev notify for failover resets by Nathan Fontenot · 8 years ago
  78. 40c9db8 ibmvnic: Client-initiated failover by Thomas Falcon · 8 years ago
  79. 3a807b7 ibmvnic: Return failure on attempted mtu change by John Allen · 8 years ago
  80. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 78b07ac ibmvnic: Remove module author mailing address by Thomas Falcon · 8 years ago
  82. 57a4943 ibmvnic: Reset sub-crqs during driver reset by Nathan Fontenot · 8 years ago
  83. 8c0543a ibmvnic: Reset tx/rx pools on driver reset by Nathan Fontenot · 8 years ago
  84. 28cde75 ibmvnic: Reset the CRQ queue during driver reset by Nathan Fontenot · 8 years ago
  85. 152ce47 ibmvnic: Check adapter state during ibmvnic_poll by Nathan Fontenot · 8 years ago
  86. f185a49 ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSED by Thomas Falcon · 8 years ago
  87. b8c80b8 ibmvnic: Halt TX and report carrier off on H_CLOSED return code by Thomas Falcon · 8 years ago
  88. 8cb31cf ibmvnic: Non-fatal error handling by John Allen · 8 years ago
  89. 10f7621 ibmvnic: Fix cleanup of SKB's on driver close by Thomas Falcon · 8 years ago
  90. 2ce9e4e ibmvnic: Send gratuitous arp on reset by John Allen · 8 years ago
  91. 017892c1 ibmvnic: Handle failover after failed init crq by John Allen · 8 years ago
  92. d944c3d6 ibmvnic: Track state of adapter napis by John Allen · 8 years ago
  93. 6d0af07 ibmvnic: fix missing unlock on error in __ibmvnic_reset() by Wei Yongjun · 8 years ago
  94. 7c3e7de ibmvnic: Move queue restarting in ibmvnic_tx_complete by Nathan Fontenot · 8 years ago
  95. 94ca305 ibmvnic: Record SKB RX queue during poll by Thomas Falcon · 8 years ago
  96. ca05e31 ibmvnic: Continue skb processing after skb completion error by Nathan Fontenot · 8 years ago
  97. 161b8a8 ibmvnic: Check for driver reset first in ibmvnic_xmit by Nathan Fontenot · 8 years ago
  98. 46293b9 ibmvnic: Wait for any pending scrqs entries at driver close by Nathan Fontenot · 8 years ago
  99. b41b83e ibmvnic: Clean up tx pools when closing by Nathan Fontenot · 8 years ago
  100. e0ebe942 ibmvnic: Whitespace correction in release_rx_pools by Nathan Fontenot · 8 years ago