1. 420136c i40e: shorten wordy fields by Mitch Williams · 12 years ago
  2. 0467bc9 i40e: accept pf to pf adminq messages by Shannon Nelson · 12 years ago
  3. ab954cb i40e: remove interrupt on AQ error by Shannon Nelson · 12 years ago
  4. ff2ff3b i40e: release NVM resource reservation on startup by Shannon Nelson · 12 years ago
  5. e734c1d i40e: Cleanup reconfig rss path by Anjali Singhai Jain · 12 years ago
  6. 3de0506 i40e: disable packet split by Jesse Brandeburg · 12 years ago
  7. 8e9dca5 i40e: add a comment on barrier and fix panic on reset by Greg Rose · 12 years ago
  8. 55c29c3 i40e: Fix MAC format in Write MAC address AQ cmd by Kamil Krawczyk · 12 years ago
  9. dc641b7 i40e: Fix GPL header by Greg Rose · 12 years ago
  10. c02e0fd i40e: use kernel specific defines by Jesse Brandeburg · 12 years ago
  11. 5e82306 i40e: Re-enable interrupt on ICR0 by Anjali Singhai Jain · 12 years ago
  12. 9007777 i40e: correctly setup ARQ descriptors by Mitch Williams · 12 years ago
  13. 071b8de i40e: remove redundant AQ enable by Kamil Krawczyk · 12 years ago
  14. c354229 i40e: Enable/Disable PF switch LB on SR-IOV configure changes by Greg Rose · 12 years ago
  15. 922680b i40e: whitespace paren and comment tweaks by Shannon Nelson · 12 years ago
  16. a4bcfbb i40e: rework shadow ram read functions by Shannon Nelson · 12 years ago
  17. af89d26c i40e: check MAC type before any REG access by Shannon Nelson · 12 years ago
  18. 5f9116a i40e: move PF ID init from PF reset to SC init by Shannon Nelson · 12 years ago
  19. af9810e i40e: Reduce range of interrupt reg in reg test by Shannon Nelson · 12 years ago
  20. 981b754 i40e: update firmware api to 1.1 by Shannon Nelson · 12 years ago
  21. 42794bd i40e: Add code to wait for FW to complete in reset path by Shannon Nelson · 12 years ago
  22. 7f61d1f i40e: Bump version by Catherine Sullivan · 12 years ago
  23. 5017c2a i40e: Allow VF to set already assigned MAC address by Greg Rose · 12 years ago
  24. 6bbac86 i40e: Stop accepting any VLAN tag on VLAN 0 filter set by Greg Rose · 12 years ago
  25. 1a10370 i40e: Do not enable broadcast promiscuous by default by Greg Rose · 12 years ago
  26. f1143c4 i40e: Expose AQ debugfs hooks by Anjali Singhai Jain · 12 years ago
  27. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. 80f6428 i40e: Do not allow AQ calls from ndo-ops by Anjali Singhai Jain · 12 years ago
  29. 37f0be6 i40e: check asq alive before notify by Anjali Singhai Jain · 12 years ago
  30. e1860d8 i40e: Admin queue shutdown fixes by Anjali Singhai Jain · 12 years ago
  31. b774c7d i40e: Hide the Port VLAN VLAN ID by Greg Rose · 12 years ago
  32. f5ac857 i40e: use correct struct for get and update vsi params by Shannon Nelson · 12 years ago
  33. f657a6e i40e: Fix VF driver MAC address configuration by Greg Rose · 12 years ago
  34. 7efa84b i40e: support VFs on PFs other than 0 by Mitch Williams · 12 years ago
  35. f741453 i40e: acknowledge VFLR when disabling SR-IOV by Mitch Williams · 12 years ago
  36. 3197ce2 i40e: don't allocate zero size by Mitch Williams · 12 years ago
  37. 5a9769c i40e: use struct assign instead of memcpy by Mitch Williams · 12 years ago
  38. 5674726 i40e: Do not enable default port on the VEB by Greg Rose · 12 years ago
  39. b141d61 i40e: avoid unnecessary register read by Mitch Williams · 12 years ago
  40. 1b60f3c i40e: fix whitespace by Jesse Brandeburg · 12 years ago
  41. 6c12fcb i40e: Fix SR-IOV VF port VLAN by Greg Rose · 12 years ago
  42. 298deef i40e: Record dma buffer info for dummy packets by Anjali Singhai Jain · 12 years ago
  43. c3f0c4f i40e: remove un-necessary io-write by Anjali Singhai Jain · 12 years ago
  44. 7b86228 i40e: Remove unnecessary prototypes by Anjali Singhai Jain · 12 years ago
  45. 9f52987 i40e: I40E_FLAG_MQ_ENABLED is not used by Neerav Parikh · 12 years ago
  46. d739764 i40e: Fix ring allocation by Neerav Parikh · 12 years ago
  47. 78681b1 i40e: catch unset q_vector by Shannon Nelson · 12 years ago
  48. 90bb776 i40e: keep allocated memory in structs by David Cassard · 12 years ago
  49. 04b0301 i40e: fix error handling when alloc of vsi array fails by Shannon Nelson · 12 years ago
  50. 2f01912 i40e: reinit buffer size each time by Mitch Williams · 12 years ago
  51. 2ef28cf i40e: use functions to enable and disable icr 0 by Mitch Williams · 12 years ago
  52. 36fac58 i40e: add header file flag _I40E_TXRX_H_ by Vasu Dev · 12 years ago
  53. 6c1b5bf i40e: guard against vf message races by Mitch Williams · 12 years ago
  54. 0e2fe46c i40e: fix constant cast issues by Jesse Brandeburg · 12 years ago
  55. e5e0a5d i40e: Change the ethtool NVM read method to use AQ by Anjali Singhai Jain · 12 years ago
  56. f62b506 i40e: fix mac address checking by Jesse Brandeburg · 12 years ago
  57. a45e88c i40e: Dump the whole NVM, not half by Anjali Singhai Jain · 12 years ago
  58. f4a1c5c i40e: report VF MAC addresses correctly by Mitch Williams · 12 years ago
  59. 0556a9e i40e: update led set args by Jesse Brandeburg · 12 years ago
  60. 12dc4fe i40e: make a define from a large constant by Mitch Williams · 12 years ago
  61. 499ec80 i40e: be more informative by Mitch Williams · 12 years ago
  62. adaf356 i40e: fix error return by Mitch Williams · 12 years ago
  63. fda972f i40e: remove chatty log messages by Mitch Williams · 12 years ago
  64. 88f6563 i40e: remove redundant code by Mitch Williams · 12 years ago
  65. fc18eaa i40e: refactor VF reset flow by Mitch Williams · 12 years ago
  66. 805bd5b i40e: move i40e_reset_vf by Mitch Williams · 12 years ago
  67. 8144f0f i40e: Rx checksum offload for VXLAN by Joseph Gasparakis · 12 years ago
  68. a1c9a9d i40e: Implementation of VXLAN ndo's by Jeff Kirsher · 12 years ago
  69. be1d5ee i40e: fix curly brace use and return type by Shannon Nelson · 12 years ago
  70. 8e2773a i40e: add wake-on-lan support by Shannon Nelson · 12 years ago
  71. d4dfb81 i40e: Populate and check pci bus speed and width by Catherine Sullivan · 12 years ago
  72. 9c010ee i40e: Suppress HMC error to Interrupt message level by Anjali Singhai Jain · 12 years ago
  73. 4836650 i40e: using for_each_set_bit to simplify the code by Wei Yongjun · 12 years ago
  74. 8e769788 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  75. 90327e7 i40evf: A0 silicon specific by Greg Rose · 12 years ago
  76. 105bf2f i40evf: add driver to kernel build system by Greg Rose · 12 years ago
  77. d358aa9 i40evf: init code and hardware support by Greg Rose · 12 years ago
  78. 5321a21 i40evf: driver core headers by Greg Rose · 12 years ago
  79. 62683ab i40evf: virtual channel interface by Greg Rose · 12 years ago
  80. fbb7ddf i40evf: core ethtool functionality by Greg Rose · 12 years ago
  81. 7f12ad7 i40evf: transmit and receive functionality by Greg Rose · 12 years ago
  82. 5eae00c i40evf: main driver core by Greg Rose · 12 years ago
  83. 4012dda net: ixgbe: slight optimization of addr compare by dingtianhong · 12 years ago
  84. 887fa9d net: igbvf: slight optimization of addr compare by dingtianhong · 12 years ago
  85. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. 8f48f5b ixgbe: fix for unused variable warning with certain config by Don Skidmore · 12 years ago
  87. 7509963 e1000e: Fix a compile flag mis-match for suspend/resume by David Ertman · 12 years ago
  88. cd14ef5 igb: Change to use statically allocated array for MSIx entries by Carolyn Wyborny · 12 years ago
  89. 02ef6e1 igb: Fix queue allocation method to accommodate changing during runtime by Carolyn Wyborny · 12 years ago
  90. 22dd81c ixgbe: Start temperature sensor attribute index with 1 by Guenter Roeck · 12 years ago
  91. 03b77d8 ixgbe: Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 12 years ago
  92. 220fe05 ixgbevf: add DCB configuration into queue setup by Don Skidmore · 12 years ago
  93. af28eec i40e: make functions static and remove dead code by Stephen Hemminger · 12 years ago
  94. 5561b6a i40e: Fix off by one in i40e_dbg_command_write by Alan Cox · 12 years ago
  95. 582a74e i40e: Bump version number by Catherine Sullivan · 12 years ago
  96. 84ed40e i40e: Fix wrong mask bits being used in misc interrupt by Anjali Singhai Jain · 12 years ago
  97. e625f71 i40e: more print_hex_dump use by Shannon Nelson · 12 years ago
  98. 2706a20 i40e: fix up scanf decoders by Shannon Nelson · 12 years ago
  99. 7792fe4 i40e: simplify error messages for dump descriptor by Shannon Nelson · 12 years ago
  100. 29d0790 i40e: prevent null pointer exception in dump descriptor by Shannon Nelson · 12 years ago