summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-213-3/+53
|\
| * cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-113-3/+53
* | Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-191-0/+10
|\ \ | |/ |/|
| * cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai2016-04-151-0/+10
* | cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai2016-04-061-0/+1
|/
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-2312-23/+1163
|\
| * cxgb4: update Kconfig and MakefileVarun Prakash2016-03-221-0/+1
| * cxgb4: add iSCSI DDP page pod managerVarun Prakash2016-03-222-0/+774
| * cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash2016-03-221-0/+9
| * cxgb4: move VLAN_NONE macro definitionVarun Prakash2016-03-222-2/+2
| * cxgb4: update struct cxgb4_lld_info definitionVarun Prakash2016-03-223-0/+10
| * cxgb4: add definitions for iSCSI target ULDVarun Prakash2016-03-222-0/+114
| * cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash2016-03-221-0/+15
| * cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash2016-03-221-0/+5
| * cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash2016-03-221-0/+81
| * cxgb4: large receive offload supportVarun Prakash2016-03-224-14/+60
| * cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-224-7/+92
| * cxgb4: add new ULD type CXGB4_ULD_ISCSITVarun Prakash2016-03-221-0/+1
* | cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-022-1/+12
* | cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+1
|\ \
| * | cxgb4: Add pci device id for chelsio t540 lom adapterHariprasad Shenai2016-02-161-0/+1
| |/
* | cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai2016-02-183-73/+184
* | cxgb4/iw_cxgb4: TOS supportHariprasad Shenai2016-02-112-0/+3
|/
* cxgb4: Fixes static checker warning in mps_tcam_show()Hariprasad Shenai2016-01-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-071-0/+4
|\
| * cxgb4: correctly handling failed allocationInsu Yun2016-01-041-0/+4
* | cxgb4: Remove deprecated module parametersHariprasad Shenai2015-12-241-52/+2Star
* | cxgb4: Get TID calculation right for IPv6 modeHariprasad Shenai2015-12-241-4/+4
* | cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai2015-12-243-3/+14
* | cxgb4: Update mps_tcam output to include T6 fieldsHariprasad Shenai2015-12-242-19/+105
* | cxgb4: Update correct encoding of SGE Ingress DMA States for T6 adapterHariprasad Shenai2015-12-241-0/+59
* | cxgb4: Update Congestion Channel map for T6 adapterHariprasad Shenai2015-12-241-1/+8
* | cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-244-9/+30
* | cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-244-32/+67
* | cxgb4: Update pm_stats for T6 adapter familyHariprasad Shenai2015-12-244-4/+35
* | cxgb4: Pass correct argument to t4_link_l1cfg()Hariprasad Shenai2015-12-241-1/+1
* | cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai2015-12-231-1/+1
* | cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai2015-12-231-2/+4
* | cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-234-38/+38
* | cxgb4: Warn if device doesn't have enough PCI bandwidthHariprasad Shenai2015-12-231-2/+78
* | cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai2015-12-172-40/+24Star
* | cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai2015-12-171-2/+1Star
* | cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai2015-12-173-25/+117
* | cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai2015-12-171-1/+1
* | cxgb4: Handle clip return valuesHariprasad Shenai2015-12-123-6/+31
* | cxgb4: Adds PCI device id for new T5 adaptersHariprasad Shenai2015-12-091-0/+3
* | cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai2015-12-093-0/+11
* | cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai2015-12-091-4/+53
* | cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2015-12-092-6/+51