aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter1-1/+2
2015-08-04cxgb4: Add debugfs support to dump meminfoHariprasad Shenai1-0/+285
2015-07-21cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai1-0/+2
2015-07-08cxgb4: Enable cim_la dump to support T6Hariprasad Shenai1-3/+51
2015-07-03cxgb4: Fix incorrect sequence numbers shown in devlogHariprasad Shenai1-12/+13
2015-06-10cxgb4: Add debugfs entry to dump channel rateHariprasad Shenai1-0/+34
2015-06-10cxgb4: Add debugfs entry to dump CIM PIF logic analyzer contentsHariprasad Shenai1-0/+44
2015-06-10cxgb4: Add a debugfs entry to dump CIM MA logic analyzer logsHariprasad Shenai1-0/+47
2015-06-01cxgb4: Adds support for T6 adapterHariprasad Shenai1-45/+135
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai1-1/+1
2015-05-27cxgb4: Add debugfs facility to inject FL starvationHariprasad Shenai1-0/+56
2015-04-15VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells1-14/+7
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2015-03-25cxgb4: Fix frame size warning for 32 bit archHariprasad Shenai1-1/+7
2015-03-05cxgb4: Try and provide an RDMA CIQ per cpuHariprasad Shenai1-0/+4
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-02-08cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai1-1/+1
2015-02-07cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai1-0/+28
2015-02-07cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai1-0/+85
2015-02-07cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai1-0/+36
2015-02-07cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai1-0/+248
2015-02-07cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai1-0/+36
2015-02-01cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCBHariprasad Shenai1-1/+23
2015-01-27cxgb4: Added support in debugfs to dump different timer and clock values of the adapterHariprasad Shenai1-0/+63
2015-01-27cxgb4: Added support in debugfs to dump PM module statsHariprasad Shenai1-0/+66
2015-01-27cxgb4: Addded support in debugfs to dump CIM outbound queue contentHariprasad Shenai1-0/+57
2015-01-27cxgb4: Added support in debugfs to dump cim ingress bound queue contentsHariprasad Shenai1-0/+42
2015-01-27cxgb4: Added support in debugfs to dump sge_qinfoHariprasad Shenai1-0/+211
2015-01-24cxgb4: Add debugfs options to dump the rss key, config for PF, VF, etcHariprasad Shenai1-0/+407
2015-01-24cxgb4: Add debugfs entry to dump the contents of the flashHariprasad Shenai1-1/+72
2015-01-15cxgb4 : Update ipv6 address handling apiAnish Bhatt1-0/+19
2015-01-08cxgb4: Add support for mps_tcam debugfsHariprasad Shenai1-0/+131
2015-01-08cxgb4: Add support for cim_qcfg entry in debugfsHariprasad Shenai1-0/+70
2015-01-08cxgb4: Add support for cim_la entry in debugfsHariprasad Shenai1-2/+127
2015-01-08cxgb4: Add support for devlogHariprasad Shenai1-0/+198
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai1-16/+16
2014-11-10cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new fileHariprasad Shenai1-0/+158