aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-12cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya1-1/+3
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2013-02-04cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya1-1/+3
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2013-01-17cxgb3: Fix Tx csum statsVipul Pandya1-1/+1
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-14ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明1-24/+11
2013-01-10cxgb4: Fix incorrect PFVF CMASKVipul Pandya1-2/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko3-4/+0
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches6-89/+66
2013-01-04cxgb3: remove usage of dev->masterJiri Pirko1-4/+7
2012-12-19RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya4-6/+24
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2-0/+55
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya3-2/+162
2012-12-19cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya4-10/+193
2012-12-19cxgb4: Add T4 filter supportVipul Pandya8-7/+757
2012-12-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-29/+93
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman8-22/+13
2012-12-07cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-1/+1
2012-12-07chelsio: remove get_clock and use ktime_getJan Glauber1-13/+1
2012-12-03chelsio: remove __dev* attributesBill Pemberton4-9/+9
2012-12-03cxgb4vf: remove __dev* attributesBill Pemberton3-15/+15
2012-12-03cxgb4: remove __dev* attributesBill Pemberton2-17/+17
2012-12-03cxgb3: remove __dev* attributesBill Pemberton2-8/+8
2012-11-28cxgb3: Restore dependency on INETBen Hutchings1-1/+1
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates).Naresh Kumar Inna7-29/+93
2012-11-19net: Remove bogus dependencies on INETBen Hutchings1-2/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-35/+32
2012-11-07cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-07cxgb4: Initialize data structures before using.Vipul Pandya1-0/+4
2012-11-02cxgb4: Fix unable to get UP event from the LLDVipul Pandya1-10/+0
2012-10-31ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-4/+3
2012-10-21cxgb4: Remove unnecessary #ifdef conditionVipul Pandya3-24/+27
2012-10-08cxgb4: Address various sparse warningsVipul Pandya3-29/+39
2012-10-08cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter1-1/+1
2012-10-03cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller1-0/+1
2012-10-03cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya1-13/+30
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-280/+2169
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-27cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya5-5/+206
2012-09-27cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya1-0/+6
2012-09-27cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya5-32/+442
2012-09-27cxgb4: Add support for T4 configuration fileVipul Pandya6-133/+920
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya5-71/+365
2012-09-27cxgb4: Add functions to read memory via PCIE memory windowVipul Pandya3-0/+219
2012-09-27cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASEVipul Pandya1-4/+4
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2