1. b707b89 eth: switch to netif_napi_add_weight() by Jakub Kicinski · 2 years, 9 months ago
  2. 6bff3ff net: ethernet: Prepare cleanup of powerpc's asm/prom.h by Christophe Leroy · 2 years, 10 months ago
  3. 0e55546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
  4. aeaf59b Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" by Dany Madden · 2 years, 10 months ago
  5. 93b1ebb ibmvnic: Allow multiple ltbs in txpool ltb_set by Sukadev Bhattiprolu · 2 years, 10 months ago
  6. a75de82 ibmvnic: Allow multiple ltbs in rxpool ltb_set by Sukadev Bhattiprolu · 2 years, 10 months ago
  7. d6b4585 ibmvnic: convert rxpool ltb to a set of ltbs by Sukadev Bhattiprolu · 2 years, 10 months ago
  8. 0c91bf9 ibmvnic: define map_txpool_buf_to_ltb() by Sukadev Bhattiprolu · 2 years, 10 months ago
  9. 2872a67 ibmvnic: define map_rxpool_buf_to_ltb() by Sukadev Bhattiprolu · 2 years, 10 months ago
  10. 8880fc6 ibmvnic: rename local variable index to bufidx by Sukadev Bhattiprolu · 2 years, 10 months ago
  11. 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 11 months ago
  12. 4219196 ibmvnic: fix race between xmit and reset by Sukadev Bhattiprolu · 2 years, 11 months ago
  13. 80901bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  14. fd98693 ibmvnic: Allow queueing resets during probe by Sukadev Bhattiprolu · 3 years ago
  15. f628ad5 ibmvnic: clear fop when retrying probe by Sukadev Bhattiprolu · 3 years ago
  16. ae16bf1 ibmvnic: init init_done_rc earlier by Sukadev Bhattiprolu · 3 years ago
  17. 570425f ibmvnic: register netdev after init of adapter by Sukadev Bhattiprolu · 3 years ago
  18. 36491f2 ibmvnic: complete init_done on transport events by Sukadev Bhattiprolu · 3 years ago
  19. 83da53f ibmvnic: define flush_reset_queue helper by Sukadev Bhattiprolu · 3 years ago
  20. 765559b ibmvnic: initialize rc before completing wait by Sukadev Bhattiprolu · 3 years ago
  21. 8d0657f ibmvnic: free reset-work-item when flushing by Sukadev Bhattiprolu · 3 years ago
  22. aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  23. 277f2bb ibmvnic: schedule failover only if vioctl fails by Sukadev Bhattiprolu · 3 years ago
  24. 7ea0c16 net/ibmvnic: Cleanup workaround doing an EOI after partition migration by Cédric Le Goater · 3 years ago
  25. 61772b0 ibmvnic: don't release napi in __ibmvnic_open() by Sukadev Bhattiprolu · 3 years ago
  26. 3a5d9db ibmvnic: remove unused ->wait_capability by Sukadev Bhattiprolu · 3 years, 1 month ago
  27. 48079e7 ibmvnic: don't spin in tasklet by Sukadev Bhattiprolu · 3 years, 1 month ago
  28. 151b6a5c ibmvnic: init ->running_cap_crqs early by Sukadev Bhattiprolu · 3 years, 1 month ago
  29. db9f0e8 ibmvnic: Allow extra failures before disabling by Sukadev Bhattiprolu · 3 years, 1 month ago
  30. c288bc0 ethernet: ibmveth: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years, 1 month ago
  31. fe4c82a ibmvnic: remove unused defines by Dany Madden · 3 years, 2 months ago
  32. b6ee566 ibmvnic: Update driver return codes by Dany Madden · 3 years, 2 months ago
  33. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  34. 5b08560 ibmvnic: drop bad optimization in reuse_tx_pools() by Sukadev Bhattiprolu · 3 years, 3 months ago
  35. 0584f49 ibmvnic: drop bad optimization in reuse_rx_pools() by Sukadev Bhattiprolu · 3 years, 3 months ago
  36. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 3 months ago
  37. 5337824 net: annotate accesses to queue->trans_start by Eric Dumazet · 3 years, 3 months ago
  38. 8a33dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  39. 6b278c0 ibmvnic: delay complete() by Sukadev Bhattiprolu · 3 years, 4 months ago
  40. 6e20d00 ibmvnic: Process crqs after enabling interrupts by Sukadev Bhattiprolu · 3 years, 4 months ago
  41. 8878e46 ibmvnic: don't stop queue in xmit by Sukadev Bhattiprolu · 3 years, 4 months ago
  42. 5c8b348 ethernet: ibmveth: use ether_addr_to_u64() by Jakub Kicinski · 3 years, 4 months ago
  43. 68a0640 ethernet: ibm/emac: use of_get_ethdev_address() to load dev_addr by Jakub Kicinski · 3 years, 4 months ago
  44. a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 4 months ago
  45. ceca777 ethernet: ehea: add missing cast by Jakub Kicinski · 3 years, 4 months ago
  46. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 5 months ago
  47. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 5 months ago
  48. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  49. 584351c net: ethernet: emac: utilize of_net's of_get_mac_address() by Christian Lamparter · 3 years, 5 months ago
  50. 4247ef0 ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() by Cai Huoqing · 3 years, 5 months ago
  51. 2974b8a Revert "ibmvnic: check failover_pending in login response" by Desnes A. Nunes do Rosario · 3 years, 5 months ago
  52. 561bed6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  53. bbd8093 ibmvnic: Reuse tx pools when possible by Sukadev Bhattiprolu · 3 years, 5 months ago
  54. 489de95 ibmvnic: Reuse rx pools when possible by Sukadev Bhattiprolu · 3 years, 5 months ago
  55. f8ac0bf ibmvnic: Reuse LTB when possible by Sukadev Bhattiprolu · 3 years, 5 months ago
  56. 129854f0 ibmvnic: Use bitmap for LTB map_ids by Sukadev Bhattiprolu · 3 years, 5 months ago
  57. 0d1af4f ibmvnic: init_tx_pools move loop-invariant code by Sukadev Bhattiprolu · 3 years, 5 months ago
  58. 8243c7e ibmvnic: Use/rename local vars in init_tx_pools by Sukadev Bhattiprolu · 3 years, 5 months ago
  59. 0df7b9a ibmvnic: Use/rename local vars in init_rx_pools by Sukadev Bhattiprolu · 3 years, 5 months ago
  60. 0f2bf31 ibmvnic: Fix up some comments and messages by Sukadev Bhattiprolu · 3 years, 5 months ago
  61. 38106b2 ibmvnic: Consolidate code in replenish_rx_pool() by Sukadev Bhattiprolu · 3 years, 5 months ago
  62. 273c29e ibmvnic: check failover_pending in login response by Sukadev Bhattiprolu · 3 years, 5 months ago
  63. d437f5a ibmvnic: check failover_pending in login response by Sukadev Bhattiprolu · 3 years, 5 months ago
  64. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 7 months ago
  65. bb55362 ibmvnic: Remove the proper scrq flush by Sukadev Bhattiprolu · 3 years, 7 months ago
  66. 4f408e1 ibmvnic: retry reset if there are no other resets by Sukadev Bhattiprolu · 3 years, 8 months ago
  67. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  68. 154b3b2 ibmvnic: parenthesize a check by Sukadev Bhattiprolu · 3 years, 8 months ago
  69. f6ebca8 ibmvnic: free tx_pool if tso_pool alloc fails by Sukadev Bhattiprolu · 3 years, 8 months ago
  70. 552a337 ibmvnic: set ltb->buff to NULL after freeing by Sukadev Bhattiprolu · 3 years, 8 months ago
  71. 72368f8 ibmvnic: account for bufs already saved in indir_buf by Sukadev Bhattiprolu · 3 years, 8 months ago
  72. 65d6470 ibmvnic: clean pending indirect buffs during reset by Sukadev Bhattiprolu · 3 years, 8 months ago
  73. 2ca220f Revert "ibmvnic: remove duplicate napi_schedule call in open function" by Dany Madden · 3 years, 8 months ago
  74. 0ec13af Revert "ibmvnic: simplify reset_long_term_buff function" by Sukadev Bhattiprolu · 3 years, 8 months ago
  75. 7525de2 ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM. by David Wilder · 3 years, 8 months ago
  76. ef2c3dd ibmvnic: Use strscpy() instead of strncpy() by Kees Cook · 3 years, 8 months ago
  77. 673ead2 ibmvnic: fix send_request_map incompatible argument by Lijun Pan · 3 years, 8 months ago
  78. 73214a6 ibmvnic: fix kernel build warnings in build_hdr_descs_arr by Lijun Pan · 3 years, 8 months ago
  79. 822ebc2 ibmvnic: fix kernel build warning by Lijun Pan · 3 years, 8 months ago
  80. 0b217d3 ibmvnic: fix kernel build warning in strncpy by Lijun Pan · 3 years, 8 months ago
  81. 53f8b1b ibmvnic: Allow device probe if the device is not ready at boot by Cristobal Forno · 3 years, 8 months ago
  82. 3e98ae0 ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.c by Wang Hai · 3 years, 8 months ago
  83. 015dbf5 ehea: fix error return code in ehea_restart_qps() by Zhen Lei · 3 years, 9 months ago
  84. 0056982 ehea: Use DEVICE_ATTR_*() macro by YueHaibing · 3 years, 9 months ago
  85. 07b5dc1 ibmvnic: remove default label from to_string switch by Michal Suchanek · 3 years, 9 months ago
  86. c11c900 net: ibm: remove leading spaces before tabs by Hui Tang · 3 years, 9 months ago
  87. 1756055 ibmveth: fix kobj_to_dev.cocci warnings by YueHaibing · 3 years, 9 months ago
  88. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 10 months ago
  89. 7c451f3 ibmvnic: remove duplicate napi_schedule call in open function by Lijun Pan · 3 years, 10 months ago
  90. d3a6abc ibmvnic: remove duplicate napi_schedule call in do_reset function by Lijun Pan · 3 years, 10 months ago
  91. 0775ebc ibmvnic: avoid calling napi_disable() twice by Lijun Pan · 3 years, 10 months ago
  92. 870e04a ibmvnic: queue reset work in system_long_wq by Lijun Pan · 3 years, 10 months ago
  93. ca09bf7 ibmvnic: correctly use dev_consume/free_skb_irq by Lijun Pan · 3 years, 10 months ago
  94. 334c424 ibmvnic: improve failover sysfs entry by Lijun Pan · 3 years, 10 months ago
  95. 0666ef7 ibmvnic: print adapter state as a string by Lijun Pan · 3 years, 10 months ago
  96. caee7bf ibmvnic: print reset reason as a string by Lijun Pan · 3 years, 10 months ago
  97. c82eaa40 ibmvnic: clean up the remaining debugfs data structures by Lijun Pan · 3 years, 10 months ago
  98. 95291ce ehea: add missing MODULE_DEVICE_TABLE by Qiheng Lin · 3 years, 10 months ago
  99. c3105f8 ibmvnic: Use 'skb_frag_address()' instead of hand coding it by Christophe JAILLET · 3 years, 11 months ago
  100. 05a59d79 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago