1. 673ead2 ibmvnic: fix send_request_map incompatible argument by Lijun Pan · 3 years, 7 months ago
  2. 73214a6 ibmvnic: fix kernel build warnings in build_hdr_descs_arr by Lijun Pan · 3 years, 7 months ago
  3. 822ebc2 ibmvnic: fix kernel build warning by Lijun Pan · 3 years, 7 months ago
  4. 0b217d3 ibmvnic: fix kernel build warning in strncpy by Lijun Pan · 3 years, 7 months ago
  5. 53f8b1b ibmvnic: Allow device probe if the device is not ready at boot by Cristobal Forno · 3 years, 7 months ago
  6. 3e98ae0 ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.c by Wang Hai · 3 years, 7 months ago
  7. 07b5dc1 ibmvnic: remove default label from to_string switch by Michal Suchanek · 3 years, 7 months ago
  8. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  9. 7c451f3 ibmvnic: remove duplicate napi_schedule call in open function by Lijun Pan · 3 years, 9 months ago
  10. d3a6abc ibmvnic: remove duplicate napi_schedule call in do_reset function by Lijun Pan · 3 years, 9 months ago
  11. 0775ebc ibmvnic: avoid calling napi_disable() twice by Lijun Pan · 3 years, 9 months ago
  12. 870e04a ibmvnic: queue reset work in system_long_wq by Lijun Pan · 3 years, 9 months ago
  13. ca09bf7 ibmvnic: correctly use dev_consume/free_skb_irq by Lijun Pan · 3 years, 9 months ago
  14. 334c424 ibmvnic: improve failover sysfs entry by Lijun Pan · 3 years, 9 months ago
  15. 0666ef7 ibmvnic: print adapter state as a string by Lijun Pan · 3 years, 9 months ago
  16. caee7bf ibmvnic: print reset reason as a string by Lijun Pan · 3 years, 9 months ago
  17. c3105f8 ibmvnic: Use 'skb_frag_address()' instead of hand coding it by Christophe JAILLET · 3 years, 9 months ago
  18. 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
  19. 69cdb79 ibmvnic: remove excessive irqsave by Junlin Yang · 3 years, 10 months ago
  20. 67eb211 ibmvnic: always store valid MAC address by Jiri Wiesner · 3 years, 10 months ago
  21. 6881b07 ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning. by Michal Suchanek · 3 years, 10 months ago
  22. 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 10 months ago
  23. 8f1c0fd ibmvnic: fix a race between open and reset by Sukadev Bhattiprolu · 3 years, 10 months ago
  24. b646acd5 net: re-solve some conflicts after net -> net-next merge by Jakub Kicinski · 3 years, 10 months ago
  25. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  26. 4a41c42 ibmvnic: serialize access to work queue on remove by Sukadev Bhattiprolu · 3 years, 11 months ago
  27. 7d3a7b9 ibmvnic: skip send_request_unmap for timeout reset by Lijun Pan · 3 years, 11 months ago
  28. 42557da ibmvnic: add memory barrier to protect long term buffer by Lijun Pan · 3 years, 11 months ago
  29. 1a42156 ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions by Lijun Pan · 3 years, 11 months ago
  30. 1c7d45e ibmvnic: simplify reset_long_term_buff function by Lijun Pan · 3 years, 11 months ago
  31. d4083d3 ibmvnic: Set to CLOSED state even on error by Sukadev Bhattiprolu · 3 years, 11 months ago
  32. 8a96c80 ibmvnic: prefer strscpy over strlcpy by Lijun Pan · 3 years, 11 months ago
  33. 4bb9f2e ibmvnic: remove unused spinlock_t stats_lock definition by Lijun Pan · 3 years, 11 months ago
  34. 91dc5d2 ibmvnic: fix miscellaneous checks by Lijun Pan · 3 years, 11 months ago
  35. 914789a ibmvnic: avoid multiple line dereference by Lijun Pan · 3 years, 11 months ago
  36. f78afaa ibmvnic: fix braces by Lijun Pan · 3 years, 11 months ago
  37. bab08be ibmvnic: fix block comments by Lijun Pan · 3 years, 11 months ago
  38. 429aa36 ibmvnic: prefer 'unsigned long' over 'unsigned long int' by Lijun Pan · 3 years, 11 months ago
  39. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  40. ef66a1e ibmvnic: Clear failover_pending if unable to schedule by Sukadev Bhattiprolu · 3 years, 11 months ago
  41. d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 11 months ago
  42. 2719cb4 ibmvnic: remove unnecessary rmb() inside ibmvnic_poll by Lijun Pan · 4 years ago
  43. 665ab1e ibmvnic: rework to ensure SCRQ entry reads are properly ordered by Lijun Pan · 4 years ago
  44. 5e9eff5 ibmvnic: device remove has higher precedence over reset by Lijun Pan · 4 years ago
  45. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  46. e41aec7 ibmvnic: Ensure that CRQ entry read are correctly ordered by Lijun Pan · 4 years ago
  47. 8070860 net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours by Lee Jones · 4 years ago
  48. 3f5ec37 ibmvnic: merge do_change_param_reset into do_reset by Lijun Pan · 4 years ago
  49. 862aecb ibmvnic: fix: NULL pointer dereference. by YANG LI · 4 years ago
  50. 1f45dc2 ibmvnic: continue fatal error reset after passive init by Lijun Pan · 4 years ago
  51. a0c8be5 ibmvnic: fix login buffer memory leak by Lijun Pan · 4 years ago
  52. 6be4666 use __netdev_notify_peers in ibmvnic by Lijun Pan · 4 years ago
  53. c2af622 ibmvnic: fix rx buffer tracking and index management in replenish_rx_pool partial success by Dwip N. Banerjee · 4 years, 1 month ago
  54. 38bd5ce ibmvnic: add some debugs by Sukadev Bhattiprolu · 4 years, 1 month ago
  55. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  56. ba246c1 ibmvnic: Fix TX completion error handling by Thomas Falcon · 4 years, 1 month ago
  57. b71ec95 ibmvnic: Ensure that SCRQ entry reads are correctly ordered by Thomas Falcon · 4 years, 1 month ago
  58. 98c41f0 ibmvnic: reduce wait for completion time by Dany Madden · 4 years, 1 month ago
  59. a86d5c6 ibmvnic: no reset timeout for 5 seconds after reset by Dany Madden · 4 years, 1 month ago
  60. c98d9cc ibmvnic: send_login should check for crq errors by Dany Madden · 4 years, 1 month ago
  61. 76cdc5c ibmvnic: track pending login by Sukadev Bhattiprolu · 4 years, 1 month ago
  62. f15fde9 ibmvnic: delay next reset if hard reset fails by Sukadev Bhattiprolu · 4 years, 1 month ago
  63. 0cb4bc6 ibmvnic: restore adapter state on failed reset by Dany Madden · 4 years, 1 month ago
  64. 9281cf2 ibmvnic: avoid memset null scrq msgs by Dany Madden · 4 years, 1 month ago
  65. 18f141b ibmvnic: stop free_all_rwi on failed reset by Dany Madden · 4 years, 1 month ago
  66. 31d6b40 ibmvnic: handle inconsistent login with reset by Dany Madden · 4 years, 1 month ago
  67. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  68. 3ada288 ibmvnic: enhance resetting status check during module exit by Lijun Pan · 4 years, 1 month ago
  69. 0e435be ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq by Lijun Pan · 4 years, 1 month ago
  70. a0faaa2 ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues by Lijun Pan · 4 years, 1 month ago
  71. 855a631 ibmvnic: skip tx timeout reset while in resetting by Lijun Pan · 4 years, 1 month ago
  72. 98025bc ibmvnic: notify peers when failover and migration happen by Lijun Pan · 4 years, 1 month ago
  73. 8393597 ibmvnic: fix call_netdevice_notifiers in do_reset by Lijun Pan · 4 years, 1 month ago
  74. 41ed0a0 ibmvnic: Do not replenish RX buffers after every polling loop by Dwip N. Banerjee · 4 years, 1 month ago
  75. e552aa3 ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffers by Dwip N. Banerjee · 4 years, 1 month ago
  76. ec20f36 ibmvnic: Correctly re-enable interrupts in NAPI polling routine by Dwip N. Banerjee · 4 years, 1 month ago
  77. 9a87c3f ibmvnic: Ensure that device queue memory is cache-line aligned by Dwip N. Banerjee · 4 years, 1 month ago
  78. 8ed589f ibmvnic: Remove send_subcrq function by Thomas Falcon · 4 years, 1 month ago
  79. c62aa37 ibmvnic: Clean up TX code and TX buffer data structure by Thomas Falcon · 4 years, 1 month ago
  80. 0d97338 ibmvnic: Introduce xmit_more support using batched subCRQ hcalls by Thomas Falcon · 4 years, 1 month ago
  81. 4f0b681 ibmvnic: Introduce batched RX buffer descriptor transmission by Thomas Falcon · 4 years, 1 month ago
  82. f019fb6 ibmvnic: Introduce indirect subordinate Command Response Queue buffer by Thomas Falcon · 4 years, 1 month ago
  83. 1d85049 powerpc/vnic: Extend "failover pending" window by Sukadev Bhattiprolu · 4 years, 2 months ago
  84. 8fc3672 ibmvnic: fix ibmvnic_set_mac by Lijun Pan · 4 years, 2 months ago
  85. d9b0e59 ibmvnic: save changed mac address to adapter->mac_addr by Lijun Pan · 4 years, 2 months ago
  86. 46899bd ibmvnic: create send_control_ip_offload by Lijun Pan · 4 years, 3 months ago
  87. 16e811f ibmvnic: create send_query_ip_offload by Lijun Pan · 4 years, 3 months ago
  88. 69980d0 ibmvnic: rename send_map_query to send_query_map by Lijun Pan · 4 years, 3 months ago
  89. 09081b9 ibmvnic: rename ibmvnic_send_req_caps to send_request_cap by Lijun Pan · 4 years, 3 months ago
  90. 491099a ibmvnic: rename send_cap_queries to send_query_cap by Lijun Pan · 4 years, 3 months ago
  91. b9cd795 ibmvnic: set up 200GBPS speed by Lijun Pan · 4 years, 3 months ago
  92. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  93. 785a2b1 Revert "ibmvnic: remove never executed if statement" by Lijun Pan · 4 years, 3 months ago
  94. aa7c3fe ibmvnic: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  95. 8ae4dff ibmvnic: add missing parenthesis in do_reset() by Jakub Kicinski · 4 years, 4 months ago
  96. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  97. 36a782f ibmvnic: Harden device Command Response Queue handshake by Thomas Falcon · 4 years, 4 months ago
  98. 635e442 ibmvnic: merge ibmvnic_reset_init and ibmvnic_init by Lijun Pan · 4 years, 4 months ago
  99. 550f4d4 ibmvnic: remove never executed if statement by Lijun Pan · 4 years, 4 months ago
  100. fa68bfa ibmvnic: improve ibmvnic_init and ibmvnic_reset_init by Lijun Pan · 4 years, 4 months ago