aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain1-0/+9
2017-04-13cxgb4: save tid while creating server filterGanesh Goudar1-0/+4
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V1-2/+1
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-2/+2
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet1-13/+3
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-17cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar1-0/+27
2017-01-16cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai1-2/+18
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+3
2017-01-06cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar1-7/+13
2017-01-06cxgb4: Synchronize access to mailboxHariprasad Shenai1-0/+3
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/dledford/rdmaLinus 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 ULD'sHariprasad 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