1. 01b6961 cxgb4: Add PHY firmware support for T420-BT cards by Hariprasad Shenai · 10 years ago
  2. 9f5ac48 cxgb4: Update T4/T5 adapter register ranges by Hariprasad Shenai · 10 years ago
  3. b562fc3 cxgb4: Optimize and cleanup setup memory window code by Hariprasad Shenai · 10 years ago
  4. f404f80 cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder by Hariprasad Shenai · 10 years ago
  5. 75daacc cxgb4: Remove dead function t4_read_edc and t4_read_mc by Hariprasad Shenai · 10 years ago
  6. 1ecc7b7 cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS by Hariprasad Shenai · 10 years ago
  7. c035e18 cxgb4: Initialize RSS mode for all Ports by Hariprasad Shenai · 10 years ago
  8. 637d3e9 cxgb4: Discard the packet if the length is greater than mtu by Hariprasad Shenai · 10 years ago
  9. a3bfb61 cxgb4: Move SGE Ingress DMA state monitor code to a new routine by Hariprasad Shenai · 10 years ago
  10. 982b81e cxgb4: Add device node to ULD info by Hariprasad Shenai · 10 years ago
  11. b8b1ae9 cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq() by Hariprasad Shenai · 10 years ago
  12. 145ef8a cxgb4: Enable congestion notification from SGE for IQs and FLs. by Hariprasad Shenai · 10 years ago
  13. 1343299 cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold by Hariprasad Shenai · 10 years ago
  14. 7f0b8a5 cxgb4: Fix MC1 memory offset calculation by Hariprasad Shenai · 10 years ago
  15. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  16. f72f116 cxgb4: drop __GFP_NOFAIL allocation by Michal Hocko · 10 years ago
  17. c1d81b1 VFS: Fix up some ->d_inode accesses in the chelsio driver by David Howells · 10 years ago
  18. c3c7b12 cxgb4: Don't call t4_slow_intr_handler when we're not the Master PF by Hariprasad Shenai · 10 years ago
  19. 0aac3f5 cxgb4: Add comment for calculate tx flits and sge length code by Hariprasad Shenai · 10 years ago
  20. d52ce92 cxgb4: Use device node in page allocation by Hariprasad Shenai · 10 years ago
  21. c098b02 cxgb4: Freelist starving threshold varies from adapter to adapter by Hariprasad Shenai · 10 years ago
  22. 21dcfad cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes by Hariprasad Shenai · 10 years ago
  23. 019be1c cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate by Alexander Duyck · 10 years ago
  24. 812034f cxgb4: Move ethtool related code to a separate file by Hariprasad Shenai · 10 years ago
  25. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. ae469b6 cxgb4: Fix to dump devlog, even if FW is crashed by Hariprasad Shenai · 10 years ago
  27. 7ef65a4 cxgb4: Firmware macro changes for fw verison 1.13.32.0 by Hariprasad Shenai · 10 years ago
  28. 9ca683c chelsio cxgb/cxgb3: Make stats_strings arrays const by Joe Perches · 10 years ago
  29. 2ff2acf cxgb4vf: Fix sparse warnings by Hariprasad Shenai · 10 years ago
  30. b37987e cxgb4: Disable interrupts and napi before unregistering netdev by Hariprasad Shenai · 10 years ago
  31. 4b8e27a cxgb4: Allocate dynamic mem. for egress and ingress queue maps by Hariprasad Shenai · 10 years ago
  32. 1fb7cd4 cxgb4: fix boolreturn.cocci warnings by Wu Fengguang · 10 years ago
  33. dde93df cxgb4: Fix frame size warning for 32 bit arch by Hariprasad Shenai · 10 years ago
  34. 241e924 cxgb4: update Kconfig and Makefile for FCoE support by Varun Prakash · 10 years ago
  35. 84a200b cxgb4: add cxgb4_fcoe.c for FCoE by Varun Prakash · 10 years ago
  36. 76fed8a cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE by Varun Prakash · 10 years ago
  37. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 768ffc6 cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const" by Hariprasad Shenai · 10 years ago
  39. 933e0db cxgb4: Add device ID for new adapter by Hariprasad Shenai · 10 years ago
  40. e3d5073 cxgb4: fix coccinelle warnings by Hariprasad Shenai · 10 years ago
  41. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  42. f36e58e cxgb4: Try and provide an RDMA CIQ per cpu by Hariprasad Shenai · 10 years ago
  43. 1c6a5b0 cxgb4: Move offload Rx queue allocation to separate function by Hariprasad Shenai · 10 years ago
  44. f01aa63 cxgb4: Fix PCI-E Memory window interface for big-endian systems by Hariprasad Shenai · 10 years ago
  45. 5a8eeec cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc instead by Anish Bhatt · 10 years ago
  46. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  48. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 11 years ago
  49. ba3f8cd cxgb4: Add support in cxgb4 to get expansion rom version via ethtool by Hariprasad Shenai · 11 years ago
  50. acde2c2 cxgb4: Fix trace observed while dumping clip_tbl by Hariprasad Shenai · 11 years ago
  51. bad4379 cxgb4: Add support in debugfs to dump the congestion control table by Hariprasad Shenai · 11 years ago
  52. bf7c781 cxgb4: Add support to dump mailbox content in debugfs by Hariprasad Shenai · 11 years ago
  53. 797ff0f cxgb4: Add support for ULP RX logic analyzer output in debugfs by Hariprasad Shenai · 11 years ago
  54. 2d277b3 cxgb4: Added support in debugfs to display TP logic analyzer output by Hariprasad Shenai · 11 years ago
  55. 70a5f3b cxgb4: Add support in debugfs to display sensor information by Hariprasad Shenai · 11 years ago
  56. 4a95b6d chelsio: cxgb4: fix sparse warning by Lad, Prabhakar · 11 years ago
  57. 0b5b6be cxgb4: Delete an unnecessary check before the function call "release_firmware" by Markus Elfring · 11 years ago
  58. 3a336cb cxgb4: Add low latency socket busy_poll support by Hariprasad Shenai · 11 years ago
  59. ba0c39c cxgb4 : Improve IEEE DCBx support, other minor open-lldp fixes by Anish Bhatt · 11 years ago
  60. 3051fa6 cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCB by Hariprasad Shenai · 11 years ago
  61. cd6c2f1 cxgb4: Move firmware version MACRO to t4fw_version.h by Hariprasad Shenai · 11 years ago
  62. b58b667 cxgb4: Added support in debugfs to dump different timer and clock values of the adapter by Hariprasad Shenai · 11 years ago
  63. b3bbe36 cxgb4: Added support in debugfs to dump PM module stats by Hariprasad Shenai · 11 years ago
  64. c778af7 cxgb4: Addded support in debugfs to dump CIM outbound queue content by Hariprasad Shenai · 11 years ago
  65. e5f0e43 cxgb4: Added support in debugfs to dump cim ingress bound queue contents by Hariprasad Shenai · 11 years ago
  66. dc9daab cxgb4: Added support in debugfs to dump sge_qinfo by Hariprasad Shenai · 11 years ago
  67. 1793c79 cxgb4: Fixes cxgb4_inet6addr_notifier unregister call by Hariprasad Shenai · 11 years ago
  68. 92fc41c mode_t whack-a-mole: chelsio by Al Viro · 11 years ago
  69. 7aee42c cxgb3: re-use native hex2bin() by Andy Shevchenko · 11 years ago
  70. 688ea5f cxgb4: Add debugfs options to dump the rss key, config for PF, VF, etc by Hariprasad Shenai · 11 years ago
  71. 49216c1 cxgb4: Add debugfs entry to dump the contents of the flash by Hariprasad Shenai · 11 years ago
  72. b5a02f5 cxgb4 : Update ipv6 address handling api by Anish Bhatt · 11 years ago
  73. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  74. 14b3812f cxgb4vf: Fix queue allocation for 40G adapter by Hariprasad Shenai · 11 years ago
  75. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 11 years ago
  76. 0664031 cxgb4: Ripping out old hard-wired initialization code in driver by Hariprasad Shenai · 11 years ago
  77. fd48e63 cxgb4vf: Initialize mdio_addr before using it by Hariprasad Shenai · 11 years ago
  78. bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 11 years ago
  79. 6c53e93 iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages by Hariprasad Shenai · 11 years ago
  80. ef82f66 cxgb4: Add support for mps_tcam debugfs by Hariprasad Shenai · 11 years ago
  81. 74b3092 cxgb4: Add support for cim_qcfg entry in debugfs by Hariprasad Shenai · 11 years ago
  82. f1ff24a cxgb4: Add support for cim_la entry in debugfs by Hariprasad Shenai · 11 years ago
  83. 49aa284 cxgb4: Add support for devlog by Hariprasad Shenai · 11 years ago
  84. 678109e cxgb4: Add PCI device ID for new T5 adapter by Hariprasad Shenai · 11 years ago
  85. 0d80433 cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register defines by Hariprasad Shenai · 11 years ago
  86. 837e4a4 cxgb4/csiostor: Cleanup TP, MPS and TCAM related register defines by Hariprasad Shenai · 11 years ago
  87. 89c3a86 cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register defines by Hariprasad Shenai · 11 years ago
  88. f061de42 cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register defines by Hariprasad Shenai · 11 years ago
  89. f612b81 RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines by Hariprasad Shenai · 11 years ago
  90. 7841d5d net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functions by Rickard Strandqvist · 11 years ago
  91. 5ad24de cxgb4vf: Fix ethtool get_settings for VF driver by Hariprasad Shenai · 11 years ago
  92. 5aa80e5 cxgb4: Fix decoding QSA module for ethtool get settings by Hariprasad Shenai · 11 years ago
  93. 40e9de4 cxgb4: Add support for QSA modules by Hariprasad Shenai · 11 years ago
  94. 64bfead cxgb4/cxgb4i: set the max. pdu length in firmware by Karen Xie · 11 years ago
  95. 666224d cxgb4/csiostor: Don't use MASTER_MUST for fw_hello call by Hariprasad Shenai · 11 years ago
  96. dd0bcc0 cxgb4/cxgb4vf: global named must be unique by Stephen Rothwell · 11 years ago
  97. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. e0e3121 cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align by Alexander Duyck · 11 years ago
  99. 5e84e18 chelsio: fix misspelling of current function in string by Julia Lawall · 11 years ago
  100. dff04bc cxgb4: Update firmware version after flashing it via ethtool by Hariprasad Shenai · 11 years ago