summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-0/+2
|\
| * ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-111-0/+2
* | cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia2020-11-071-1/+1
|/
* cxgb4/ch_ktls: ktls stats are added at port levelRohit Maheshwari2020-09-291-20/+15
* crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-111-18/+17
* crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-211-2/+5
* cxgb4: add support for mirror RxqsRahul Lakkireddy2020-06-301-2/+64
* cxgb4: move DCB version extern to header fileRahul Lakkireddy2020-06-231-1/+0
* cxgb4: Use kfree() instead kvfree() where appropriateDenis Efremov2020-06-051-3/+3
* cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari2020-06-011-0/+2
* cxgb4: Use %pM format specifier for MAC addressesAndy Shevchenko2020-05-181-14/+6
* cxgb4: add EOTID tracking and software context dumpRahul Lakkireddy2020-05-151-28/+116
* cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2020-03-081-0/+35
* chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-241-1/+1
* cxgb4: Added tls stats prints.Devulapally Shiva Krishna2020-02-061-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-2/+1
|\
| * seq_tab_next() should increase position indexVasily Averin2020-01-241-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-0/+4
|\|
| * cxgb4: Fix kernel panic while accessing sge_infoVishal Kulkarni2019-12-151-0/+4
* | cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain2019-12-171-12/+10
* | cxgb4: add support for high priority filtersShahjada Abul Husain2019-12-101-0/+3
|/
* cxgb4: add stats for MQPRIO QoS offload Tx pathRahul Lakkireddy2019-11-221-0/+1
* cxgb4: add UDP segmentation offload supportRahul Lakkireddy2019-11-221-0/+1
* cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy2019-11-071-1/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+3
|\
| * cxgb4: fix a memory leak bugWenwen Wang2019-08-141-1/+3
* | cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-3/+2
|/
* chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-261-1/+1
* cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-1/+1
* cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-151-90/+23
* cxgb4: add per rx-queue counter for packet errorsGanesh Goudar2018-09-141-0/+1
* cxgb4: add support to display DCB infoGanesh Goudar2018-08-101-0/+193
* cxgb4: print ULD queue information managed by LLDRahul Lakkireddy2018-07-271-19/+277
* cxgb4: move Tx/Rx free pages collection to common codeRahul Lakkireddy2018-07-241-9/+2
* cxgb4: collect number of free PSTRUCT page pointersRahul Lakkireddy2018-07-241-1/+2
* cxgb4: display number of rx and tx pages freeGanesh Goudar2018-07-181-7/+15
* cxgb4: expose stats fetched from firmware via debugfsRahul Lakkireddy2018-07-111-0/+164
* cxgb4: Add support to read actual provisioned resourcesCasey Leedom2018-07-051-0/+39
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-56/+56
* cxgb4: Add HMA supportArjun Vynipadath2018-03-131-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-247/+57
|\
| * cxgb4: display VNI correctlyGanesh Goudar2017-12-281-3/+5
| * cxgb4: RSS table is 4k for T6Ganesh Goudar2017-12-191-3/+4
| * cxgb4: Report tid start range correctly for T6Ganesh Goudar2017-12-191-3/+8
| * cxgb4: collect HMA memory dumpRahul Lakkireddy2017-12-081-1/+1
| * cxgb4: collect on-chip memory informationRahul Lakkireddy2017-12-081-238/+40
* | cxgb4: Add support for Inline IPSec TxAtul Gupta2017-11-291-0/+2
|/
* cxgb4: update API for TP indirect register accessRahul Lakkireddy2017-10-141-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-2/+10
|\