aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai1-433/+47
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-4/+4
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messagesHariprasad Shenai1-4/+4
2015-01-08cxgb4: Add support for devlogHariprasad Shenai1-0/+26
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai1-28/+28
2015-01-05cxgb4/csiostor: Cleanup TP, MPS and TCAM related register definesHariprasad Shenai1-35/+35
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai1-34/+34
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-31/+45
2014-12-12cxgb4: Add support for QSA modulesHariprasad Shenai1-3/+10
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai1-10/+2
2014-12-10cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell1-2/+2
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai1-30/+30
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+16
2014-12-02cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai1-2/+6
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai1-108/+19
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai1-28/+28
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai1-4/+4
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai1-29/+32
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai1-34/+34
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-2/+2
2014-11-12cxgb4: Fix static checker warningHariprasad Shenai1-1/+0
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-2/+1
2014-11-10cxgb4: Remove unnecessary struct in6_addr * castsJoe Perches1-6/+3
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-30/+30
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai1-7/+9
2014-11-10cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new fileHariprasad Shenai1-92/+5
2014-10-30cxgb4 : Fix missing initialization of win0_lockAnish Bhatt1-0/+1
2014-10-27cxgb4 : Handle dcb enable correctlyAnish Bhatt1-1/+5
2014-10-15cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-builtAnish Bhatt1-0/+8
2014-10-15cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt1-0/+7
2014-10-14cxgb4: Fix FW flash logic using ethtoolHariprasad Shenai1-2/+12
2014-10-09cxgb4: Wait for device to get ready before reading any registerHariprasad Shenai1-1/+5
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai1-0/+24
2014-09-28cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai1-0/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+27
2014-09-15cxgb4: Don't allocate adapter structure for all PF'sHariprasad Shenai1-22/+27
2014-09-10cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai1-0/+2
2014-09-09cxgb4: remove bond->lockNikolay Aleksandrov1-2/+0
2014-09-01cxgb4: Issue mbox commands on correct mboxHariprasad Shenai1-2/+4
2014-09-01cxgb4: Avoid dumping Write-only registers in register dumpHariprasad Shenai1-2/+4
2014-09-01cxgb4: Fix T5 adapter accessing T4 adapter registersHariprasad Shenai1-1/+3
2014-08-21cxgb4: Fix race condition in cleanupAnish Bhatt1-14/+18
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-07cxgb4: IEEE fixes for DCBx state machineAnish Bhatt1-0/+2
2014-08-06cxgb4: Fix for SR-IOV VF initializationHariprasad Shenai1-4/+3
2014-08-05cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt1-1/+4
2014-07-17cxgb4: Export symbols required by cxgb4i for ipv6 support and required definesAnish Bhatt1-4/+6
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai1-0/+14