1. e261768 be2net: support asymmetric rx/tx queue counts by Sathya Perla · 9 years ago
  2. ce7faf0 be2net: fix definition of be_max_eqs() by Sathya Perla · 9 years ago
  3. de2b1e0 be2net: Fix provisioning of RSS for VFs in multi-partition configurations by Somnath Kotur · 9 years ago
  4. b9263cb be2net: use max-TXQs limit too while provisioning VF queue pairs by Suresh Reddy · 9 years ago
  5. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. a69bf3c be2net: Don't leak iomapped memory on removal. by Douglas Miller · 9 years ago
  7. 127bfce be2net: Fix a UE caused by passing large frames to the ASIC by ajit.khaparde@broadcom.com · 9 years ago
  8. b0fd2eb be2net: Declare some u16 fields as u32 to improve performance by ajit.khaparde@broadcom.com · 9 years ago
  9. 51d1f98 be2net: Interpret and log new data that's added to the port misconfigure async event by Ajit Khaparde · 10 years ago
  10. 972f37b be2net: Add retry in case of error recovery failure by Padmanabh Ratnakar · 10 years ago
  11. ee9ad28 be2net: SRIOV Queue distribution should factor in EQ-count of VFs by Sriharsha Basavapatna · 10 years ago
  12. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  13. ab07ead be2net: bump up the driver version to 11.0.0.0 by Suresh Reddy · 10 years ago
  14. fd7ff6f be2net: support ethtool get-dump option by Venkat Duvvuru · 10 years ago
  15. 980df24 be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd by Suresh Reddy · 10 years ago
  16. 04e888d be2net: remove unused error variables by Venkat Duvvuru · 10 years ago
  17. fdf81bf be2net: remove a line of code that has no effect by Sathya Perla · 10 years ago
  18. f41647e RDMA/be2net: Remove open and close entry points by Devesh Sharma · 10 years ago
  19. 72ef3a8 be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd by Somnath Kotur · 10 years ago
  20. 1e5b311 be2net: allow offloading with the same port for IPv4 and IPv6 by Jiri Benc · 10 years ago
  21. 8670f2a be2net: Support vxlan offload stats in the driver by Sriharsha Basavapatna · 10 years ago
  22. a155a5d be2net: support ndo_get_phys_port_id() by Sriharsha Basavapatna · 10 years ago
  23. a78dfcb be2net: bump up the driver version to 10.6.0.3 by Sathya Perla · 10 years ago
  24. 760c295 be2net: Support for OS2BMC. by Venkata Duvvuru · 10 years ago
  25. 954f682 be2net: Report a "link down" to the stack when a fatal error or fw reset happens. by Venkata Duvvuru · 10 years ago
  26. 29e9122 be2net: Export board temperature using hwmon-sysfs interface. by Venkata Duvvuru · 10 years ago
  27. 029e933 be2net: update the driver version to 10.6.0.2 by Sathya Perla · 10 years ago
  28. d19261b be2net: update copyright year to 2015 by Vasundhara Volam · 10 years ago
  29. 2094777 be2net: set interrupt moderation for Skyhawk-R using EQ-DB by Padmanabh Ratnakar · 10 years ago
  30. e7bcbd7 be2net: add support for spoofchk setting by Kalesh AP · 10 years ago
  31. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. 69304cc be2net: Fix a bug in Rx buffer posting by Ajit Khaparde · 10 years ago
  33. 265ec92 be2net: bump up the driver version to 10.6.0.1 by Sathya Perla · 10 years ago
  34. d658d98 be2net: assign CPU affinity hints to be2net IRQs by Padmanabh Ratnakar · 10 years ago
  35. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 25848c9 be2net: use PCI MMIO read instead of config read for errors by Suresh Reddy · 10 years ago
  37. 435452a be2net: Prevent VFs from enabling VLAN promiscuous mode by Vasundhara Volam · 10 years ago
  38. f285873 be2net: re-distribute SRIOV resources allowed by FW by Vasundhara Volam · 10 years ago
  39. 71bb8bd be2net: avoid creating the non-RSS default RXQ if FW allows to by Vasundhara Volam · 10 years ago
  40. eb7dd46 be2net: use a wrapper to schedule and cancel error detection task by Sathya Perla · 10 years ago
  41. 152ffe5 be2net: Minor code cleanup in tx completion process by Sriharsha Basavapatna · 10 years ago
  42. 804abcd be2net: Refactor wrb_fill_hdr() routine by Sriharsha Basavapatna · 10 years ago
  43. 2125237 be2net: process port misconfig async event by Vasundhara Volam · 11 years ago
  44. f66b7cf be2net: refactor be_set_rx_mode() and be_vid_config() for readability by Sathya Perla · 11 years ago
  45. 83b0611 be2net: replace (1 << x) with BIT(x) by Vasundhara Volam · 11 years ago
  46. f7062ee be2net: move un-exported routines from be.h to respective src files by Sathya Perla · 11 years ago
  47. 5f07b3c be2net: support TX batching using skb->xmit_more flag by Sathya Perla · 11 years ago
  48. 630f4b7 be2net: Export tunnel offloads only when a VxLAN tunnel is created by Sriharsha Basavapatna · 11 years ago
  49. 6809cee be2net: fix port-type reporting in get_settings by Ravikumar Nelavelli · 11 years ago
  50. a4906ea be2net: define macro for_all_tx_queues_on_eq() by Sathya Perla · 11 years ago
  51. c8f6461 be2net: get rid of TX budget by Sathya Perla · 11 years ago
  52. 0d3f5cc be2net: define BE_MAX_MTU by Kalesh AP · 11 years ago
  53. d3de154 be2net: Add a dma_mapping_error counter in ethtool by Vasundhara Volam · 11 years ago
  54. 512bb8a be2net: Add TX completion error statistics in ethtool by Kalesh AP · 11 years ago
  55. c3c18bc be2net: shorten AMAP_GET/SET_BITS() macro calls by Sathya Perla · 11 years ago
  56. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  57. f061338 be2net: support deleting FW dump via ethtool (only for Lancer) by Kalesh AP · 11 years ago
  58. d114f99 be2net: Issue shutdown event to ocrdma driver by Devesh Sharma · 11 years ago
  59. c346e6e be2net: update driver version to 10.4 by Sathya Perla · 11 years ago
  60. f174c7e be2net: use adapter->flags to track SRIOV state by Vasundhara Volam · 11 years ago
  61. 0532d4e be2net: fix return status of some ethtool methods by Kalesh AP · 11 years ago
  62. bec84e6 be2net: create optimal number of queues on SR-IOV config by Vasundhara Volam · 11 years ago
  63. 10cccf6 be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd by Vasundhara Volam · 11 years ago
  64. 66064db be2net: fix qnq mode detection on VFs by Suresh Reddy · 11 years ago
  65. a079488 be2net: skip multicast promiscuos setting in already set by Kalesh AP · 11 years ago
  66. f6cbd36 be2net: covert vlan array to bit-map by Ravikumar Nelavelli · 11 years ago
  67. e255787 be2net: Support for configurable RSS hash key by Venkata Duvvuru · 11 years ago
  68. e1ad8e3 be2net: Fix invocation of be_close() after be_clear() by Kalesh AP · 11 years ago
  69. c9c4714 be2net: csum, tso and rss steering offload support for VxLAN by Sathya Perla · 11 years ago
  70. d52afde be2net: update driver version to 10.2 by Sathya Perla · 11 years ago
  71. bdce2ad be2net: Add link state control for VFs by Suresh Reddy · 11 years ago
  72. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. e50287b be2net: dma_sync each RX frag before passing it to the stack by Sathya Perla · 11 years ago
  74. c502224 be2net: Fix to reset transparent vlan tagging by Somnath Kotur · 11 years ago
  75. f93f160 be2net: refactor multi-channel config code for Skyhawk-R chip by Vasundhara Volam · 11 years ago
  76. 4026382 be2net: Update copyright year by Vasundhara Volam · 11 years ago
  77. 5e51101 be2net: update driver version to 10.0.x by Sathya Perla · 12 years ago
  78. 76a9e08 be2net: cleanup wake-on-lan code by Suresh Reddy · 12 years ago
  79. 0b0ef1d be2net: do not use frag index in the RX-compl entry by Suresh Reddy · 12 years ago
  80. f3effb45 be2net: Remove "10Gbps" from driver description string by Suresh Reddy · 12 years ago
  81. e3dc867 be2net: fix max_evt_qs calculation for BE3 in SR-IOV config by Suresh Reddy · 12 years ago
  82. 5eeff63 be2net: increase the timeout value for loopback-test FW cmd by Suresh Reddy · 12 years ago
  83. 2c7a9dc be2net: Avoid programming permenant MAC by BE3-R VFs by Ajit Khaparde · 12 years ago
  84. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. 547e2da net/benet: Remove interface type by Gavin Shan · 12 years ago
  86. 6384a4d be2net: add support for ndo_busy_poll by Sathya Perla · 12 years ago
  87. e9e2a90 be2net: Warn users of possible broken functionality on BE2 cards with very old FW versions with latest driver by Somnath Kotur · 12 years ago
  88. b68656b be2net: change the driver version number to 4.9.224.0 by Ajit Khaparde · 12 years ago
  89. 461ae37 be2net: Display RoCE specific counters in ethtool -S by Ajit Khaparde · 12 years ago
  90. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. bc61752 be2net: add a counter for pkts dropped in xmit path by Sathya Perla · 12 years ago
  92. 2632baf be2net: fix adaptive interrupt coalescing by Sathya Perla · 12 years ago
  93. b905b5d be2net: Call be_vf_setup() even when VFs are enbaled from previous load by Vasundhara Volam · 12 years ago
  94. 1aa9673 be2net: Fix number of VLANs supported in UMC mode for BE3-R. by Ajit Khaparde · 12 years ago
  95. d9d604f be2net: Fix VLAN promiscuous mode programming by Ajit Khaparde · 12 years ago
  96. 31886e8 emulex: Remove extern from function prototypes by Joe Perches · 12 years ago
  97. 68d7bdc be2net: implement ethtool set/get_channel hooks by Sathya Perla · 12 years ago
  98. 92bf14a be2net: refactor be_get_resources() code by Sathya Perla · 12 years ago
  99. f2f781a be2net: use EQ_CREATEv2 for SH-R by Sathya Perla · 12 years ago
  100. 5721f94 be2net: update driver version by Sathya Perla · 12 years ago