summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-0/+4
|\ \ | |/ |/|
| * target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash2017-02-091-0/+4
* | scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-231-0/+8
|\ \
| * | crypto: chcr - Change flow IDsHarsh Jain2017-02-031-0/+8
| |/
* | cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar2017-02-161-2/+0
* | cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar2017-02-161-0/+5
* | cxgb4: Increase max number of tc u32 linksArjun V2017-02-163-13/+7
* | cxgb4: Update proper netdev stats for rx dropsGanesh Goudar2017-02-151-1/+1
* | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-062-3/+3
* | cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-034-174/+6
* | cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* | cxgb4: update latest firmware version supportedGanesh Goudar2017-01-311-6/+6
* | cxgb4: hide unused warningsArnd Bergmann2017-01-201-0/+2
* | cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar2017-01-171-0/+27
* | cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai2017-01-164-4/+64
* | cxgb4: Remove redundant memset before memcpyShyam Saini2017-01-141-5/+0
* | cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2017-01-132-0/+35
* | cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar2017-01-121-1/+4
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+3
* | cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* | cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-061-7/+13
* | cxgb4: Synchronize access to mailboxHariprasad Shenai2017-01-063-1/+69
* | cxgb4: Support compressed error vector for T6Arjun V2017-01-045-2/+45
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash2016-12-141-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-102-1/+1
|\
| * cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-082-1/+1
* | cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2016-12-081-40/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+1
|\|
| * cxgb4: Add PCI device ID for new adapterHariprasad Shenai2016-11-301-0/+1
* | cxgb4: fix memory leak on txq_infoColin Ian King2016-11-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+0
|\|
| * cxgb4: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-186-74/+273
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\|
| * cxgb4: correct device ID of T6 adapterHariprasad Shenai2016-11-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-24/+22
|\|
| * cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar2016-10-291-22/+18
| * cxgb4: Fix number of queue sets corssing the limitGanesh Goudar2016-10-181-1/+1
| * cxgb4: fix memory leak of qe on error exit pathColin Ian King2016-10-171-1/+3
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-2/+4
* | net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-095-0/+11
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-0/+1
| * cxgb4: advertise support for FR_NSMR_TPTE_WRSteve Wise2016-10-074-0/+10
* | 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-262-11/+14
* | cxgb4: fix -ve error check on a signed iqColin Ian King2016-09-251-5/+5