summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-08cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V1-0/+1
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar1-40/+1
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-24/+40
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-2/+4
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+6
2016-10-07cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise1-0/+7
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 Xie1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2016-09-22cxgb4: add support for offloading u32 filtersRahul Lakkireddy1-1/+40
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy1-18/+21
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy1-263/+1
2016-09-21cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai1-2/+13
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-469/+144
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai1-1/+63
2016-08-23cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai1-31/+66
2016-08-22cxgb4: add support for tx max rate limitingRahul Lakkireddy1-0/+82
2016-08-22cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy1-1/+19
2016-08-21cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai1-39/+114
2016-08-18cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai1-5/+5
2016-08-14cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai1-1/+23
2016-08-14cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai1-18/+103
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-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai1-0/+12
2016-04-26cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai1-2/+3
2016-04-26cxgb4: Properly decode port module typeHariprasad Shenai1-0/+11
2016-04-26cxgb4: add new routine to get adapter infoHariprasad Shenai1-8/+70
2016-04-06cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai1-1/+2
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+83
2016-03-22cxgb4: update struct cxgb4_lld_info definitionVarun Prakash1-0/+4
2016-03-22cxgb4: large receive offload supportVarun Prakash1-11/+31
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash1-4/+49
2016-02-18cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai1-56/+82
2015-12-24cxgb4: Remove deprecated module parametersHariprasad Shenai1-52/+2
2015-12-24cxgb4: Get TID calculation right for IPv6 modeHariprasad Shenai1-4/+4
2015-12-23cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai1-2/+3
2015-12-23cxgb4: get naming correct for iscsi queuesHariprasad Shenai1-26/+27
2015-12-23cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai1-2/+78
2015-12-17cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai1-8/+2
2015-12-11cxgb4: Handle clip return valuesHariprasad Shenai1-6/+16
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+22