1. 76b584d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  2. 92f850e RDMA/iw_cxgb4: set the correct FID value in DSGL commands by Hariprasad S · 8 years ago
  3. 218d48e cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabled by Hariprasad Shenai · 8 years ago
  4. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  5. f358738 cxgb4: Check for firmware errors in the mailbox command loop by Hariprasad Shenai · 8 years ago
  6. 5a20f5c cxgb4: Don't sleep when mbox cmd is issued from interrupt context by Hariprasad Shenai · 8 years ago
  7. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  8. 0b86a2a cxgb3: fix out of bounds read by Michal Schmidt · 8 years ago
  9. ae7b757 cxgb4vf: Add support to enable logging of firmware mailbox commands for VF by Hariprasad Shenai · 8 years ago
  10. 7f080c3 cxgb4: Add support to enable logging of firmware mailbox commands by Hariprasad Shenai · 8 years ago
  11. a6086a8 drivers: net: remove NETDEV_TX_LOCKED by Florian Westphal · 8 years ago
  12. ddc7740 cxgb4: Decode link down reason code obtained from firmware by Hariprasad Shenai · 8 years ago
  13. 23853a0 cxgb4: Don't assume FW_PORT_CMD reply is always port info msg by Hariprasad Shenai · 8 years ago
  14. 134491f cxgb4: DCB message handler needs to use correct portid to netdev mapping by Hariprasad Shenai · 8 years ago
  15. c3e324e cxgb4: Refactor t4_port_init function by Hariprasad Shenai · 8 years ago
  16. be81a2d cxgb4: Properly decode port module type by Hariprasad Shenai · 8 years ago
  17. fbe8077 cxgb4: Avoids race and deadlock while freeing tx descriptor by Hariprasad Shenai · 8 years ago
  18. ed98c85 cxgb4: Add llseek operation for flash debugfs entry by Hariprasad Shenai · 8 years ago
  19. 0de7273 cxgb4: add new routine to get adapter info by Hariprasad Shenai · 8 years ago
  20. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. c5edde3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  22. 12566cc3 Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  23. 67e6587 cxgb4: Set VPD size so we can read both VPD structures by Hariprasad Shenai · 8 years ago
  24. ebf4dc2 cxgb4: Stop Rx Queues before freeing it up by Hariprasad Shenai · 8 years ago
  25. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 8a21ec4 cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable by Hariprasad Shenai · 9 years ago
  27. 529927f cxgb4: Add pci device id for chelsio t520-cr adapter by Hariprasad Shenai · 9 years ago
  28. ed7d6bc Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  29. 2994a75 cxgb4: update Kconfig and Makefile by Varun Prakash · 9 years ago
  30. 47da7e6 cxgb4: add iSCSI DDP page pod manager by Varun Prakash · 9 years ago
  31. cb6a8ff cxgb4, iw_cxgb4: move delayed ack macro definitions by Varun Prakash · 9 years ago
  32. a8d9380 cxgb4: move VLAN_NONE macro definition by Varun Prakash · 9 years ago
  33. 7714cb9e cxgb4: update struct cxgb4_lld_info definition by Varun Prakash · 9 years ago
  34. b96c5cb cxgb4: add definitions for iSCSI target ULD by Varun Prakash · 9 years ago
  35. 76c144bd cxgb4, cxgb4i: move struct cpl_rx_data_ddp definition by Varun Prakash · 9 years ago
  36. 40c4663 cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitions by Varun Prakash · 9 years ago
  37. a84f0e1 cxgb4, iw_cxgb4: move definitions to common header file by Varun Prakash · 9 years ago
  38. 2337ba4 cxgb4: large receive offload support by Varun Prakash · 9 years ago
  39. f2692d1 cxgb4: allocate resources for CXGB4_ULD_ISCSIT by Varun Prakash · 9 years ago
  40. 2fddfb8 cxgb4: add new ULD type CXGB4_ULD_ISCSIT by Varun Prakash · 9 years ago
  41. a8d16d0 cxgb4vf: Set number of queues in pci probe only by Hariprasad Shenai · 9 years ago
  42. 28f71c6 cxgb4vf: Add a couple more checks for invalid provisioning configurations by Hariprasad Shenai · 9 years ago
  43. 495c22b cxgb4vf: Configure queue based on resource and interrupt type by Hariprasad Shenai · 9 years ago
  44. 84f67018 cxgb4vf: Enable interrupts before we register our network devices by Hariprasad Shenai · 9 years ago
  45. f1ea2fe cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrs by Hariprasad Shenai · 9 years ago
  46. 5d7b805 cxgb4vf: Remove redundant adapter ready check during probe by Hariprasad Shenai · 9 years ago
  47. cb44036 cxgb4vf: Make sge init code more readable by Hariprasad Shenai · 9 years ago
  48. edadad8 cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytes by Hariprasad Shenai · 9 years ago
  49. da08e42 cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenished by Hariprasad Shenai · 9 years ago
  50. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  51. 1003e19 cxgb3: fix up vpd strings for kstrto*() by Steve Wise · 9 years ago
  52. fe5d270 cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 9 years ago
  53. fc08a01 cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC address by Hariprasad Shenai · 9 years ago
  54. b5e4d0b cxgb4: Add pci device id for chelsio t540 lom adapter by Hariprasad Shenai · 9 years ago
  55. ba9cee6 cxgb4/iw_cxgb4: TOS support by Hariprasad Shenai · 9 years ago
  56. 89e7a15 cxgb4: Fixes static checker warning in mps_tcam_show() by Hariprasad Shenai · 9 years ago
  57. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 46f85a9 chelsio: constify cphy_ops structures by Julia Lawall · 9 years ago
  59. 3934aa4 cxgb4: correctly handling failed allocation by Insu Yun · 9 years ago
  60. d7d3e25 cxgb4: Remove deprecated module parameters by Hariprasad Shenai · 9 years ago
  61. a99c683 cxgb4: Get TID calculation right for IPv6 mode by Hariprasad Shenai · 9 years ago
  62. 10aa3b7 cxgb4vf: Update to 128 byte mailbox size for T6 adapter by Hariprasad Shenai · 9 years ago
  63. 2216d01 cxgb4: Update SGE context congestion map change for T6 adapter by Hariprasad Shenai · 9 years ago
  64. 115b56a cxgb4: Update mps_tcam output to include T6 fields by Hariprasad Shenai · 9 years ago
  65. 6df3975 cxgb4: Update correct encoding of SGE Ingress DMA States for T6 adapter by Hariprasad Shenai · 9 years ago
  66. e9faeab cxgb4: Update Congestion Channel map for T6 adapter by Hariprasad Shenai · 9 years ago
  67. 676d6a7 cxgb4: Update register range and SGE registers for T6 adapter by Hariprasad Shenai · 9 years ago
  68. acac596 cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapter by Hariprasad Shenai · 9 years ago
  69. 4458856 cxgb4: Update pm_stats for T6 adapter family by Hariprasad Shenai · 9 years ago
  70. e894d72 cxgb4: Pass correct argument to t4_link_l1cfg() by Hariprasad Shenai · 9 years ago
  71. 812787b cxgb4: Use napi_complete_done() api in napi handler by Hariprasad Shenai · 9 years ago
  72. 0ac5b70 cxgb4: Use the node info to alloc_ring() for RX queues by Hariprasad Shenai · 9 years ago
  73. f90ce56 cxgb4: get naming correct for iscsi queues by Hariprasad Shenai · 9 years ago
  74. 547fd27 cxgb4: Warn if device doesn't have enough PCI bandwidth by Hariprasad Shenai · 9 years ago
  75. 749cb5f cxgb4: Replace arpq_head/arpq_tail with SKB double link-list code by Hariprasad Shenai · 9 years ago
  76. 9baeb9d cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets. by Hariprasad Shenai · 9 years ago
  77. f750265 cxgb4: Add API to alloc l2t entry; also update existing ones by Hariprasad Shenai · 9 years ago
  78. e41e282 cxgb4: Use symbolic constant for VLAN priority calculation by Hariprasad Shenai · 9 years ago
  79. eb72f74 cxgb4: Handle clip return values by Hariprasad Shenai · 9 years ago
  80. 264a4ac chelsio: constify cmac_ops structures by Julia Lawall · 9 years ago
  81. 76928c9 cxgb4: Adds PCI device id for new T5 adapters by Hariprasad Shenai · 9 years ago
  82. 70055dd cxgb4: Add FL DMA mapping error and low counter by Hariprasad Shenai · 9 years ago
  83. 8d0557d cxgb4: Deal with wrap-around of queue for Work request by Hariprasad Shenai · 9 years ago
  84. 126fca6 cxgb4: prevent simultaneous execution of service_ofldq() by Hariprasad Shenai · 9 years ago
  85. 632be19 cxgb4: Use ACCES_ONCE macro to read queue's consumer index by Hariprasad Shenai · 9 years ago
  86. b8759e9 cxgb4/cxgb4vf: update Kconfig file to include T6 adapter by Hariprasad Shenai · 9 years ago
  87. 0bf9a7d cxgb4: Align rest of the ethtool get stats by Hariprasad Shenai · 9 years ago
  88. e72c932 cxgb3: Convert simple_strtoul to kstrtox by LABBE Corentin · 9 years ago
  89. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  90. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  91. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  92. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  93. b08f2b3 cxgb4: Update ethtool get_drvinfo to get regdump len by Hariprasad Shenai · 9 years ago
  94. 9c673d1 cxgb4: Use vmalloc, if kmalloc fails by Hariprasad Shenai · 9 years ago
  95. 6ac5fe7 cxgb4: Return error if setup_rss is called before probe by Hariprasad Shenai · 9 years ago
  96. 52a5f84 cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapter by Hariprasad Shenai · 9 years ago
  97. 43eb4e8 cxgb4: Add info print to display number of MSI-X vectors allocated by Hariprasad Shenai · 9 years ago
  98. 4116542 cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settings by Hariprasad Shenai · 9 years ago
  99. 9bfdad5 cxgb4: Don't disallow turning off auto-negotiation by Hariprasad Shenai · 9 years ago
  100. eed7342 cxgb4: Align ethtool get stat settings by Hariprasad Shenai · 9 years ago