aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-15cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2-11/+4
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-06-08cxgb4: Add device id of T540-BT adapterHariprasad Shenai1-0/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+4
2016-05-13RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S1-0/+4
2016-05-07cxgb4: Reset dcb state machine and tx queue prio only if dcb is enabledHariprasad Shenai1-18/+20
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04cxgb4: Check for firmware errors in the mailbox command loopHariprasad Shenai1-2/+6
2016-05-04cxgb4: Don't sleep when mbox cmd is issued from interrupt contextHariprasad Shenai1-0/+6
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-05-01cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai4-25/+192
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai4-20/+192
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-2/+1
2016-04-26cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai3-0/+40
2016-04-26cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2-37/+74
2016-04-26cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2-3/+4
2016-04-26cxgb4: Refactor t4_port_init functionHariprasad Shenai2-40/+55
2016-04-26cxgb4: Properly decode port module typeHariprasad Shenai1-0/+11
2016-04-26cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai1-0/+2
2016-04-26cxgb4: Add llseek operation for flash debugfs entryHariprasad Shenai1-0/+1
2016-04-26cxgb4: add new routine to get adapter infoHariprasad Shenai4-8/+95
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+63
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+53
2016-04-18Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+10
2016-04-15cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai1-0/+10
2016-04-11cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai3-3/+53
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-04-06cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enableHariprasad Shenai2-2/+4
2016-04-06cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai1-0/+1
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds13-23/+1174
2016-03-22cxgb4: update Kconfig and MakefileVarun Prakash2-0/+12
2016-03-22cxgb4: add iSCSI DDP page pod managerVarun Prakash2-0/+774
2016-03-22cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash1-0/+9
2016-03-22cxgb4: move VLAN_NONE macro definitionVarun Prakash2-2/+2
2016-03-22cxgb4: update struct cxgb4_lld_info definitionVarun Prakash3-0/+10
2016-03-22cxgb4: add definitions for iSCSI target ULDVarun Prakash2-0/+114
2016-03-22cxgb4, cxgb4i: move struct cpl_rx_data_ddp definitionVarun Prakash1-0/+15
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-0/+5
2016-03-22cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash1-0/+81
2016-03-22cxgb4: large receive offload supportVarun Prakash4-14/+60
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash4-7/+92
2016-03-22cxgb4: add new ULD type CXGB4_ULD_ISCSITVarun Prakash1-0/+1
2016-03-10cxgb4vf: Set number of queues in pci probe onlyHariprasad Shenai1-4/+4
2016-03-10cxgb4vf: Add a couple more checks for invalid provisioning configurationsHariprasad Shenai1-0/+5
2016-03-10cxgb4vf: Configure queue based on resource and interrupt typeHariprasad Shenai1-71/+94
2016-03-10cxgb4vf: Enable interrupts before we register our network devicesHariprasad Shenai1-25/+26
2016-03-02cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrsHariprasad Shenai1-46/+0
2016-03-02cxgb4vf: Remove redundant adapter ready check during probeHariprasad Shenai1-10/+0