1. 59af56c ibmvnic: Unmap longer term buffer before free by Brian King · 8 years ago
  2. 993a82b ibmvnic: Fix ibmvnic_change_mac_addr struct format by Murilo Fossa Vicentini · 8 years ago
  3. ffa7385 ibmvnic: Report errors when failing to release sub-crqs by Thomas Falcon · 8 years ago
  4. 1b8955e ibmvnic: Cleanup failure path in ibmvnic_open by Nathan Fontenot · 8 years ago
  5. 7bbc27a ibmvnic: Create init/release routines for stats token by Nathan Fontenot · 8 years ago
  6. b510888 ibmvnic: Merge the two release_sub_crq_queue routines by Nathan Fontenot · 8 years ago
  7. 0ffe2cb ibmvnic: Create init and release routines for the rx pool by Nathan Fontenot · 8 years ago
  8. c657e32 ibmvnic: Create init and release routines for the tx pool by Nathan Fontenot · 8 years ago
  9. f0b8c96 ibmvnic: Create init and release routines for the bounce buffer by Nathan Fontenot · 8 years ago
  10. f992887 ibmvnic: Update main crq initialization and release by Nathan Fontenot · 8 years ago
  11. e704f04 ibmvnic: Remove debugfs support by Nathan Fontenot · 8 years ago
  12. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. ea5509f ibmvnic: Correct ibmvnic handling of device open/close by John Allen · 8 years ago
  14. f6ef640 ibmvnic: Move ibmvnic adapter intialization to its own routine by John Allen · 8 years ago
  15. a57a5d2 ibmvnic: Move login to its own routine by John Allen · 8 years ago
  16. bd0b672 ibmvnic: Move login and queue negotiation into ibmvnic_open by John Allen · 8 years ago
  17. 9501df3 ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqs by Nathan Fontenot · 8 years ago
  18. 068d9f9 ibmvnic: Allocate number of rx/tx buffers agreed on by firmware by Thomas Falcon · 8 years ago
  19. 142c0ac ibmvnic: Fix overflowing firmware/hardware TX queue by Thomas Falcon · 8 years ago
  20. 249168a ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs by Thomas Falcon · 8 years ago
  21. 901e040 ibmvnic: Use common counter for capabilities checks by Thomas Falcon · 8 years ago
  22. 6c267b3 ibmvnic: Handle processing of CRQ messages in a tasklet by Thomas Falcon · 8 years ago
  23. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. 75224c9 ibmvnic: Fix endian errors in error reporting output by Thomas Falcon · 8 years ago
  25. 28f4d16 ibmvnic: Fix endian error when requesting device capabilities by Thomas Falcon · 8 years ago
  26. f39f0d1 ibmvnic: Fix initial MTU settings by Thomas Falcon · 8 years ago
  27. e722af6 ibmvnic: Call napi_disable instead of napi_enable in failure path by Nathan Fontenot · 8 years ago
  28. db5d0b5 ibmvnic: Initialize completion variables before starting work by Nathan Fontenot · 8 years ago
  29. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  30. 8a43379 net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  31. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 4ee12ef ibmvnic: drop duplicate header seq_file.h by Geliang Tang · 8 years ago
  33. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. e1fac0a ibmvnic: Fix size of debugfs name buffer by Thomas Falcon · 8 years ago
  35. b7f193d ibmvnic: Unmap ibmvnic_statistics structure by Thomas Falcon · 8 years ago
  36. 6dbcd8f ibmvnic: Start completion queue negotiation at server-provided optimum values by John Allen · 8 years ago
  37. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. 8bf371e ibmvnic: Fix missing brackets in init_sub_crq_irqs by Thomas Falcon · 8 years ago
  39. 9888d7b ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context by Thomas Falcon · 8 years ago
  40. dbc34e7 Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context" by David S. Miller · 8 years ago
  41. 8d7533e ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context by Thomas Falcon · 8 years ago
  42. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
  43. 87737f8 ibmvnic: Update MTU after device initialization by Thomas Falcon · 8 years ago
  44. 12608c2 ibmvnic: Fix GFP_KERNEL allocation in interrupt context by Thomas Falcon · 8 years ago
  45. 99c1790 net: Remove NO_IRQ from powerpc-only network drivers by Michael Ellerman · 8 years ago
  46. 0e87203 ibmvnic: fix error return code in ibmvnic_probe() by Wei Yongjun · 8 years ago
  47. 7a95e94 ibmvnic: convert to use simple_open() by Wei Yongjun · 8 years ago
  48. dfad09a ibmvnic: Handle backing device failover and reinitialization by Thomas Falcon · 8 years ago
  49. 65dc689 ibmvnic: Fix passive VNIC server login process by Thomas Falcon · 8 years ago
  50. ea22d51 ibmvnic: simplify and improve driver probe function by Thomas Falcon · 8 years ago
  51. 88eb98a ibmvnic: dispose irq mappings by Thomas Falcon · 8 years ago
  52. b8efb89 ibmvnic: properly start and stop tx queues by Thomas Falcon · 8 years ago
  53. 9618318 ibmvnic: fix to use list_for_each_safe() when delete items by Wei Yongjun · 9 years ago
  54. 498cd8e ibmvnic: Enable use of multiple tx/rx scrqs by John Allen · 9 years ago
  55. 9be02cd ibmvnic: enable RX checksum offload by Thomas Falcon · 9 years ago
  56. ad7775d ibmvnic: map L2/L3/L4 header descriptors to firmware by Thomas Falcon · 9 years ago
  57. de89e85 ibmvnic: Fix ibmvnic_capability struct by Thomas Falcon · 9 years ago
  58. 032c5e8 Driver for IBM System i/p VNIC protocol by Thomas Falcon · 9 years ago