summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo2013-05-031-1/+1
* cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-291-0/+1
* cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-293-3/+76
* cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-5/+5
* RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-141-0/+8
* RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-143-0/+26
* cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2013-03-142-19/+10
* cxgb4: Update driver version and descriptionSantosh Rastapur2013-03-141-2/+2
* cxgb4: Add T5 PCI idsSantosh Rastapur2013-03-141-0/+38
* cxgb4: Add T5 debugfs supportSantosh Rastapur2013-03-143-43/+119
* cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur2013-03-141-16/+71
* cxgb4: Add T5 write combining supportSantosh Rastapur2013-03-143-5/+102
* cxgb4: Dump T5 registersSantosh Rastapur2013-03-141-4/+448
* cxgb4: Initialize T5Santosh Rastapur2013-03-144-48/+227
* cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur2013-03-143-2/+95
* cxgb4: Add register definations for T5Santosh Rastapur2013-03-141-0/+94
* cxgb4: Allow for backward compatibility with new VPD scheme.Santosh Rastapur2013-03-121-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-3/+14
|\ \
| * | cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo2013-01-161-3/+14
| |/
* | cxgb4: Fix incorrect PFVF CMASKVipul Pandya2013-01-101-2/+1
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* | chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-071-1/+1
|/
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-194-6/+24
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-192-0/+55
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-193-2/+162
* cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-194-10/+193
* cxgb4: Add T4 filter supportVipul Pandya2012-12-198-7/+757
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-12-136-25/+89
|\
| * [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-276-25/+89
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-7/+4
* | cxgb4: remove __dev* attributesBill Pemberton2012-12-032-17/+17
|/
* cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-071-1/+1
* cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4
* cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-021-10/+0
* cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-213-24/+27
* cxgb4: Address various sparse warningsVipul Pandya2012-10-083-29/+39
* cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter2012-10-081-1/+1
* cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller2012-10-031-0/+1
* cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya2012-10-031-13/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-028-278/+2166
|\
| * cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya2012-09-275-5/+206
| * cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya2012-09-271-0/+6
| * cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya2012-09-275-32/+442
| * cxgb4: Add support for T4 configuration fileVipul Pandya2012-09-276-133/+920
| * cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya2012-09-274-69/+362
| * cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya2012-09-273-0/+219
OpenPOWER on IntegriCloud