1. 7dfbe7d be2net: Change copyright markings in source files by Somnath Kotur · 8 years ago
  2. de2b1e0 be2net: Fix provisioning of RSS for VFs in multi-partition configurations by Somnath Kotur · 8 years ago
  3. 45f13df be2net: Enable Wake-On-LAN from shutdown for Skyhawk by Sriharsha Basavapatna · 8 years ago
  4. b9263cb be2net: use max-TXQs limit too while provisioning VF queue pairs by Suresh Reddy · 8 years ago
  5. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. c1bb0a5 be2net: don't enable multicast flag in be_enable_if_filters() routine by Venkat Duvvuru · 9 years ago
  7. 51d1f98 be2net: Interpret and log new data that's added to the port misconfigure async event by Ajit Khaparde · 9 years ago
  8. fa5c867 be2net: check for INSUFFICIENT_PRIVILEGES error by Suresh Reddy · 9 years ago
  9. fd7ff6f be2net: support ethtool get-dump option by Venkat Duvvuru · 9 years ago
  10. 980df24 be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd by Suresh Reddy · 9 years ago
  11. 6b52578 be2net: log digital signature errors while flashing FW image by Suresh Reddy · 9 years ago
  12. a23113b be2net: move FW flash cmd code to be_cmds.c by Suresh Reddy · 9 years ago
  13. 8836ff4 be2net: cleanup FW flash image related macro defines by Suresh Reddy · 9 years ago
  14. d9d426a be2net: fix VF link state transition from disabled to auto by Suresh Reddy · 9 years ago
  15. 72ef3a8 be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd by Somnath Kotur · 9 years ago
  16. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  17. bcc8414 be2net: enable IFACE filters only after creating RXQs by Kalesh AP · 9 years ago
  18. a155a5d be2net: support ndo_get_phys_port_id() by Sriharsha Basavapatna · 9 years ago
  19. 9c85597 be2net: make SET_LOOPBACK_MODE cmd asynchrounous by Suresh Reddy · 9 years ago
  20. ff9ed19 be2net: query FW to check if EVB is enabled by Kalesh Purayil · 9 years ago
  21. 760c295 be2net: Support for OS2BMC. by Venkata Duvvuru · 9 years ago
  22. d19261b be2net: update copyright year to 2015 by Vasundhara Volam · 9 years ago
  23. a6e6ff6 be2net: simplify UFI compatibility checking by Vasundhara Volam · 9 years ago
  24. 77be8c1 be2net: check for INSUFFICIENT_VLANS error by Kalesh AP · 9 years ago
  25. e7bcbd7 be2net: add support for spoofchk setting by Kalesh AP · 9 years ago
  26. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 435452a be2net: Prevent VFs from enabling VLAN promiscuous mode by Vasundhara Volam · 10 years ago
  28. f285873 be2net: re-distribute SRIOV resources allowed by FW by Vasundhara Volam · 10 years ago
  29. 71bb8bd be2net: avoid creating the non-RSS default RXQ if FW allows to by Vasundhara Volam · 10 years ago
  30. 2125237 be2net: process port misconfig async event by Vasundhara Volam · 10 years ago
  31. ac34b74 be2net: remove duplicate code in be_cmd_rx_filter() by Sathya Perla · 10 years ago
  32. 70a7b52 be2net: use offset based FW flashing for Skyhawk chip by Vasundhara Volam · 10 years ago
  33. 81a9e22 be2net: avoid flashing SH-B0 UFI image on SH-P2 chip by Vasundhara Volam · 10 years ago
  34. 5d3acd0 be2net: refactor code that checks flash file compatibility by Vasundhara Volam · 10 years ago
  35. 83b0611 be2net: replace (1 << x) with BIT(x) by Vasundhara Volam · 10 years ago
  36. e02cfd9 be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.h by Vasundhara Volam · 10 years ago
  37. d6b7a9b be2net: add speed reporting for 20G-KR interface by Vasundhara Volam · 10 years ago
  38. 72d7e2b be2net: fix sparse warnings in be_cmd_req_port_type{} by Suresh Reddy · 10 years ago
  39. 6809cee be2net: fix port-type reporting in get_settings by Ravikumar Nelavelli · 10 years ago
  40. e36edd9 be2net: add ethtool "-m" option support by Mark Leonard · 10 years ago
  41. b29812c be2net: use v1 of SET_FLOW_CONTROL command by Suresh Reddy · 10 years ago
  42. c5f156d be2net: make be_cmd_get_regs() return a status by Vasundhara Volam · 10 years ago
  43. f061338 be2net: support deleting FW dump via ethtool (only for Lancer) by Kalesh AP · 10 years ago
  44. b99f803 be2net: remove unused structures in be_cmds.h by Kalesh AP · 10 years ago
  45. e97e3cd be2net: reduce arguments passed to FW-cmd routines by Kalesh AP · 10 years ago
  46. bec84e6 be2net: create optimal number of queues on SR-IOV config by Vasundhara Volam · 10 years ago
  47. 10cccf6 be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd by Vasundhara Volam · 10 years ago
  48. 66064db be2net: fix qnq mode detection on VFs by Suresh Reddy · 10 years ago
  49. 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 10 years ago
  50. 3acf19d be2net: cleanup MCC async event processing code by Sathya Perla · 10 years ago
  51. 4c60005 be2net: re-factor MCCQ error status handling code by Kalesh AP · 10 years ago
  52. 96c9b2e be2net: support flashing new regions on Skyhawk-R by Vasundhara Volam · 10 years ago
  53. 0f77ba7 be2net: fixup TX-rate setting code for Skyhawk-R by Ravikumar Nelavelli · 10 years ago
  54. 33cb0fa ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh by Ben Hutchings · 10 years ago
  55. 4d567d9 be2net: remove unused code in be_cmd_vlan_config() by Kalesh AP · 10 years ago
  56. e255787 be2net: Support for configurable RSS hash key by Venkata Duvvuru · 10 years ago
  57. a401801 be2net: add FW cmds needed for VxLAN offloads by Sathya Perla · 11 years ago
  58. bdce2ad be2net: Add link state control for VFs by Suresh Reddy · 11 years ago
  59. f93f160 be2net: refactor multi-channel config code for Skyhawk-R chip by Vasundhara Volam · 11 years ago
  60. 4026382 be2net: Update copyright year by Vasundhara Volam · 11 years ago
  61. b188f09 be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id by Suresh Reddy · 11 years ago
  62. 02308d7 be2net: fix incorrect setting of cmd_privileges for VFs by Suresh Reddy · 11 years ago
  63. baaa08d be2net: do not call be_set/get_fw_log_level() on Skyhawk-R by Vasundhara Volam · 11 years ago
  64. 542963b be2net: Log the profile-id used by FW during driver initialization by Vasundhara Volam · 11 years ago
  65. 666d39c be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-R by Vasundhara Volam · 11 years ago
  66. 012bd38 be2net: Fix unconditional enabling of Rx interface options by Ajit Khaparde · 11 years ago
  67. 87f20c2 net/benet: Make lancer_wait_ready() static by Gavin Shan · 11 years ago
  68. 6100086 be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R by Ajit Khaparde · 11 years ago
  69. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. 2632baf be2net: fix adaptive interrupt coalescing by Sathya Perla · 11 years ago
  71. d9d604f be2net: Fix VLAN promiscuous mode programming by Ajit Khaparde · 11 years ago
  72. d44517fd be2net: Fix the size of be_nic_res_desc structure by Ajit Khaparde · 11 years ago
  73. 31886e8 emulex: Remove extern from function prototypes by Joe Perches · 11 years ago
  74. a77dcb8 be2net: set and query VEB/VEPA mode of the PF interface by Ajit Khaparde · 11 years ago
  75. 92bf14a be2net: refactor be_get_resources() code by Sathya Perla · 11 years ago
  76. 150d58c be2net: Fixup profile management routines by Vasundhara Volam · 11 years ago
  77. f2f781a be2net: use EQ_CREATEv2 for SH-R by Sathya Perla · 11 years ago
  78. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  79. 3da988c be2net: Clear any capability flags that driver is not interested in. by Sarveshwar Bandi · 11 years ago
  80. b971f84 be2net: Adding more speeds reported by get_settings by Vasundhara Volam · 11 years ago
  81. 3175d8c be2net: use SET/GET_MAC_LIST for SH-R by Sathya Perla · 11 years ago
  82. 95046b9 be2net: refactor MAC-addr setup code by Sathya Perla · 11 years ago
  83. 04a0602 be2net: allow VFs to program MAC and VLAN filters by Sathya Perla · 11 years ago
  84. 5a712c1 be2net: fix MAC address modification for VF by Sathya Perla · 11 years ago
  85. 5c51081 be2net: Implement initiate FW dump feature for Lancer by Somnath Kotur · 11 years ago
  86. bbdc42f be2net: Fix to use version 2 of cq_create for SkyHawk-R devices by Ajit Khaparde · 11 years ago
  87. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 28710c5 be2net: Use GET_FUNCTION_CONFIG V1 cmd by Kalesh AP · 11 years ago
  89. 18fb06a be2net: Renamed rx_address_mismatch_errors to rx_address_filtered by Suresh Reddy · 11 years ago
  90. 594ad54 be2net: Add support for setting and getting rx flow hash options by Suresh Reddy · 11 years ago
  91. bc0c340 be2net: fix a Tx stall bug caused by a specific ipv6 packet by Ajit Khaparde · 11 years ago
  92. a05f99d be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R by Vasundhara Volam · 11 years ago
  93. 0ad3157 be2net: Avoid flashing BE3 UFI on BE3-R chip. by Vasundhara Volam · 11 years ago
  94. 94d73aa be2net: Use TXQ_CREATE_V2 cmd by Vasundhara Volam · 11 years ago
  95. 68c45a2 be2net: Use new F/W mailbox cmd to manipulate interrupts. by Somnath Kotur · 12 years ago
  96. c7bb15a be2net: Update copyright year by Vasundhara Volam · 12 years ago
  97. 4c87661 be2net: fix re-loaded PF driver to re-gain control of its VFs by Sathya Perla · 12 years ago
  98. ca34fe3 be2net: fix wrong usage of adapter->generation by Sathya Perla · 12 years ago
  99. be71644 be2net: Fix smatch warnings in be_main.c by Padmanabh Ratnakar · 12 years ago
  100. dcf7ebb be2net: Fix VF driver load on newer Lancer FW by Padmanabh Ratnakar · 12 years ago