1. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  2. 2de0968 ibmvnic: Fix calculation of number of TX header descriptors by Thomas Falcon · 7 years ago
  3. f559560 net: emac: Fix napi poll list corruption by Christian Lamparter · 7 years ago
  4. 138b57f net: ibm: emac: Fix some error handling path in 'emac_probe()' by Christophe Jaillet · 8 years ago
  5. 8c37bc6 net: ibm: ibmvnic: constify vio_device_id by Arvind Yadav · 8 years ago
  6. 7145080 net: ibm: ibmveth: constify vio_device_id by Arvind Yadav · 8 years ago
  7. 16587c2 ibmvnic: Correct 'unused variable' warning in build. by Nathan Fontenot · 8 years ago
  8. d1cf33d ibmvnic: Add netdev_dbg output for debugging by Nathan Fontenot · 8 years ago
  9. 7c1885a ibmvnic: Clean up resources on probe failure by Nathan Fontenot · 8 years ago
  10. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. e1cea2e ibmvnic: Report rx buffer return codes as netdev_dbg by John Allen · 8 years ago
  12. c2dbeb6 ibmvnic: Implement .get_channels by John Allen · 8 years ago
  13. bc131b3 ibmvnic: Implement .get_ringparam by John Allen · 8 years ago
  14. 52da5c1 ibmvnic: Convert vnic server reported statistics to cpu endian by John Allen · 8 years ago
  15. 3d52b59 ibmvnic: Implement per-queue statistics reporting by John Allen · 8 years ago
  16. 4d96f12 ibmvnic: Initialize SCRQ's during login renegotiation by Thomas Falcon · 8 years ago
  17. a248878 ibmvnic: Check for transport event on driver resume by John Allen · 8 years ago
  18. f7ce910 net: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  19. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  20. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  21. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  22. eb60a73 net: ibm: ibmveth: constify dev_pm_ops structures. by Arvind Yadav · 8 years ago
  23. 5df969c ibmvnic: Fix assignment of RX/TX IRQ's by Thomas Falcon · 8 years ago
  24. 6d65923 ibmvnic: Correct return code checking for ibmvnic_init during probe by Nathan Fontenot · 8 years ago
  25. f3be0cb ibmvnic: Fix error handling when registering long-term-mapped buffers by Thomas Falcon · 8 years ago
  26. 288ccb7 ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structure by Thomas Falcon · 8 years ago
  27. cb89ba2 ibmvnic: Return from ibmvnic_resume if not in VNIC_OPEN state by John Allen · 8 years ago
  28. d43732c ibmveth: properly unwind on init errors by Christoph Hellwig · 8 years ago
  29. 6a2fb0e ibmvnic: driver initialization for kdump/kexec by Nathan Fontenot · 8 years ago
  30. 21ecba6 ibmvnic: Exit polling routine correctly during adapter reset by Thomas Falcon · 8 years ago
  31. 1cf9cc7 ibmvnic: Remove VNIC_CLOSING check from pending_scrq by Thomas Falcon · 8 years ago
  32. c8b2ad0 ibmvnic: Sanitize entire SCRQ buffer on reset by Thomas Falcon · 8 years ago
  33. 4c2687a ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close by Thomas Falcon · 8 years ago
  34. c3e53b9 ibmvnic: Activate disabled RX buffer pools on reset by Thomas Falcon · 8 years ago
  35. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 61d3e1d ibmvnic: Remove netdev notify for failover resets by Nathan Fontenot · 8 years ago
  37. 40c9db8 ibmvnic: Client-initiated failover by Thomas Falcon · 8 years ago
  38. ce8e0cd net: ehea: convert to use DRIVER_ATTR_RO by Greg Kroah-Hartman · 8 years ago
  39. d193d53 drivers: net: emac: add const to mii_phy_ops structures by Bhumika Goyal · 8 years ago
  40. 9065bc3 net: emac: fix and unify emac_mdio functions by Christian Lamparter · 8 years ago
  41. 19d90ec net: emac: fix reset timeout with AR8035 phy by Christian Lamparter · 8 years ago
  42. 3a807b7 ibmvnic: Return failure on attempted mtu change by John Allen · 8 years ago
  43. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 78b07ac ibmvnic: Remove module author mailing address by Thomas Falcon · 8 years ago
  45. 57a4943 ibmvnic: Reset sub-crqs during driver reset by Nathan Fontenot · 8 years ago
  46. 8c0543a ibmvnic: Reset tx/rx pools on driver reset by Nathan Fontenot · 8 years ago
  47. 28cde75 ibmvnic: Reset the CRQ queue during driver reset by Nathan Fontenot · 8 years ago
  48. 152ce47 ibmvnic: Check adapter state during ibmvnic_poll by Nathan Fontenot · 8 years ago
  49. f185a49 ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSED by Thomas Falcon · 8 years ago
  50. b8c80b8 ibmvnic: Halt TX and report carrier off on H_CLOSED return code by Thomas Falcon · 8 years ago
  51. 8cb31cf ibmvnic: Non-fatal error handling by John Allen · 8 years ago
  52. 10f7621 ibmvnic: Fix cleanup of SKB's on driver close by Thomas Falcon · 8 years ago
  53. 2ce9e4e ibmvnic: Send gratuitous arp on reset by John Allen · 8 years ago
  54. 017892c1 ibmvnic: Handle failover after failed init crq by John Allen · 8 years ago
  55. d944c3d6 ibmvnic: Track state of adapter napis by John Allen · 8 years ago
  56. 66aa067 ibmveth: Support to enable LSO/CSO for Trunk VEA. by Sivakumar Krishnasamy · 8 years ago
  57. 6d0af07 ibmvnic: fix missing unlock on error in __ibmvnic_reset() by Wei Yongjun · 8 years ago
  58. 7c3e7de ibmvnic: Move queue restarting in ibmvnic_tx_complete by Nathan Fontenot · 8 years ago
  59. 94ca305 ibmvnic: Record SKB RX queue during poll by Thomas Falcon · 8 years ago
  60. ca05e31 ibmvnic: Continue skb processing after skb completion error by Nathan Fontenot · 8 years ago
  61. 161b8a8 ibmvnic: Check for driver reset first in ibmvnic_xmit by Nathan Fontenot · 8 years ago
  62. 46293b9 ibmvnic: Wait for any pending scrqs entries at driver close by Nathan Fontenot · 8 years ago
  63. b41b83e ibmvnic: Clean up tx pools when closing by Nathan Fontenot · 8 years ago
  64. e0ebe942 ibmvnic: Whitespace correction in release_rx_pools by Nathan Fontenot · 8 years ago
  65. c7bac00 ibmvnic: Delete napi's when releasing driver resources by Nathan Fontenot · 8 years ago
  66. ed651a1 ibmvnic: Updated reset handling by Nathan Fontenot · 8 years ago
  67. 90c8014 ibmvnic: Replace is_closed with state field by Nathan Fontenot · 8 years ago
  68. bfc32f2 ibmvnic: Move resource initialization to its own routine by Nathan Fontenot · 8 years ago
  69. 1bb3c73 ibmvnic: Move initialization of sub crqs to ibmvnic_init by Nathan Fontenot · 8 years ago
  70. d346b9b ibmvnic: Split initialization of scrqs to its own routine by Nathan Fontenot · 8 years ago
  71. 7f5b030 ibmvnic: Free skb's in cases of failure in transmit by Thomas Falcon · 8 years ago
  72. 3ca1993 ibmvnic: Validate napi exist before disabling them by Nathan Fontenot · 8 years ago
  73. 53da09e ibmvnic: Add set_link_state routine for setting adapter link state by Nathan Fontenot · 8 years ago
  74. 5d5e84e ibmvnic: Move initialization of the stats token to ibmvnic_open by Nathan Fontenot · 8 years ago
  75. 2f9de9b ibmvnic: Only retrieve error info if present by Nathan Fontenot · 8 years ago
  76. 6052d5e ibmvnic: Insert header on VLAN tagged received frame by Murilo Fossa Vicentini · 8 years ago
  77. 7f3c6e6 ibmvnic: Set real number of rx queues by Thomas Falcon · 8 years ago
  78. d76e0fe ibmvnic: Remove unused bouce buffer by Nathan Fontenot · 8 years ago
  79. 7f7adc5 ibmvnic: Allocate zero-filled memory for sub crqs by Nathan Fontenot · 8 years ago
  80. dd9c20f ibmvnic: Disable irq prior to close by Brian King · 8 years ago
  81. 3748905 ibmvnic: Correct crq and resource releasing by Nathan Fontenot · 8 years ago
  82. 661a262 ibmvnic: Remove inflight list by Nathan Fontenot · 8 years ago
  83. ed7ecbf ibmvnic: Do not disable IRQ after scheduling tasklet by Brian King · 8 years ago
  84. 58c8c0c ibmvnic: Fixup atomic API usage by Brian King · 8 years ago
  85. 59af56c ibmvnic: Unmap longer term buffer before free by Brian King · 8 years ago
  86. 993a82b ibmvnic: Fix ibmvnic_change_mac_addr struct format by Murilo Fossa Vicentini · 8 years ago
  87. ffa7385 ibmvnic: Report errors when failing to release sub-crqs by Thomas Falcon · 8 years ago
  88. 065f4b6 net: emac: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  89. 5e35141 net: ibm: emac: remove unused sysrq handler for 'c' key by Eric Biggers · 8 years ago
  90. 1b8955e ibmvnic: Cleanup failure path in ibmvnic_open by Nathan Fontenot · 8 years ago
  91. 7bbc27a ibmvnic: Create init/release routines for stats token by Nathan Fontenot · 8 years ago
  92. b510888 ibmvnic: Merge the two release_sub_crq_queue routines by Nathan Fontenot · 8 years ago
  93. 0ffe2cb ibmvnic: Create init and release routines for the rx pool by Nathan Fontenot · 8 years ago
  94. c657e32 ibmvnic: Create init and release routines for the tx pool by Nathan Fontenot · 8 years ago
  95. f0b8c96 ibmvnic: Create init and release routines for the bounce buffer by Nathan Fontenot · 8 years ago
  96. f992887 ibmvnic: Update main crq initialization and release by Nathan Fontenot · 8 years ago
  97. e704f04 ibmvnic: Remove debugfs support by Nathan Fontenot · 8 years ago
  98. 656455b net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter by Tobias Klauser · 8 years ago
  99. 8c2ef19 net: ibmveth: Remove unused stats member from struct ibmveth_adapter by Tobias Klauser · 8 years ago
  100. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago