summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15cxgb4: unnecessary check for 0 in the free_sge_txq_uld() functionMikhail Lobanov1-1/+1
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain1-0/+3
2020-09-29cxgb4: Avoid log floodRohit Maheshwari1-4/+4
2020-09-12crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-1/+1
2020-06-05crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't setRohit Maheshwari1-1/+1
2020-06-02cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari1-21/+50
2020-06-01cxgb4: cleanup error code in setup_sge_queues_uld()Dan Carpenter1-4/+5
2020-05-23cxgb4: add adapter hotplug support for ULDsPotnuri Bharat Teja1-51/+87
2020-03-09cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari1-0/+32
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy1-24/+16
2019-11-07cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy1-73/+22
2019-10-31cxgb4: fix panic when attaching to ULD failVishal Kulkarni1-12/+16
2019-10-05cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni1-3/+6
2019-06-09cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan1-6/+15
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-15/+15
2019-02-15cxgb4: Export sge_host_page_size to uldsRaju Rangoju1-0/+1
2019-01-10net: cxgb4: fix various indentation issuesColin Ian King1-1/+1
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+16
2018-10-19cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar1-35/+11
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain1-4/+16
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-22cxgb4: Support firmware rdma write completion work request.Raju Rangoju1-0/+1
2018-03-22cxgb4: Support firmware rdma write with immediate work request.Raju Rangoju1-0/+1
2018-03-18cxgb4: Fix queue free path of ULD driversArjun Vynipadath1-0/+1
2017-11-29cxgb4: Add support for Inline IPSec TxAtul Gupta1-0/+1
2017-07-11cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli1-17/+25
2017-06-20crypto: chcr - Select device in Round Robin fashionHarsh Jain1-0/+1
2017-02-16cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar1-2/+0
2017-02-04cxgb4: get rid of custom busy poll codeEric Dumazet1-9/+3
2016-11-26cxgb4: fix memory leak on txq_infoColin Ian King1-1/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+114
2016-10-29cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar1-22/+18
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+1
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie1-10/+13
2016-09-23cxgb4: fix signed wrap around when decrementing index idxColin Ian King1-1/+1
2016-09-19cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun1-1/+1
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-42/+181
2016-08-24cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-19cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai1-0/+555