summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-0/+1
|\
| * cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-091-0/+1
* | cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2016-12-081-40/+1
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-24/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\|
| * cxgb4: Fix number of queue sets corssing the limitGanesh Goudar2016-10-181-1/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-0/+6
|\
| * cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise2016-10-071-0/+7
* | cxgb4: unexport cxgb4_dcb_enabledArnd Bergmann2016-10-031-6/+1
* | cxgb4: mark cxgb_setup_tc() staticBaoyou Xie2016-10-031-2/+2
* | cxgb4: mark symbols static where possibleBaoyou Xie2016-09-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+13
|\ \
| * | cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai2016-09-211-2/+13
| * | cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai2016-08-191-5/+5
* | | cxgb4: add support for offloading u32 filtersRahul Lakkireddy2016-09-221-1/+40
* | | cxgb4: add common api support for configuring filtersRahul Lakkireddy2016-09-221-18/+21
* | | cxgb4: move common filter code to separate fileRahul Lakkireddy2016-09-221-263/+1
* | | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-469/+144
* | | cxgb4: Add support for ndo_get_vf_configHariprasad Shenai2016-09-041-1/+63
* | | cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2016-08-241-31/+66
* | | cxgb4: add support for tx max rate limitingRahul Lakkireddy2016-08-231-0/+82
* | | cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy2016-08-231-1/+19
| |/ |/|
* | cxgb4: Simplify the return expressionWei Yongjun2016-08-221-6/+1
* | cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai2016-08-191-39/+114
* | cxgb4/cxgb4vf: Add set VF mac address supportHariprasad Shenai2016-08-151-1/+23
* | cxgb4: Add control net_device for configuring PCIe VFHariprasad Shenai2016-08-151-18/+103
|/
* cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2016-06-151-5/+2
* cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai2016-06-151-2/+64
* cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai2016-06-151-1/+8
* cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai2016-05-071-18/+20
* cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-291-0/+12
* cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2016-04-261-2/+3
* cxgb4: Properly decode port module typeHariprasad Shenai2016-04-261-0/+11
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-261-8/+70
* cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai2016-04-061-1/+2
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-231-14/+83
|\
| * cxgb4: update struct cxgb4_lld_info definitionVarun Prakash2016-03-221-0/+4
| * cxgb4: large receive offload supportVarun Prakash2016-03-221-11/+31
| * cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-221-4/+49
* | cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai2016-02-181-56/+82
|/
* cxgb4: Remove deprecated module parametersHariprasad Shenai2015-12-241-52/+2
* cxgb4: Get TID calculation right for IPv6 modeHariprasad Shenai2015-12-241-4/+4
* cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-241-2/+3
* cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-231-26/+27
* cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai2015-12-231-2/+78
* cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai2015-12-171-8/+2
* cxgb4: Handle clip return valuesHariprasad Shenai2015-12-121-6/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-0/+22
|\