summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-041-0/+2
|\
| * RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S2016-06-231-0/+2
* | cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-301-1/+1
* | libcxgb: add library module for Chelsio driversVarun Prakash2016-07-253-775/+0
* | cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vfGanesh Goudar2016-07-254-139/+263
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-6/+6
|\ \
| * | cxgb4: update latest firmware version supportedGanesh Goudar2016-07-051-6/+6
| |/
* | 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: Add device id of T540-BT adapterHariprasad Shenai2016-06-081-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-201-0/+4
|\
| * RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2016-05-131-0/+4
* | cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai2016-05-071-18/+20
* | cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai2016-05-041-2/+6
* | cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai2016-05-041-0/+6
* | cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-294-20/+192
* | cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai2016-04-263-0/+40
* | cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2016-04-262-37/+74
* | cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2016-04-262-3/+4
* | cxgb4: Refactor t4_port_init functionHariprasad Shenai2016-04-262-40/+55
* | cxgb4: Properly decode port module typeHariprasad Shenai2016-04-261-0/+11
* | cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai2016-04-261-0/+2
* | cxgb4: Add llseek operation for flash debugfs entryHariprasad Shenai2016-04-261-0/+1
* | cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-264-8/+95
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-233-3/+63
|\ \ | |/
| * 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-181-0/+10
| |\ \ | | |/ | |/|
| | * cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai2016-04-151-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-0/+1
|\ \ \ | |/ /
| * | cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai2016-04-061-0/+1
| |/
* | 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-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
| |/
OpenPOWER on IntegriCloud