aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings1-1/+0
2013-06-04cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerLi RongQing1-1/+1
2013-05-31cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PFJay Hernandez3-3/+35
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-04-29cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya1-0/+1
2013-04-29cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya3-3/+76
2013-04-29cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya1-38/+38
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-5/+5
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya1-0/+8
2013-03-14RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya3-0/+26
2013-03-14cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2-19/+10
2013-03-14cxgb4: Update driver version and descriptionSantosh Rastapur1-2/+2
2013-03-14cxgb4: Add T5 PCI idsSantosh Rastapur1-0/+38
2013-03-14cxgb4: Add T5 debugfs supportSantosh Rastapur3-43/+119
2013-03-14cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur1-16/+71
2013-03-14cxgb4: Add T5 write combining supportSantosh Rastapur3-5/+102
2013-03-14cxgb4: Dump T5 registersSantosh Rastapur1-4/+448
2013-03-14cxgb4: Initialize T5Santosh Rastapur4-48/+227
2013-03-14cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur3-2/+95
2013-03-14cxgb4: Add register definations for T5Santosh Rastapur1-0/+94
2013-03-12cxgb4: Allow for backward compatibility with new VPD scheme.Santosh Rastapur1-3/+9
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-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2013-01-16cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-10cxgb4: Fix incorrect PFVF CMASKVipul Pandya1-2/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches1-1/+1
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 Torvalds6-25/+89
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-7/+4
2012-12-03cxgb4: remove __dev* attributesBill Pemberton2-17/+17
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates).Naresh Kumar Inna6-25/+89
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-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 Torvalds8-278/+2166
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