1. 3a5d9db ibmvnic: remove unused ->wait_capability by Sukadev Bhattiprolu · 3 years ago
  2. fe4c82a ibmvnic: remove unused defines by Dany Madden · 3 years ago
  3. bbd8093 ibmvnic: Reuse tx pools when possible by Sukadev Bhattiprolu · 3 years, 3 months ago
  4. 489de95 ibmvnic: Reuse rx pools when possible by Sukadev Bhattiprolu · 3 years, 3 months ago
  5. 129854f0 ibmvnic: Use bitmap for LTB map_ids by Sukadev Bhattiprolu · 3 years, 3 months ago
  6. 0df7b9a ibmvnic: Use/rename local vars in init_rx_pools by Sukadev Bhattiprolu · 3 years, 3 months ago
  7. 53f8b1b ibmvnic: Allow device probe if the device is not ready at boot by Cristobal Forno · 3 years, 7 months ago
  8. c82eaa40 ibmvnic: clean up the remaining debugfs data structures by Lijun Pan · 3 years, 9 months ago
  9. b646acd5 net: re-solve some conflicts after net -> net-next merge by Jakub Kicinski · 3 years, 10 months ago
  10. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
  11. 4a41c42 ibmvnic: serialize access to work queue on remove by Sukadev Bhattiprolu · 3 years, 11 months ago
  12. a6f2fe5 ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16 by Dany Madden · 3 years, 11 months ago
  13. 4bb9f2e ibmvnic: remove unused spinlock_t stats_lock definition by Lijun Pan · 3 years, 11 months ago
  14. a369d96 ibmvnic: add comments for spinlock_t definitions by Lijun Pan · 3 years, 11 months ago
  15. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  16. a86d5c6 ibmvnic: no reset timeout for 5 seconds after reset by Dany Madden · 4 years, 1 month ago
  17. 76cdc5c ibmvnic: track pending login by Sukadev Bhattiprolu · 4 years, 1 month ago
  18. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  19. 3ada288 ibmvnic: enhance resetting status check during module exit by Lijun Pan · 4 years, 1 month ago
  20. 9a87c3f ibmvnic: Ensure that device queue memory is cache-line aligned by Dwip N. Banerjee · 4 years, 1 month ago
  21. c62aa37 ibmvnic: Clean up TX code and TX buffer data structure by Thomas Falcon · 4 years, 1 month ago
  22. f019fb6 ibmvnic: Introduce indirect subordinate Command Response Queue buffer by Thomas Falcon · 4 years, 1 month ago
  23. b9cd795 ibmvnic: set up 200GBPS speed by Lijun Pan · 4 years, 3 months ago
  24. 507ebe6 ibmvnic: Fix use-after-free of VNIC login response buffer by Thomas Falcon · 4 years, 4 months ago
  25. f3ae59c ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct by Cristobal Forno · 4 years, 4 months ago
  26. 7d7195a ibmvnic: Do not process device remove during device reset by Juliet Kim · 4 years, 10 months ago
  27. ff25dcb ibmvnic: Serialize device queries by Thomas Falcon · 5 years ago
  28. 7ed5b31 net/ibmvnic: prevent more than one thread from running in reset by Juliet Kim · 5 years ago
  29. b27507b net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run by Juliet Kim · 5 years ago
  30. d5bb994 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114 by Thomas Gleixner · 6 years ago
  31. 62740e9 net/ibmvnic: Update MAC address settings after adapter reset by Thomas Falcon · 6 years ago
  32. e56e251 ibmvnic: Add device identification to requested IRQs by Murilo Fossa Vicentini · 6 years ago
  33. f8d6ae0 ibmvnic: Report actual backing device speed and duplex values by Murilo Fossa Vicentini · 6 years ago
  34. 6c5c748 ibmvnic: Convert reset work item mutex to spin lock by Thomas Falcon · 6 years ago
  35. a5681e2 net/ibmnvic: Fix deadlock problem in reset by Juliet Kim · 6 years ago
  36. 723ad91 ibmvnic: Add ethtool private flag for driver-defined queue limits by Thomas Falcon · 6 years ago
  37. 20b5ba1 ibmvnic: Introduce driver limits for ring sizes by Thomas Falcon · 6 years ago
  38. ad95a24 ibmvnic: Increase maximum queue size limit by Thomas Falcon · 6 years ago
  39. 79dabbb ibmvnic: Remove code to request error information by Thomas Falcon · 6 years ago
  40. 2770a79 ibmvnic: Introduce hard reset recovery by Thomas Falcon · 7 years ago
  41. 5153698 ibmvnic: Introduce active CRQ state by Thomas Falcon · 7 years ago
  42. 64d92aa ibmvnic: Handle all login error conditions by Nathan Fontenot · 7 years ago
  43. 5a18e1e ibmvnic: Fix failover case for non-redundant configuration by Thomas Falcon · 7 years ago
  44. 76c15c9 ibmvnic: Remove unused TSO resources in TX pool structure by Thomas Falcon · 7 years ago
  45. 06b3e35 ibmvnic: Update TX and TX completion routines by Thomas Falcon · 7 years ago
  46. 4bd95a5 ibmvnic: Generalize TX pool structure by Thomas Falcon · 7 years ago
  47. 82e3be3 ibmvnic: Split counters for scrq/pools/napi by Nathan Fontenot · 7 years ago
  48. 8862541 ibmvnic: Rename active queue count variables by Nathan Fontenot · 7 years ago
  49. ffc385b ibmvnic: Keep track of supplementary TX descriptors by Thomas Falcon · 7 years ago
  50. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. 896d869 ibmvnic: Modify buffer size and number of queues on failover by John Allen · 7 years ago
  52. 269431e ibmvnic: Increase maximum number of RX/TX queues by Thomas Falcon · 7 years ago
  53. d45cc3a ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES by Thomas Falcon · 7 years ago
  54. 4e6759b ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic driver by Desnes Augusto Nunes do Rosario · 7 years ago
  55. 37798d0 ibmvnic: Add vnic client data to login buffer by Nathan Fontenot · 7 years ago
  56. 2a1bf51 ibmvnic: Fix failover error path for non-fatal resets by John Allen · 7 years ago
  57. c26eba0 ibmvnic: Update reset infrastructure to support tunable parameters by John Allen · 7 years ago
  58. fdb0610 ibmvnic: Enable TSO support by Thomas Falcon · 7 years ago
  59. 3d52b59 ibmvnic: Implement per-queue statistics reporting by John Allen · 7 years ago
  60. f3be0cb ibmvnic: Fix error handling when registering long-term-mapped buffers by Thomas Falcon · 8 years ago
  61. 288ccb7 ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structure by Thomas Falcon · 8 years ago
  62. 8cb31cf ibmvnic: Non-fatal error handling by John Allen · 8 years ago
  63. 017892c1 ibmvnic: Handle failover after failed init crq by John Allen · 8 years ago
  64. d944c3d6 ibmvnic: Track state of adapter napis by John Allen · 8 years ago
  65. ed651a1 ibmvnic: Updated reset handling by Nathan Fontenot · 8 years ago
  66. 90c8014 ibmvnic: Replace is_closed with state field by Nathan Fontenot · 8 years ago
  67. 53da09e ibmvnic: Add set_link_state routine for setting adapter link state by Nathan Fontenot · 8 years ago
  68. 6052d5e ibmvnic: Insert header on VLAN tagged received frame by Murilo Fossa Vicentini · 8 years ago
  69. d76e0fe ibmvnic: Remove unused bouce buffer by Nathan Fontenot · 8 years ago
  70. 661a262 ibmvnic: Remove inflight list by Nathan Fontenot · 8 years ago
  71. 993a82b ibmvnic: Fix ibmvnic_change_mac_addr struct format by Murilo Fossa Vicentini · 8 years ago
  72. e704f04 ibmvnic: Remove debugfs support by Nathan Fontenot · 8 years ago
  73. 656455b net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter by Tobias Klauser · 8 years ago
  74. ea5509f ibmvnic: Correct ibmvnic handling of device open/close by John Allen · 8 years ago
  75. 142c0ac ibmvnic: Fix overflowing firmware/hardware TX queue by Thomas Falcon · 8 years ago
  76. 249168a ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs by Thomas Falcon · 8 years ago
  77. 901e040 ibmvnic: Use common counter for capabilities checks by Thomas Falcon · 8 years ago
  78. 6c267b3 ibmvnic: Handle processing of CRQ messages in a tasklet by Thomas Falcon · 8 years ago
  79. 9888d7b ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context by Thomas Falcon · 8 years ago
  80. dbc34e7 Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context" by David S. Miller · 8 years ago
  81. 8d7533e ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context by Thomas Falcon · 8 years ago
  82. 9fa2f2c ibmvnic: Driver Version 1.0.1 by Thomas Falcon · 8 years ago
  83. dfad09a ibmvnic: Handle backing device failover and reinitialization by Thomas Falcon · 8 years ago
  84. 65dc689 ibmvnic: Fix passive VNIC server login process by Thomas Falcon · 8 years ago
  85. 498cd8e ibmvnic: Enable use of multiple tx/rx scrqs by John Allen · 9 years ago
  86. ad7775d ibmvnic: map L2/L3/L4 header descriptors to firmware by Thomas Falcon · 9 years ago
  87. de89e85 ibmvnic: Fix ibmvnic_capability struct by Thomas Falcon · 9 years ago
  88. 032c5e8 Driver for IBM System i/p VNIC protocol by Thomas Falcon · 9 years ago