1. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. fc60861 i40e: start up in VEPA mode by default by Anjali Singhai Jain · 9 years ago
  3. e17bc41 i40e: Disable offline diagnostics if VFs are enabled by Greg Rose · 9 years ago
  4. 57175ac i40e: For VF reset (VFR and VFLR) add some more delay by Anjali Singhai Jain · 9 years ago
  5. 532b045 i40e: move VF notification routines up by Mitch Williams · 9 years ago
  6. 055b295 i40e: notify VFs of link state by Mitch Williams · 9 years ago
  7. 4443463 i40e: stop VF rings by Mitch Williams · 9 years ago
  8. fdf0e0b i40e: Communicate VSI id in place of VSI index to the VFs by Anjali Singhai Jain · 9 years ago
  9. 6d7b967 i40e: warn at the right time by Mitch Williams · 9 years ago
  10. b57459e i40e: validate VSI param from VFs by Mitch Williams · 9 years ago
  11. b40c82e i40e: Fix inconsistent use of PF/VF vs pf/vf by Jeff Kirsher · 9 years ago
  12. 386a0af i40e: Move code to enable/disable Loopback to the main file by Akeem G Abodunrin · 9 years ago
  13. 9466699 i40e: don't spam the system log by Mitch A Williams · 9 years ago
  14. 8f40082 i40e: don't disable PF LB when disabling VFs by Mitch Williams · 9 years ago
  15. 5161601 i40e: Add support for getlink, setlink ndo ops by Neerav Parikh · 9 years ago
  16. 30d71af i40e: Fix i40e_ndo_set_vf_spoofchk by Greg Rose · 10 years ago
  17. 3ba9bcb i40e: add locking around VF reset by Mitch Williams · 10 years ago
  18. 1750a22 i40e: delay after VF reset by Mitch Williams · 10 years ago
  19. 6a9ddb3 i40e: disable IOV before freeing resources by Mitch A Williams · 10 years ago
  20. 79c21a8 i40e: Add new update VSI flow to accommodate FW fix with VSI Loopback mode by Anjali Singhai Jain · 10 years ago
  21. c5c2f7c i40e: re-enable VFLR interrupt sooner by Mitch Williams · 10 years ago
  22. f98a200 i40e/i40evf: Use usleep_range() instead of udelay() by Neerav Parikh · 10 years ago
  23. c24817b i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned() by Ethan Zhao · 10 years ago
  24. 356821a i40e: Remove unnecessary assignment by Serey Kong · 10 years ago
  25. e6d9004 i40e: Change wording to be more consistent by Serey Kong · 10 years ago
  26. 5f5e33b i40e: set num_queue_pairs to num configured by VF by Ashish Shah · 10 years ago
  27. c1d11ce i40e: Enable l2tsel bit for VLAN tag control by Shannon Nelson · 10 years ago
  28. 6e7b5bd i40e: Fix a few potential VF dereferences by Anjali Singhai Jain · 10 years ago
  29. 478c9e7 i40e: Fix for recent kernel panic by Anjali Singhai Jain · 10 years ago
  30. 89cb86c i40e: remove support for vf unicast promiscuous mode by Ashish Shah · 10 years ago
  31. 84a9208 i40e: Minor comment changes by Akeem G Abodunrin · 10 years ago
  32. f19efbb i40e: use correct vf_id offset for virtchnl message by Ashish Shah · 10 years ago
  33. f846c1a i40e: disable TPH by Jesse Brandeburg · 10 years ago
  34. 17413a8 i40e: Stop the VF device after setting its MAC address by Greg Rose · 10 years ago
  35. 9a17390 i40e/i40evf: User ether_addr_copy instead of memcpy by Greg Rose · 10 years ago
  36. 5d29896 i40e/i40evf: set headwb Tx context flags and use them by Ashish Shah · 10 years ago
  37. 29f71bb i40e: Delete stale MAC filters after change by Greg Rose · 10 years ago
  38. c674d12 i40e: implement anti-spoofing for VFs by Mitch Williams · 10 years ago
  39. 84590fd i40evf: tweak Tx rate params and de-magic-ify by Mitch Williams · 10 years ago
  40. dac9b31 i40evf: don't round Tx rate down to 0 by Mitch Williams · 10 years ago
  41. 50d4165 i40e: enable descriptor prefetch for VFs by Mitch Williams · 10 years ago
  42. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 10 years ago
  43. 9e5634d i40e: Don't disable SR-IOV when VFs are assigned by Mitch Williams · 10 years ago
  44. 37cc0d2 i40e: Use port VLAN in MAC/VLAN filter configuration by Greg Rose · 10 years ago
  45. 1315f7c i40e: Retain MAC filters when changing port VLAN by Greg Rose · 10 years ago
  46. 84ca55a i40e: report VF link state correctly by Mitch Williams · 10 years ago
  47. 6b19289 i40e: Enable VF Tx bandwidth setting by Mitch Williams · 10 years ago
  48. f9b4b62 i40e: Reset the VF upon conflicting VLAN configuration by Greg Rose · 10 years ago
  49. c243e96 i40e: potential array underflow in i40e_vc_process_vf_msg() by Dan Carpenter · 11 years ago
  50. 1943d8b i40e/i40evf: enable hardware feature head write back by Jesse Brandeburg · 10 years ago
  51. 588aefa i40e: support VF link state ndo by Mitch Williams · 10 years ago
  52. 9347eb7 i40e/i40evf: Use correct number of VF vectors by Mitch Williams · 10 years ago
  53. cc6456a i40e: Prevent overflow due to kzalloc by Akeem G Abodunrin · 10 years ago
  54. 81b8c01 i40e: remove unnecessary delay by Mitch Williams · 10 years ago
  55. eb2d80b i40e: don't handle VF reset on unload by Mitch Williams · 10 years ago
  56. 4aeec01 i40e: enable extant VFs by Mitch Williams · 10 years ago
  57. c17b362 i40e: set VF state to active when reset is complete by Mitch Williams · 10 years ago
  58. fd1646e i40e: remove dead code by Mitch Williams · 10 years ago
  59. ab60085 i40e: Fix device ID define names to align to standard by Shannon Nelson · 11 years ago
  60. 8d82a7c i40e: Retain MAC filters on port VLAN deletion by Greg Rose · 11 years ago
  61. 99a4973 i40e: Warn admin to reload VF driver on port VLAN configuration by Greg Rose · 11 years ago
  62. d419499 i40e: make message meaningful by Mitch Williams · 11 years ago
  63. bae3cae i40e: remove extra register write by Mitch Williams · 11 years ago
  64. 700bbf6 i40e: allow VF to remove any MAC filter by Mitch Williams · 11 years ago
  65. 829af3a i40e: trivial: formatting and checkpatch fixes by Mitch Williams · 11 years ago
  66. dc641b7 i40e: Fix GPL header by Greg Rose · 11 years ago
  67. c354229 i40e: Enable/Disable PF switch LB on SR-IOV configure changes by Greg Rose · 11 years ago
  68. 5017c2a i40e: Allow VF to set already assigned MAC address by Greg Rose · 11 years ago
  69. 1a10370 i40e: Do not enable broadcast promiscuous by default by Greg Rose · 11 years ago
  70. f657a6e i40e: Fix VF driver MAC address configuration by Greg Rose · 11 years ago
  71. 7efa84b i40e: support VFs on PFs other than 0 by Mitch Williams · 11 years ago
  72. f741453 i40e: acknowledge VFLR when disabling SR-IOV by Mitch Williams · 11 years ago
  73. 5a9769c i40e: use struct assign instead of memcpy by Mitch Williams · 11 years ago
  74. b141d61 i40e: avoid unnecessary register read by Mitch Williams · 11 years ago
  75. 6c12fcb i40e: Fix SR-IOV VF port VLAN by Greg Rose · 11 years ago
  76. 2ef28cf i40e: use functions to enable and disable icr 0 by Mitch Williams · 11 years ago
  77. 6c1b5bf i40e: guard against vf message races by Mitch Williams · 11 years ago
  78. f4a1c5c i40e: report VF MAC addresses correctly by Mitch Williams · 11 years ago
  79. 499ec80 i40e: be more informative by Mitch Williams · 11 years ago
  80. adaf356 i40e: fix error return by Mitch Williams · 11 years ago
  81. 88f6563 i40e: remove redundant code by Mitch Williams · 11 years ago
  82. fc18eaa i40e: refactor VF reset flow by Mitch Williams · 11 years ago
  83. 805bd5b i40e: move i40e_reset_vf by Mitch Williams · 11 years ago
  84. 4836650 i40e: using for_each_set_bit to simplify the code by Wei Yongjun · 11 years ago
  85. 6dbbbfb i40e: Remove FCoE in i40e_virtchnl_pf.c code by Neerav Parikh · 11 years ago
  86. 4f28c72 i40e: fix debugging messages by Mitch Williams · 11 years ago
  87. 7e68edf9 i40e: properly add VF MAC addresses by Mitch Williams · 11 years ago
  88. 54692b4 i40e: allow one more vector for VFs by Mitch Williams · 11 years ago
  89. 13fd977 i40e: use pf_id for pf function id in qtx_ctl by Shannon Nelson · 11 years ago
  90. 13c60b9 i40e: assign correct vector to VF by Mitch Williams · 11 years ago
  91. 5c3c48a i40e: implement virtual device interface by Jesse Brandeburg · 11 years ago