1. 45c78e0 qlcnic: Update version to 5.3.64 by Manish Chopra · 9 years ago
  2. 819bfe7 qlcnic: Fix mailbox completion handling during spurious interrupt by Rajesh Borundia · 9 years ago
  3. 5bf9325 qlcnic: Remove unnecessary usage of atomic_t by Rajesh Borundia · 9 years ago
  4. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. b77357b qlcnic: correctly handle qlcnic_alloc_mbx_args by Insu Yun · 9 years ago
  6. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. f456882 qlcnic: constify qlcnic_dcb_ops structures by Julia Lawall · 9 years ago
  8. 3358a5c qlcnic: fix a loop exit condition better by Dan Carpenter · 9 years ago
  9. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 389e4e0 qlcnic: fix a timeout loop by Dan Carpenter · 9 years ago
  11. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  12. e824de8 net/qlcnic: fix mac address restore in bond mode 5/6 by Jarod Wilson · 9 years ago
  13. 571f2c1 qlcnic: constify qlcnic_mbx_ops structure by Julia Lawall · 9 years ago
  14. 378fddc2 qlcnic: track vxlan port count by Jiri Benc · 9 years ago
  15. 1f0ca208 net: qlcnic: delete redundant memsets by Rasmus Villemoes · 9 years ago
  16. 02509f1 qlcnic: Update version to 5.3.63 by Shahed Shaikh · 9 years ago
  17. 0e90ad9 qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memory by Shahed Shaikh · 9 years ago
  18. da286a6 qlcnic: Add new VF device ID 0x8C30 by Shahed Shaikh · 9 years ago
  19. 642de51 qlcnic: Print firmware minidump buffer and template header addresses by Shahed Shaikh · 9 years ago
  20. d01a6d3 qlcnic: Add support to enable capability to extend minidump for iSCSI by Shahed Shaikh · 9 years ago
  21. a930a46 qlcnic: Rearrange ordering of header files inclusion by Harish Patil · 9 years ago
  22. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 15f1bb1 qlcnic: Fix corruption while copying by Shahed Shaikh · 9 years ago
  24. e29dd44 net: qlcnic: Deletion of unnecessary memset by Christophe Jaillet · 9 years ago
  25. d7a32b6 net: qlcnic: clean up sysfs error codes by Vladimir Zapolskiy · 9 years ago
  26. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  27. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  28. 8cb65d0 net: Move check for multiple vlans to drivers by Toshiaki Makita · 10 years ago
  29. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  30. d939be3 treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  31. 00c7eb99 qlcnic: Fix trivial typo in comment by Yannick Guerrini · 10 years ago
  32. fe79fab qlcnic: Delete existing multicast MAC list before adding new by Shahed Shaikh · 10 years ago
  33. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 7061b2b qlogic: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  35. f31ec95 qlcnic: Fix NAPI poll routine for Tx completion by Shahed Shaikh · 10 years ago
  36. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  37. 44d84d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 3620af0 qlcnic: Fix dump_skb output by Joe Perches · 10 years ago
  39. 7824acd qlcnic: Fix return value in qlcnic_probe() by Yongjian Xu · 10 years ago
  40. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  41. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  42. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  43. 795a05c qlcnic: Implement ndo_gso_check() by Joe Stringer · 10 years ago
  44. d47d2fd qlcnic: Fix number of arguments in destroy tx context command by Rajesh Borundia · 10 years ago
  45. 2a1ef4b qlcnic: Fix programming number of arguments in a command. by Rajesh Borundia · 10 years ago
  46. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  47. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  48. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 3456399 qlcnic: Fix ordering of stats in stats buffer. by Manish Chopra · 10 years ago
  50. 6c0fd0d qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics. by Manish Chopra · 10 years ago
  51. c023030 qlcnic: Fix memory corruption while reading stats using ethtool. by Manish Chopra · 10 years ago
  52. 4324414 qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the API. by Sony Chacko · 10 years ago
  53. 71d7a27 qlcnic: Set skb->csum_level for encapsulated checksum by Tom Herbert · 10 years ago
  54. 07fbc6b qlcnic: Update version to 5.3.62 by Shahed Shaikh · 10 years ago
  55. 3ced0a8 qlcnic: Add support to run firmware POST by Shahed Shaikh · 10 years ago
  56. c1b2037 qlcnic: Use usleep_range() instead of msleep() for sleep less than 20ms by Jitendra Kalsaria · 10 years ago
  57. 40e2b8e qlcnic: Add support for 0x8830 device ID by Shahed Shaikh · 10 years ago
  58. cd6e738 qlcnic: Update Link speed and port type info for 83xx adapter by Jitendra Kalsaria · 10 years ago
  59. 9b13494 treewide: Fix typo in printk by Masanari Iida · 10 years ago
  60. 3d8623e qlcnic: Fix endianess issue in firmware load from file operation by Shahed Shaikh · 10 years ago
  61. d874df5 qlcnic: Fix endianess issue in FW dump template header by Rajesh Borundia · 10 years ago
  62. 26acc71 qlcnic: Fix flash access interface to application by Jitendra Kalsaria · 10 years ago
  63. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  64. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  65. 7a6cdb8 net: ethernet: qlogic: qlcnic: Remove duplicate object file from Makefile by Andreas Ruprecht · 10 years ago
  66. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. cd1560e qlcnic: Initialize dcbnl_ops before register_netdev by Rajesh Borundia · 10 years ago
  68. bf63014 qlcnic: Set driver version before registering netdev by Rajesh Borundia · 10 years ago
  69. a0eaf75 qlcnic: Fix update of ethtool stats. by Rajesh Borundia · 10 years ago
  70. c265947 Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 by Anish Bhatt · 10 years ago
  71. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  72. 2847057 qlcnic: Update version to 5.3.61 by Harish Patil · 10 years ago
  73. 665d1ec qlcnic: Enhance Tx timeout debug data collection. by Harish Patil · 10 years ago
  74. 038782d qlcnic: Update version to 5.3.60 by Shahed Shaikh · 10 years ago
  75. 18e0d62 qlcnic: Optimize ring count validations by Shahed Shaikh · 10 years ago
  76. 4da005c qlcnic: Pre-allocate DMA buffer used for minidump collection by Shahed Shaikh · 10 years ago
  77. 5e3ec11 qlcnic: remove duplicate QLC_83XX_GET_LSO_CAPABILITY define by Dan Carpenter · 10 years ago
  78. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  79. c531692 qlcnic: Initialize mailbox cmd structure to zero by Rajesh Borundia · 10 years ago
  80. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 7df566b qlcnic: info leak in qlcnic_dcb_peer_app_info() by Dan Carpenter · 10 years ago
  82. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 10 years ago
  83. 2b3d965 qlogic: Use time_before() by Manuel Schölling · 10 years ago
  84. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  85. f06c7f9 vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() by dingtianhong · 10 years ago
  86. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  87. 27a4041 qlcnic: Update version to 5.3.59 by Rajesh Borundia · 10 years ago
  88. 8d37ba0 qlcnic: Collect firmware dump using DMA on 82xx adapters by Shahed Shaikh · 10 years ago
  89. d747c33 qlcnic: Add mac learning support to SR-IOV VF. by Rajesh Borundia · 10 years ago
  90. 74b7ba1 qlcnic: Add support to process commands in atomic context by Rajesh Borundia · 10 years ago
  91. 132a3f2 qlcnic: Allow SR-IOV VF probe in hypervisor. by Rajesh Borundia · 10 years ago
  92. 84d7ad2 qlcnic: Set real_num_{tx|rx}_queues properly by Shahed Shaikh · 10 years ago
  93. d5d2bf3 qlcnic: Fix panic while dumping TX queues on TX timeout by Manish Chopra · 10 years ago
  94. d736574 qlcnic: Update version to 5.3.58 by Jitendra Kalsaria · 11 years ago
  95. aaecf51 qlcnic: Limit vNIC support in legacy interrupt mode by Sucheta Chakraborty · 11 years ago
  96. c65762f qlcnic: Add driver logs in error path. by Sucheta Chakraborty · 11 years ago
  97. 868e914 qlcnic: Allow setting TX interrupt coalescing parameters from VF. by Sucheta Chakraborty · 11 years ago
  98. 1f0f467 qlcnic: Add hwmon interface to export board temperature. by Harish Patil · 11 years ago
  99. ddfbac0 qlcnic: Optimize MAC learning code by Shahed Shaikh · 11 years ago
  100. f716775 qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago