summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-145-9/+73
* 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-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya2013-02-121-1/+3
* | cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya2013-02-081-1/+1
* | cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya2013-02-041-1/+3
* | 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
| |/
* | cxgb3: Fix Tx csum statsVipul Pandya2013-01-171-1/+1
* | ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-24/+11
* | cxgb4: Fix incorrect PFVF CMASKVipul Pandya2013-01-101-2/+1
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-093-4/+0
* | chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-086-89/+66
* | cxgb3: remove usage of dev->masterJiri Pirko2013-01-041-4/+7
|/
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-204-6/+24
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-202-0/+55
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-203-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-147-29/+93
|\
| * [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-277-29/+93
* | Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+1
|\ \
| * | cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-1/+1
* | | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-078-22/+13
* | | chelsio: remove get_clock and use ktime_getJan Glauber2012-12-071-13/+1
* | | chelsio: remove __dev* attributesBill Pemberton2012-12-034-9/+9
* | | cxgb4vf: remove __dev* attributesBill Pemberton2012-12-033-15/+15
* | | cxgb4: remove __dev* attributesBill Pemberton2012-12-032-17/+17
* | | cxgb3: remove __dev* attributesBill Pemberton2012-12-032-8/+8
* | | cxgb3: Restore dependency on INETBen Hutchings2012-11-281-1/+1
* | | net: Remove bogus dependencies on INETBen Hutchings2012-11-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-114-35/+32
|\ \ \ | | |/ | |/|
| * | cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-081-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-031-10/+0
| |/
| * cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-223-24/+27
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-311-4/+3
|/