aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+16
2018-10-18cxgb4: 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-12treewide: 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-17cxgb4: 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-03cxgb4: get rid of custom busy poll codeEric Dumazet1-9/+3
2016-11-25cxgb4: 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-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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 ULD'sHariprasad Shenai1-42/+181
2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai1-0/+555