summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2017-01-14cxgb4: Remove redundant memset before memcpyShyam Saini1-5/+0
2017-01-14cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2-0/+35
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-4/+3
2017-01-07cxgb4: Add port description for new cards.Ganesh Goudar1-12/+18
2017-01-07cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar1-7/+13
2017-01-06cxgb4: Synchronize access to mailboxHariprasad Shenai3-1/+69
2017-01-04cxgb4: Support compressed error vector for T6Arjun V5-2/+45
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash1-0/+13
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+1
2016-12-09cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2-1/+1
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar1-40/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-30cxgb4: Add PCI device ID for new adapterHariprasad Shenai1-0/+1
2016-11-26cxgb4: fix memory leak on txq_infoColin Ian King1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai6-74/+273
2016-11-17cxgb4: do not call napi_hash_del()Eric Dumazet1-1/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-03cxgb4: correct device ID of T6 adapterHariprasad Shenai1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+22
2016-10-29cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar1-22/+18
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-17cxgb4: fix memory leak of qe on error exit pathColin Ian King1-1/+3
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani1-1/+1
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