aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-03cxgb4: correct device ID of T6 adapterHariprasad Shenai1-1/+1
2016-10-29cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar1-22/+18
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-17cxgb4: fix memory leak of qe on error exit pathColin Ian King1-1/+3
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-0/+11
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise1-0/+1
2016-10-07cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise4-0/+10
2016-10-03cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann1-6/+1
2016-10-03cxgb4: mark cxgb_setup_tc() staticBaoyou Xie1-2/+2
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie2-11/+14
2016-09-25cxgb4: fix -ve error check on a signed iqColin Ian King1-5/+5
2016-09-23cxgb4: fix signed wrap around when decrementing index idxColin Ian King1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+27
2016-09-22cxgb4: Convert to use simple_open()Wei Yongjun1-7/+1
2016-09-22cxgb4: add support for drop and redirect actionsRahul Lakkireddy1-0/+71
2016-09-22cxgb4: add support for offloading u32 filtersRahul Lakkireddy6-2/+525
2016-09-22cxgb4: add parser to translate u32 filters to internal specRahul Lakkireddy1-0/+282
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy5-34/+512
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy5-264/+346
2016-09-21cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai4-5/+27
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 Shenai6-688/+371
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai3-2/+72
2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-23cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2-31/+67
2016-08-22cxgb4: add support for tx max rate limitingRahul Lakkireddy3-0/+105
2016-08-22cxgb4: add support for per queue tx schedulingRahul Lakkireddy3-0/+347
2016-08-22cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy7-5/+438
2016-08-21cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-18cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-18cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai1-5/+5
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai3-1/+67
2016-08-14cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+2
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai1-1/+1
2016-07-25libcxgb: add library module for Chelsio driversVarun Prakash3-775/+0
2016-07-25cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar4-139/+263
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-07-05cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2016-06-23RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S1-0/+2
2016-06-15cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai1-5/+2
2016-06-15cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai1-2/+64
2016-06-15cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai1-1/+8
2016-06-08cxgb4: Add device id of T540-BT adapterHariprasad Shenai1-0/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+4
2016-05-13RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S1-0/+4
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-05-04cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai1-2/+6