1. dff04bc cxgb4: Update firmware version after flashing it via ethtool by Hariprasad Shenai · 10 years ago
  2. e85c9a7 cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue Registers by Hariprasad Shenai · 10 years ago
  3. b2e1a3f RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW by Hariprasad Shenai · 10 years ago
  4. 2b5fb1f cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI by Hariprasad Shenai · 10 years ago
  5. 6e4b51a cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues by Hariprasad Shenai · 10 years ago
  6. 5167865 RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDST by Hariprasad Shenai · 10 years ago
  7. 77a80e2 RDMA/cxgb4: Cleanup Filter related macros/register defines by Hariprasad Shenai · 10 years ago
  8. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  9. ce8f407 cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfers by Hariprasad Shenai · 10 years ago
  10. e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 10 years ago
  11. 6559a7e cxgb4: Cleanup macros so they follow the same style and look consistent by Hariprasad Shenai · 10 years ago
  12. 22c0b96 cxgb4: Fix FW flash logic using ethtool by Hariprasad Shenai · 10 years ago
  13. 8203b50 cxgb4: Wait for device to get ready before reading any register by Hariprasad Shenai · 10 years ago
  14. c290607 cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller than 2Mb by Hariprasad Shenai · 10 years ago
  15. c0d5b8c cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase sectors which aren't in the FLASH by Hariprasad Shenai · 10 years ago
  16. fe2ee13 cxgb4: Add support to S25FL032P flash by Hariprasad Shenai · 10 years ago
  17. 31d55c2 cxgb4: Detect and display firmware reported errors by Hariprasad Shenai · 10 years ago
  18. 9bb59b9 cxgb4: Fix T5 adapter accessing T4 adapter registers by Hariprasad Shenai · 10 years ago
  19. 63a92fe cxgb4: Fixed the code to use correct length for part number by Hariprasad Shenai · 10 years ago
  20. 444018a cxgb4: Fix for handling 1Gb/s SFP+ Transceiver Modules by Hariprasad Shenai · 10 years ago
  21. 30f0084 cxgb4 : Disable recursive mailbox commands when enabling vi by Anish Bhatt · 10 years ago
  22. c81576c cxgb4: Fixed incorrect check for memory operation in t4_memory_rw by Hariprasad Shenai · 10 years ago
  23. 822dd8a cxgb4: Add the MC1 registers to read in the interrupt handler by Hariprasad Shenai · 10 years ago
  24. fc5ab02 cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Window method by Hariprasad Shenai · 10 years ago
  25. 0abfd15 cxgb4: Use FW interface to get BAR0 value by Hariprasad Shenai · 10 years ago
  26. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 40c9f8a cxgb4: use dev_port to identify ports by Thadeu Lima de Souza Cascardo · 10 years ago
  28. ce100b8b cxgb4 : Update copyright year on all cxgb4 files by Anish Bhatt · 10 years ago
  29. 688848b cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops to give access to DCBx functions by Anish Bhatt · 10 years ago
  30. 6f1d721 cxgb4: use the correct max size for firmware flash by Steve Wise · 11 years ago
  31. 68bce192 cxgb4: Add code to dump SGE registers when hitting idma hangs by Kumar Sanghvi · 11 years ago
  32. e8b3901 cgxb4: Stop using ethtool SPEED_* constants by Ben Hutchings · 11 years ago
  33. a94cd70 cxgb4: Print adapter VPD Part Number instead of Engineering Change field by Kumar Sanghvi · 11 years ago
  34. 72aca4b cxgb4: Add support to recognize 40G links by Kumar Sanghvi · 11 years ago
  35. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  36. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. de5b867 cxgb4: make functions static and remove dead code by stephen hemminger · 11 years ago
  38. dcf7b6f cxgb4: Add API to correctly calculate tuple fields by Kumar Sanghvi · 11 years ago
  39. 16e4762 cxgb4: Add new scheme to update T4/T5 firmware by Hariprasad Shenai · 11 years ago
  40. d14807d cxgb4: Much cleaner implementation of is_t4()/is_t5() by Hariprasad Shenai · 11 years ago
  41. 8c367fc cxgb4: Do not set net_device::dev_id to VI index by Ben Hutchings · 11 years ago
  42. e69972f cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PF by Jay Hernandez · 11 years ago
  43. 19dd37b cxgb4: Add T5 debugfs support by Santosh Rastapur · 12 years ago
  44. 0a57a53 cxgb4: Initialize T5 by Santosh Rastapur · 12 years ago
  45. 47ce9c4 cxgb4: Allow for backward compatibility with new VPD scheme. by Santosh Rastapur · 12 years ago
  46. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  47. f2b7e78 cxgb4: Add T4 filter support by Vipul Pandya · 12 years ago
  48. e777d19 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  49. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  50. 9174494 cxgb4: remove __dev* attributes by Bill Pemberton · 12 years ago
  51. ce91a92 [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates). by Naresh Kumar Inna · 12 years ago
  52. 0dad9e9 cxgb4: Fix initialization of SGE_CONTROL register by Vipul Pandya · 12 years ago
  53. 0062b15 cxgb4: Initialize data structures before using. by Vipul Pandya · 12 years ago
  54. 404d9e3 cxgb4: Address various sparse warnings by Vipul Pandya · 12 years ago
  55. 594f88e9 cxgb4: allocate enough data in t4_memory_rw() by Dan Carpenter · 12 years ago
  56. 8c357eb cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params() by Vipul Pandya · 12 years ago
  57. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  58. 26f7cbc cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slave by Vipul Pandya · 12 years ago
  59. 13ee15d cxgb4: Add support for T4 hardwired driver configuration settings by Vipul Pandya · 12 years ago
  60. 636f9d3 cxgb4: Add support for T4 configuration file by Vipul Pandya · 12 years ago
  61. 5afc8b8 cxgb4: Add functions to read memory via PCIE memory window by Vipul Pandya · 12 years ago
  62. 840f300 cxgb4: Remove duplicate register definitions by Vipul Pandya · 12 years ago
  63. e5c8ae5 cxgb4: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  64. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  65. 8caa1e8 cxgb4: Common platform specific changes for DB Drop Recovery by Vipul Pandya · 12 years ago
  66. 881806b cxgb4: Detect DB FULL events and notify RDMA ULD by Vipul Pandya · 12 years ago
  67. f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/cxgb4/t4_hw.c]
  68. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  69. 23d88e1 cxgb4: extend VPD parsing by Dimitris Michailidis · 14 years ago
  70. 005b571 cxgb4: add const to static arrays by Joe Perches · 14 years ago
  71. ec16400 cxgb4: do not read the clock frequency from VPD by Dimitris Michailidis · 14 years ago
  72. ce9aeb5 cxgb4: fix MAC address hash filter by Dimitris Michailidis · 14 years ago
  73. 31b9c19 cxgb4: function namespace cleanup (v3) by stephen hemminger · 14 years ago
  74. 63bccee cxgb4: disable an interrupt that is neither used nor serviced by Dimitris Michailidis · 14 years ago
  75. f796564 cxgb4: implement the ETHTOOL_GRXFH command by Dimitris Michailidis · 14 years ago
  76. 81323b7 cxgb4vf: update to latest T4 firmware API file by Casey Leedom · 14 years ago
  77. a0881ca cxgb4: update FW definitions by Dimitris Michailidis · 14 years ago
  78. 91e9a1e cxgb4: add a missing error interrupt by Dimitris Michailidis · 14 years ago
  79. f21ce1c cxgb4: set dev_id to the port number by Dimitris Michailidis · 14 years ago
  80. 204dc3c cxgb4: implement EEH by Dimitris Michailidis · 14 years ago
  81. 900a659 cxgb4: dynamically determine flash size and FW image location by Dimitris Michailidis · 14 years ago
  82. f8f5aaf cxgb4: configure HW VLAN extraction through FW by Dimitris Michailidis · 15 years ago
  83. 226ec5f cxgb4: parse the VPD instead of relying on a static VPD layout by Dimitris Michailidis · 15 years ago
  84. de498c8 cxgb4: Make unnecessarily global functions static by Roland Dreier · 15 years ago
  85. 56d36be cxgb4: Add HW and FW support code by Dimitris Michailidis · 15 years ago