summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c
AgeCommit message (Expand)AuthorFilesLines
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