1. 0fbc81b chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's by Hariprasad Shenai · 8 years ago
  2. 94cdb8b cxgb4: Add support for dynamic allocation of resources for ULD by Hariprasad Shenai · 8 years ago
  3. 8d09e6b cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabled by Hariprasad Shenai · 8 years ago
  4. fbe8077 cxgb4: Avoids race and deadlock while freeing tx descriptor by Hariprasad Shenai · 8 years ago
  5. ebf4dc2 cxgb4: Stop Rx Queues before freeing it up by Hariprasad Shenai · 8 years ago
  6. 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
  7. 2337ba4 cxgb4: large receive offload support by Varun Prakash · 9 years ago
  8. f2692d1 cxgb4: allocate resources for CXGB4_ULD_ISCSIT by Varun Prakash · 9 years ago
  9. edadad8 cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytes by Hariprasad Shenai · 9 years ago
  10. da08e42 cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenished by Hariprasad Shenai · 9 years ago
  11. 2216d01 cxgb4: Update SGE context congestion map change for T6 adapter by Hariprasad Shenai · 9 years ago
  12. 676d6a7 cxgb4: Update register range and SGE registers for T6 adapter by Hariprasad Shenai · 9 years ago
  13. acac596 cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapter by Hariprasad Shenai · 9 years ago
  14. 812787b cxgb4: Use napi_complete_done() api in napi handler by Hariprasad Shenai · 9 years ago
  15. 0ac5b70 cxgb4: Use the node info to alloc_ring() for RX queues by Hariprasad Shenai · 9 years ago
  16. f90ce56 cxgb4: get naming correct for iscsi queues by Hariprasad Shenai · 9 years ago
  17. 70055dd cxgb4: Add FL DMA mapping error and low counter by Hariprasad Shenai · 9 years ago
  18. 8d0557d cxgb4: Deal with wrap-around of queue for Work request by Hariprasad Shenai · 9 years ago
  19. 126fca6 cxgb4: prevent simultaneous execution of service_ofldq() by Hariprasad Shenai · 9 years ago
  20. 632be19 cxgb4: Use ACCES_ONCE macro to read queue's consumer index by Hariprasad Shenai · 9 years ago
  21. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  22. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  23. 5e2a5eb cxgb4: Add HW timesptamp support for RX by Hariprasad Shenai · 9 years ago
  24. fd1754f cxgb4: Fix tx flit calculation by Hariprasad Shenai · 9 years ago
  25. a4011fd cxgb4: Add debugfs support to dump tid info by Hariprasad Shenai · 9 years ago
  26. 397665d cxgb4 : Fill DCB priority in vlan control headers by Anish Bhatt · 9 years ago
  27. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  28. 66cf188 cxgb4: Support for user mode bar2 mappings with T4 by Hariprasad S · 9 years ago
  29. 3ccc6cf cxgb4: Adds support for T6 adapter by Hariprasad Shenai · 9 years ago
  30. b261272 cxgb4/cxgb4vf: function and argument name cleanup by Hariprasad Shenai · 9 years ago
  31. 5b377d1 cxgb4: Add debugfs facility to inject FL starvation by Hariprasad Shenai · 9 years ago
  32. 1ecc7b7 cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS by Hariprasad Shenai · 9 years ago
  33. 637d3e9 cxgb4: Discard the packet if the length is greater than mtu by Hariprasad Shenai · 9 years ago
  34. a3bfb61 cxgb4: Move SGE Ingress DMA state monitor code to a new routine by Hariprasad Shenai · 9 years ago
  35. 982b81e cxgb4: Add device node to ULD info by Hariprasad Shenai · 9 years ago
  36. b8b1ae9 cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq() by Hariprasad Shenai · 9 years ago
  37. 145ef8a cxgb4: Enable congestion notification from SGE for IQs and FLs. by Hariprasad Shenai · 9 years ago
  38. 1343299 cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold by Hariprasad Shenai · 9 years ago
  39. c3c7b12 cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF by Hariprasad Shenai · 9 years ago
  40. 0aac3f5 cxgb4: Add comment for calculate tx flits and sge length code by Hariprasad Shenai · 9 years ago
  41. d52ce92 cxgb4: Use device node in page allocation by Hariprasad Shenai · 9 years ago
  42. c098b02 cxgb4: Freelist starving threshold varies from adapter to adapter by Hariprasad Shenai · 9 years ago
  43. 21dcfad cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes by Hariprasad Shenai · 9 years ago
  44. 019be1c cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate by Alexander Duyck · 9 years ago
  45. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. 4b8e27a cxgb4: Allocate dynamic mem. for egress and ingress queue maps by Hariprasad Shenai · 10 years ago
  47. 84a200b cxgb4: add cxgb4_fcoe.c for FCoE by Varun Prakash · 10 years ago
  48. 3a336cb cxgb4: Add low latency socket busy_poll support by Hariprasad Shenai · 10 years ago
  49. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  50. 0664031 cxgb4: Ripping out old hard-wired initialization code in driver by Hariprasad Shenai · 10 years ago
  51. bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 10 years ago
  52. f061de4 cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register defines by Hariprasad Shenai · 10 years ago
  53. f612b81 RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines by Hariprasad Shenai · 10 years ago
  54. dd0bcc0 cxgb4/cxgb4vf: global named must be unique by Stephen Rothwell · 10 years ago
  55. df64e4d cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addresses by Hariprasad Shenai · 10 years ago
  56. 6e4b51a cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues by Hariprasad Shenai · 10 years ago
  57. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. d7990b0 cxgb4i/cxgb4 : Refactor macros to conform to uniform standards by Anish Bhatt · 10 years ago
  59. aa9cd31 cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  60. ce8f407 cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfers by Hariprasad Shenai · 10 years ago
  61. e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 10 years ago
  62. 7207c0d cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5 by Hariprasad Shenai · 10 years ago
  63. fb5ac0d cxgb4: clean up a type issue by Dan Carpenter · 10 years ago
  64. 9fef847 cxgb4: potential shift wrapping bug by Dan Carpenter · 10 years ago
  65. e553ec3 cxgb4: Add support for adaptive rx by Hariprasad Shenai · 10 years ago
  66. d63a6dc cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later. by Hariprasad Shenai · 10 years ago
  67. 08f1a1b cxgb4: Free completed tx skbs promptly by Hariprasad Shenai · 10 years ago
  68. 5fa7669 cxgb4: only free allocated fls by Hariprasad Shenai · 10 years ago
  69. ce100b8b cxgb4 : Update copyright year on all cxgb4 files by Anish Bhatt · 10 years ago
  70. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  71. c887ad0 cxgb4: Change default Interrupt Holdoff Packet Count Threshold by Hariprasad Shenai · 10 years ago
  72. cf38be6 iw_cxgb4: Allocate and use IQs specifically for indirect interrupts by Hariprasad Shenai · 10 years ago
  73. cca2822 cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum by Hariprasad Shenai · 10 years ago
  74. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  75. a752519 cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. by Eric W. Biederman · 11 years ago
  76. 05eb238 cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes by Steve Wise · 11 years ago
  77. ca71de6 cxgb4: Calculate len properly for LSO path by Kumar Sanghvi · 11 years ago
  78. c2b955e cxgb4: Updates for T5 SGE's Egress Congestion Threshold by Kumar Sanghvi · 11 years ago
  79. 0f4d201 cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck by Kumar Sanghvi · 11 years ago
  80. 92ddcc7 cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB by Kumar Sanghvi · 11 years ago
  81. 0034b29 cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit() by Kumar Sanghvi · 11 years ago
  82. 4fe44dd cxgb4: LE-Workaround is not atomic in firmware by Kumar Sanghvi · 11 years ago
  83. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  84. 940d9d3 cxgb4: allow large buffer size to have page size by Thadeu Lima de Souza Cascardo · 11 years ago
  85. 8264989 net: cxgb4 calls skb_set_hash by Tom Herbert · 11 years ago
  86. d14807d cxgb4: Much cleaner implementation of is_t4()/is_t5() by Hariprasad Shenai · 11 years ago
  87. 15dd16c cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_header by Li RongQing · 11 years ago
  88. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  89. 22adfe0 cxgb4: Add T5 write combining support by Santosh Rastapur · 12 years ago
  90. 0a57a53 cxgb4: Initialize T5 by Santosh Rastapur · 12 years ago
  91. ce91a92 [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates). by Naresh Kumar Inna · 12 years ago
  92. 52367a7 cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support by Vipul Pandya · 12 years ago
  93. 840f300 cxgb4: Remove duplicate register definitions by Vipul Pandya · 12 years ago
  94. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  95. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  96. 3069ee9 cxgb4: DB Drop Recovery for RDMA and LLD queues by Vipul Pandya · 12 years ago
  97. 881806b cxgb4: Detect DB FULL events and notify RDMA ULD by Vipul Pandya · 12 years ago
  98. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  99. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  100. e91b0f2 cxgb4: convert to SKB paged frag API. by Ian Campbell · 13 years ago