aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-14cxgb4: fix a memory leak bugWenwen Wang1-1/+3
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+2
2019-03-26chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2018-12-15cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li1-90/+23
2018-09-14cxgb4: add per rx-queue counter for packet errorsGanesh Goudar1-0/+1
2018-08-10cxgb4: add support to display DCB infoGanesh Goudar1-0/+193
2018-07-27cxgb4: print ULD queue information managed by LLDRahul Lakkireddy1-19/+277
2018-07-24cxgb4: move Tx/Rx free pages collection to common codeRahul Lakkireddy1-9/+2
2018-07-24cxgb4: collect number of free PSTRUCT page pointersRahul Lakkireddy1-1/+2
2018-07-18cxgb4: display number of rx and tx pages freeGanesh Goudar1-7/+15
2018-07-11cxgb4: expose stats fetched from firmware via debugfsRahul Lakkireddy1-0/+164
2018-07-05cxgb4: Add support to read actual provisioned resourcesCasey Leedom1-0/+39
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-56/+56
2018-03-13cxgb4: Add HMA supportArjun Vynipadath1-2/+8
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-247/+57
2017-12-28cxgb4: display VNI correctlyGanesh Goudar1-3/+5
2017-12-19cxgb4: RSS table is 4k for T6Ganesh Goudar1-3/+4
2017-12-19cxgb4: Report tid start range correctly for T6Ganesh Goudar1-3/+8
2017-12-08cxgb4: collect HMA memory dumpRahul Lakkireddy1-1/+1
2017-12-08cxgb4: collect on-chip memory informationRahul Lakkireddy1-238/+40
2017-11-29cxgb4: Add support for Inline IPSec TxAtul Gupta1-0/+2
2017-10-14cxgb4: update API for TP indirect register accessRahul Lakkireddy1-6/+7
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+10
2017-06-20chcr - Add debug countersHarsh Jain1-0/+35
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-2/+10
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-5/+5
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-12/+0
2016-09-22cxgb4: Convert to use simple_open()Wei Yongjun1-7/+1
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-119/+8
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai1-0/+99
2016-04-26cxgb4: Add llseek operation for flash debugfs entryHariprasad Shenai1-0/+1
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash1-1/+33
2016-01-10cxgb4: Fixes static checker warning in mps_tcam_show()Hariprasad Shenai1-2/+2
2015-12-23cxgb4: Update mps_tcam output to include T6 fieldsHariprasad Shenai1-19/+81
2015-12-23cxgb4: Update pm_stats for T6 adapter familyHariprasad Shenai1-2/+28
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai1-4/+4
2015-12-08cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai1-0/+6
2015-10-05cxgb4: Adds a new Device Log Facility FW_DEVLOG_FACILITY_CFHariprasad Shenai1-0/+1
2015-10-05cxgb4: For T4, don't read the Firmware Mailbox Control registerHariprasad Shenai1-6/+14
2015-08-18cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-13cxgb4: Add MPS tracing supportHariprasad Shenai1-0/+298
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-08-12cxgb4: Add debugfs support to dump tid infoHariprasad Shenai1-0/+68
2015-08-12cxgb4: Add some more details to sge qinfoHariprasad Shenai1-8/+53
2015-08-10cxgb4: cleanup some indentingDan Carpenter1-3/+3
2015-08-10cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter1-1/+2