1. c8ba4ad0 be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs by Suresh Reddy · 10 years ago
  2. 435452a be2net: Prevent VFs from enabling VLAN promiscuous mode by Vasundhara Volam · 10 years ago
  3. 0f989f7 MODULE_DEVICE_TABLE: fix some callsites by Andrew Morton · 10 years ago
  4. f986afc be2net: avoid unncessary swapping of fields in eth_tx_wrb by Sathya Perla · 10 years ago
  5. 2125237 be2net: process port misconfig async event by Vasundhara Volam · 10 years ago
  6. f66b7cf be2net: refactor be_set_rx_mode() and be_vid_config() for readability by Sathya Perla · 10 years ago
  7. ac34b74 be2net: remove duplicate code in be_cmd_rx_filter() by Sathya Perla · 10 years ago
  8. 70a7b52 be2net: use offset based FW flashing for Skyhawk chip by Vasundhara Volam · 10 years ago
  9. 81a9e22 be2net: avoid flashing SH-B0 UFI image on SH-P2 chip by Vasundhara Volam · 10 years ago
  10. 5d3acd0 be2net: refactor code that checks flash file compatibility by Vasundhara Volam · 10 years ago
  11. 83b0611 be2net: replace (1 << x) with BIT(x) by Vasundhara Volam · 10 years ago
  12. f7062ee be2net: move un-exported routines from be.h to respective src files by Sathya Perla · 10 years ago
  13. bc0ee16 be2net: fix sparse warning by Lad, Prabhakar · 10 years ago
  14. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 10 years ago
  15. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 58bdeaa be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFs by Kalesh AP · 10 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. 9a6d73d be2net: issue function reset cmd in resume path by Kalesh AP · 10 years ago
  19. e673244 be2net: add a log message for POST timeout in Lancer by Kalesh AP · 10 years ago
  20. 18fd602 be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/Lancer by Kalesh AP · 10 years ago
  21. 00d594c be2net: fix failure case in setting flow control by Kalesh AP · 10 years ago
  22. 0700d81 be2net: move interface create code to a separate routine by Kalesh AP · 10 years ago
  23. 16dde0d be2net: Allow GRE to work concurrently while a VxLAN tunnel is configured by Sriharsha Basavapatna · 10 years ago
  24. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  25. 5f07b3c be2net: support TX batching using skb->xmit_more flag by Sathya Perla · 10 years ago
  26. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  27. ac9a3d8 be2net: Fix incorrect setting of tunnel offload flag in netdev features by Sriharsha Basavapatna · 10 years ago
  28. 630f4b7 be2net: Export tunnel offloads only when a VxLAN tunnel is created by Sriharsha Basavapatna · 10 years ago
  29. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  30. 74b6939 emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment by Alexander Duyck · 10 years ago
  31. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  32. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  33. 4ea85e8 net: Check for presence of IFLA_AF_SPEC by Thomas Graf · 10 years ago
  34. b7c1a31 net: Validate IFLA_BRIDGE_MODE attribute length by Thomas Graf · 10 years ago
  35. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  37. 1dcf7b1 be2net:use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  38. 725d548 be2net: Implement ndo_gso_check() by Joe Stringer · 10 years ago
  39. cd3307aa be2net: fix alignment on line wrap by Kalesh AP · 10 years ago
  40. 5f820b6 be2net: remove multiple assignments on a single line by Kalesh AP · 10 years ago
  41. 504fbf1 be2net: remove space after typecasts by Kalesh AP · 10 years ago
  42. 619f2d1 be2net: remove unnecessary blank lines after an open brace by Kalesh AP · 10 years ago
  43. e2fb1af be2net: insert a blank line after function/struct//enum definitions by Kalesh AP · 10 years ago
  44. d6f5473 be2net: remove multiple blank lines by Kalesh AP · 10 years ago
  45. 03d28ff be2net: add blank line after declarations by Kalesh AP · 10 years ago
  46. 627cd5f be2net: remove return statements for void functions by Kalesh AP · 10 years ago
  47. d6b7a9b be2net: add speed reporting for 20G-KR interface by Vasundhara Volam · 10 years ago
  48. ca39076 be2net: add speed reporting for 40G/KR interface by Kalesh AP · 10 years ago
  49. 72d7e2b be2net: fix sparse warnings in be_cmd_req_port_type{} by Suresh Reddy · 10 years ago
  50. b502ae8 be2net: fix a sparse warning in be_cmd_modify_eqd() by Kalesh AP · 10 years ago
  51. 2f951a9 be2net: enable PCIe error reporting on VFs too by Kalesh AP · 10 years ago
  52. 9367670 be2net: send a max of 8 EQs to be_cmd_modify_eqd() on Lancer by Kalesh AP · 10 years ago
  53. 6809cee be2net: fix port-type reporting in get_settings by Ravikumar Nelavelli · 10 years ago
  54. e36edd9 be2net: add ethtool "-m" option support by Mark Leonard · 10 years ago
  55. b29812c be2net: use v1 of SET_FLOW_CONTROL command by Suresh Reddy · 10 years ago
  56. c30d726 be2net: fix RX fragment posting for jumbo frames by Ajit Khaparde · 10 years ago
  57. 242eb47 be2net: replace strcpy with strlcpy by Vasundhara Volam · 10 years ago
  58. 5076266 be2net: fix some log messages by Vasundhara Volam · 10 years ago
  59. a28277d be2net: query max_tx_qs for BE3 super-nic profile from FW by Suresh Reddy · 11 years ago
  60. a4906ea be2net: define macro for_all_tx_queues_on_eq() by Sathya Perla · 11 years ago
  61. c8f6461 be2net: get rid of TX budget by Sathya Perla · 11 years ago
  62. c5f156d be2net: make be_cmd_get_regs() return a status by Vasundhara Volam · 11 years ago
  63. 0d3f5cc be2net: define BE_MAX_MTU by Kalesh AP · 11 years ago
  64. 3fb8cb8 be2net: remove unncessary gotos by Kalesh AP · 11 years ago
  65. bb864e0 be2net: fix log messages in lancer FW download path by Kalesh AP · 11 years ago
  66. d3de154 be2net: Add a dma_mapping_error counter in ethtool by Vasundhara Volam · 11 years ago
  67. 512bb8a be2net: Add TX completion error statistics in ethtool by Kalesh AP · 11 years ago
  68. acbd6ff8 be2net: add a description for counter rx_input_fifo_overflow_drop by Sathya Perla · 11 years ago
  69. c3c18bc be2net: shorten AMAP_GET/SET_BITS() macro calls by Sathya Perla · 11 years ago
  70. acbafeb be2net: add a few log messages by Sathya Perla · 11 years ago
  71. b6c0e89 benet: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  72. 96d4922 be2net: Use dev_consume_skb_any() in the non-drop path by Rick Jones · 11 years ago
  73. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  74. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  75. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  76. f061338 be2net: support deleting FW dump via ethtool (only for Lancer) by Kalesh AP · 11 years ago
  77. 3c31aaf be2net: ignore VF mac address setting for the same mac by Vasundhara Volam · 11 years ago
  78. d3d1831 be2net: ignore get/set profile FW cmd failures by Sathya Perla · 11 years ago
  79. d114f99 be2net: Issue shutdown event to ocrdma driver by Devesh Sharma · 11 years ago
  80. c346e6e be2net: update driver version to 10.4 by Sathya Perla · 11 years ago
  81. f174c7e be2net: use adapter->flags to track SRIOV state by Vasundhara Volam · 11 years ago
  82. 962bcb7 be2net: avoid SRIOV config for BE2 chip by Vasundhara Volam · 11 years ago
  83. d3518e2 be2net: use be_max_vfs() macro to access max-vfs by Vasundhara Volam · 11 years ago
  84. ddf1169 be2net: use "if (!foo)" test style by Kalesh AP · 11 years ago
  85. b99f803 be2net: remove unused structures in be_cmds.h by Kalesh AP · 11 years ago
  86. e97e3cd be2net: reduce arguments passed to FW-cmd routines by Kalesh AP · 11 years ago
  87. 6bdf8f5 be2net: update UE bit description strings by Vasundhara Volam · 11 years ago
  88. abccf23 be2net: fix return status of some ndo methods by Kalesh AP · 11 years ago
  89. 0532d4e be2net: fix return status of some ethtool methods by Kalesh AP · 11 years ago
  90. 6b56868 be2net: return -ENOMEM for memory allocation failures by Kalesh AP · 11 years ago
  91. fd45160 be2net: return -ETIMEDOUT when a FW-cmd times out by Kalesh AP · 11 years ago
  92. 56ace3a be2net: fix error status for FW-download by Kalesh AP · 11 years ago
  93. 940a3fc be2net: use -ENETDOWN error status when interface is down by Kalesh AP · 11 years ago
  94. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. 4cad9f3 be2net: set EQ DB clear-intr bit in be_open() by Suresh Reddy · 11 years ago
  96. 9d4dfe4 be2net: re-enable vlan filtering mode asap by Kalesh AP · 11 years ago
  97. bec84e6 be2net: create optimal number of queues on SR-IOV config by Vasundhara Volam · 11 years ago
  98. 10cccf6 be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd by Vasundhara Volam · 11 years ago
  99. ba48c0c be2net: remove be_cmd_get_profile_config_mbox/mccq() variants by Vasundhara Volam · 11 years ago
  100. 66064db be2net: fix qnq mode detection on VFs by Suresh Reddy · 11 years ago