1. bcc8414 be2net: enable IFACE filters only after creating RXQs by Kalesh AP · 9 years ago
  2. 760c295 be2net: Support for OS2BMC. by Venkata Duvvuru · 9 years ago
  3. d19261b be2net: update copyright year to 2015 by Vasundhara Volam · 9 years ago
  4. a6e6ff6 be2net: simplify UFI compatibility checking by Vasundhara Volam · 9 years ago
  5. 77be8c1 be2net: check for INSUFFICIENT_VLANS error by Kalesh AP · 9 years ago
  6. e7bcbd7 be2net: add support for spoofchk setting by Kalesh AP · 9 years ago
  7. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. 435452a be2net: Prevent VFs from enabling VLAN promiscuous mode by Vasundhara Volam · 9 years ago
  9. f285873 be2net: re-distribute SRIOV resources allowed by FW by Vasundhara Volam · 9 years ago
  10. 71bb8bd be2net: avoid creating the non-RSS default RXQ if FW allows to by Vasundhara Volam · 9 years ago
  11. 2125237 be2net: process port misconfig async event by Vasundhara Volam · 9 years ago
  12. ac34b74 be2net: remove duplicate code in be_cmd_rx_filter() by Sathya Perla · 9 years ago
  13. 70a7b52 be2net: use offset based FW flashing for Skyhawk chip by Vasundhara Volam · 9 years ago
  14. 81a9e22 be2net: avoid flashing SH-B0 UFI image on SH-P2 chip by Vasundhara Volam · 9 years ago
  15. 5d3acd0 be2net: refactor code that checks flash file compatibility by Vasundhara Volam · 9 years ago
  16. 83b0611 be2net: replace (1 << x) with BIT(x) by Vasundhara Volam · 9 years ago
  17. e02cfd9 be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.h by Vasundhara Volam · 10 years ago
  18. d6b7a9b be2net: add speed reporting for 20G-KR interface by Vasundhara Volam · 10 years ago
  19. 72d7e2b be2net: fix sparse warnings in be_cmd_req_port_type{} by Suresh Reddy · 10 years ago
  20. 6809cee be2net: fix port-type reporting in get_settings by Ravikumar Nelavelli · 10 years ago
  21. e36edd9 be2net: add ethtool "-m" option support by Mark Leonard · 10 years ago
  22. b29812c be2net: use v1 of SET_FLOW_CONTROL command by Suresh Reddy · 10 years ago
  23. c5f156d be2net: make be_cmd_get_regs() return a status by Vasundhara Volam · 10 years ago
  24. f061338 be2net: support deleting FW dump via ethtool (only for Lancer) by Kalesh AP · 10 years ago
  25. b99f803 be2net: remove unused structures in be_cmds.h by Kalesh AP · 10 years ago
  26. e97e3cd be2net: reduce arguments passed to FW-cmd routines by Kalesh AP · 10 years ago
  27. bec84e6 be2net: create optimal number of queues on SR-IOV config by Vasundhara Volam · 10 years ago
  28. 10cccf6 be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd by Vasundhara Volam · 10 years ago
  29. 66064db be2net: fix qnq mode detection on VFs by Suresh Reddy · 10 years ago
  30. 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
  31. 3acf19d be2net: cleanup MCC async event processing code by Sathya Perla · 10 years ago
  32. 4c60005 be2net: re-factor MCCQ error status handling code by Kalesh AP · 10 years ago
  33. 96c9b2e be2net: support flashing new regions on Skyhawk-R by Vasundhara Volam · 10 years ago
  34. 0f77ba7 be2net: fixup TX-rate setting code for Skyhawk-R by Ravikumar Nelavelli · 10 years ago
  35. 33cb0fa ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh by Ben Hutchings · 10 years ago
  36. 4d567d9 be2net: remove unused code in be_cmd_vlan_config() by Kalesh AP · 10 years ago
  37. e255787 be2net: Support for configurable RSS hash key by Venkata Duvvuru · 10 years ago
  38. a401801 be2net: add FW cmds needed for VxLAN offloads by Sathya Perla · 10 years ago
  39. bdce2ad be2net: Add link state control for VFs by Suresh Reddy · 10 years ago
  40. f93f160 be2net: refactor multi-channel config code for Skyhawk-R chip by Vasundhara Volam · 10 years ago
  41. 4026382 be2net: Update copyright year by Vasundhara Volam · 10 years ago
  42. b188f09 be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id by Suresh Reddy · 11 years ago
  43. 02308d7 be2net: fix incorrect setting of cmd_privileges for VFs by Suresh Reddy · 11 years ago
  44. baaa08d be2net: do not call be_set/get_fw_log_level() on Skyhawk-R by Vasundhara Volam · 11 years ago
  45. 542963b be2net: Log the profile-id used by FW during driver initialization by Vasundhara Volam · 11 years ago
  46. 666d39c be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-R by Vasundhara Volam · 11 years ago
  47. 012bd38 be2net: Fix unconditional enabling of Rx interface options by Ajit Khaparde · 11 years ago
  48. 87f20c2 net/benet: Make lancer_wait_ready() static by Gavin Shan · 11 years ago
  49. 6100086 be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R by Ajit Khaparde · 11 years ago
  50. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. 2632baf be2net: fix adaptive interrupt coalescing by Sathya Perla · 11 years ago
  52. d9d604f be2net: Fix VLAN promiscuous mode programming by Ajit Khaparde · 11 years ago
  53. d44517fd be2net: Fix the size of be_nic_res_desc structure by Ajit Khaparde · 11 years ago
  54. 31886e8 emulex: Remove extern from function prototypes by Joe Perches · 11 years ago
  55. a77dcb8 be2net: set and query VEB/VEPA mode of the PF interface by Ajit Khaparde · 11 years ago
  56. 92bf14a be2net: refactor be_get_resources() code by Sathya Perla · 11 years ago
  57. 150d58c be2net: Fixup profile management routines by Vasundhara Volam · 11 years ago
  58. f2f781a be2net: use EQ_CREATEv2 for SH-R by Sathya Perla · 11 years ago
  59. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 3da988c be2net: Clear any capability flags that driver is not interested in. by Sarveshwar Bandi · 11 years ago
  61. b971f84 be2net: Adding more speeds reported by get_settings by Vasundhara Volam · 11 years ago
  62. 3175d8c be2net: use SET/GET_MAC_LIST for SH-R by Sathya Perla · 11 years ago
  63. 95046b9 be2net: refactor MAC-addr setup code by Sathya Perla · 11 years ago
  64. 04a0602 be2net: allow VFs to program MAC and VLAN filters by Sathya Perla · 11 years ago
  65. 5a712c1 be2net: fix MAC address modification for VF by Sathya Perla · 11 years ago
  66. 5c51081 be2net: Implement initiate FW dump feature for Lancer by Somnath Kotur · 11 years ago
  67. bbdc42f be2net: Fix to use version 2 of cq_create for SkyHawk-R devices by Ajit Khaparde · 11 years ago
  68. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. 28710c5 be2net: Use GET_FUNCTION_CONFIG V1 cmd by Kalesh AP · 11 years ago
  70. 18fb06a be2net: Renamed rx_address_mismatch_errors to rx_address_filtered by Suresh Reddy · 11 years ago
  71. 594ad54 be2net: Add support for setting and getting rx flow hash options by Suresh Reddy · 11 years ago
  72. bc0c340 be2net: fix a Tx stall bug caused by a specific ipv6 packet by Ajit Khaparde · 11 years ago
  73. a05f99d be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R by Vasundhara Volam · 11 years ago
  74. 0ad3157 be2net: Avoid flashing BE3 UFI on BE3-R chip. by Vasundhara Volam · 11 years ago
  75. 94d73aa be2net: Use TXQ_CREATE_V2 cmd by Vasundhara Volam · 11 years ago
  76. 68c45a2 be2net: Use new F/W mailbox cmd to manipulate interrupts. by Somnath Kotur · 11 years ago
  77. c7bb15a be2net: Update copyright year by Vasundhara Volam · 11 years ago
  78. 4c87661 be2net: fix re-loaded PF driver to re-gain control of its VFs by Sathya Perla · 11 years ago
  79. ca34fe3 be2net: fix wrong usage of adapter->generation by Sathya Perla · 12 years ago
  80. be71644 be2net: Fix smatch warnings in be_main.c by Padmanabh Ratnakar · 12 years ago
  81. dcf7ebb be2net: Fix VF driver load on newer Lancer FW by Padmanabh Ratnakar · 12 years ago
  82. f25b119 be2net: Fix error messages while driver load for VFs by Padmanabh Ratnakar · 12 years ago
  83. d5c1847 be2net: Fix setting QoS for VF for Lancer by Padmanabh Ratnakar · 12 years ago
  84. abb9395 be2net: Fix driver load failure for different FW configs in Lancer by Padmanabh Ratnakar · 12 years ago
  85. 323ff71 be2net: cleanup code related to be_link_status_query() by Sathya Perla · 12 years ago
  86. 5ee4979 be2net: remove type argument of be_cmd_mac_addr_query() by Sathya Perla · 12 years ago
  87. 2e177a5 be2net: Ignore physical link async event for Lancer by Padmanabh Ratnakar · 12 years ago
  88. 73dea39 be2net: Add description about various RSS hash types by Padmanabh Ratnakar · 12 years ago
  89. d3bd3a5 be2net: Enable RSS UDP hashing for Lancer and Skyhawk by Padmanabh Ratnakar · 12 years ago
  90. b4e32a7 be2net: Fix port name in message during driver load by Padmanabh Ratnakar · 12 years ago
  91. f67ef7b be2net: Activate new FW after FW download for Lancer by Padmanabh Ratnakar · 12 years ago
  92. bf99e50 be2net: Fix initialization sequence for Lancer by Padmanabh Ratnakar · 12 years ago
  93. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  94. 0b3f0e7 be2net: Increase statistics structure size for skyhawk. by Vasundhara Volam · 12 years ago
  95. 1578e77 be2net: Fix driver load for VFs for Lancer by Padmanabh Ratnakar · 12 years ago
  96. c23ddf7 Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  97. 941a77d be2net: Fix to allow get/set of debug levels in the firmware. by Somnath Kotur · 12 years ago
  98. 045508a be2net: Add functionality to support RoCE driver by Parav Pandit · 12 years ago
  99. 652bf64 be2net: Fix wrong status getting returned for MCC commands by Padmanabh Ratnakar · 12 years ago
  100. 42f11cf be2net: fix ethtool get settings by Ajit Khaparde · 12 years ago