summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2018-08-24cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar1-1/+1
2018-05-30cxgb4: Fix queue free path of ULD driversArjun Vynipadath1-0/+1
2018-05-30cxgb4: Setup FW queues before registering netdevArjun Vynipadath1-3/+8
2018-04-13cxgb4: fix incorrect cim_la output for T6Ganesh Goudar1-1/+10
2018-04-13cxgb4: Fix netdev_features flagArjun Vynipadath1-0/+11
2018-04-13cxgb4: FW upgrade fixesArjun Vynipadath1-3/+18
2018-02-28PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom1-10/+0
2017-09-20cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio1-3/+3
2017-06-29cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju1-4/+6
2017-06-14cxgb4: avoid enabling napi twice to the same queueGanesh Goudar1-0/+4
2016-12-09cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2-1/+1
2016-11-30cxgb4: Add PCI device ID for new adapterHariprasad Shenai1-0/+1
2016-11-17cxgb4: do not call napi_hash_del()Eric Dumazet1-1/+0
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-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus 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-26cxgb4: 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 U...Hariprasad Shenai6-688/+371
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai3-2/+72
2016-08-24cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-24cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2-31/+67
2016-08-23cxgb4: add support for tx max rate limitingRahul Lakkireddy3-0/+105
2016-08-23cxgb4: add support for per queue tx schedulingRahul Lakkireddy3-0/+347
2016-08-23cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy7-5/+438
2016-08-22cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-19cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-19cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-19cxgb4: 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-15cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai3-1/+67
2016-08-15cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
2016-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+2
2016-07-31cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai1-1/+1