summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-18net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-1/+2
2013-09-16cxgb4: remove workqueue when driver registration failsWei Yang1-1/+3
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+1
2013-08-12cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya1-0/+217
2013-08-12cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya1-1/+70
2013-06-01cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez1-2/+25
2013-05-04cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-04-29cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya1-0/+31
2013-04-29cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya1-38/+38
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: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya1-0/+19
2013-03-14cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur1-15/+6
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 Rastapur1-13/+42
2013-03-14cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur1-16/+71
2013-03-14cxgb4: Add T5 write combining supportSantosh Rastapur1-2/+51
2013-03-14cxgb4: Dump T5 registersSantosh Rastapur1-4/+448
2013-03-14cxgb4: Initialize T5Santosh Rastapur1-20/+65
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2013-01-17cxgb4: set coalesce parameters on all queuesThadeu Lima de Souza Cascardo1-3/+14
2013-01-10cxgb4: Fix incorrect PFVF CMASKVipul Pandya1-2/+1
2013-01-08chelsio: Use netdev_<level> and pr_<level>Joe Perches1-1/+1
2012-12-20RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya1-4/+15
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya1-0/+9
2012-12-19cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya1-8/+143
2012-12-19cxgb4: Add T4 filter supportVipul Pandya1-6/+288
2012-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+2
2012-12-03cxgb4: remove __dev* attributesBill Pemberton1-11/+11
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna1-5/+5
2012-11-03cxgb4: Fix unable to get UP event from the LLDVipul Pandya1-10/+0
2012-10-22cxgb4: Remove unnecessary #ifdef conditionVipul Pandya1-24/+5
2012-10-08cxgb4: Address various sparse warningsVipul Pandya1-24/+30
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-116/+838
2012-09-28cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya1-3/+11
2012-09-28cxgb4: Inform caller if driver didn't upgrade firmwareVipul Pandya1-0/+6
2012-09-28cxgb4: Add support for T4 hardwired driver configuration settingsVipul Pandya1-32/+358
2012-09-28cxgb4: Add support for T4 configuration fileVipul Pandya1-94/+476
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-06cxgb4: Remove duplicate register definitionsVipul Pandya1-9/+9
2012-08-23cxgb4: Use PCI Express Capability accessorsJiang Liu1-9/+1
2012-07-05cxgb4: set maximal number of default RSS queuesYuval Mintz1-2/+2
2012-05-19cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya1-38/+176