summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai2013-12-031-118/+124
* cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai2013-12-031-20/+20
* net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-1/+2
* cxgb4: remove workqueue when driver registration failsWei Yang2013-09-151-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-2/+1
|\|
* | cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya2013-08-121-0/+217
* | cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya2013-08-121-1/+70
|/
* cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t...Jay Hernandez2013-05-311-2/+25
* cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo2013-05-031-1/+1
* cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-291-0/+31
* cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya2013-04-291-38/+38
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-5/+5
* RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-141-0/+19
* cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2013-03-141-15/+6
* 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-141-13/+42
* cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur2013-03-141-16/+71
* cxgb4: Add T5 write combining supportSantosh Rastapur2013-03-141-2/+51
* cxgb4: Dump T5 registersSantosh Rastapur2013-03-141-4/+448
* cxgb4: Initialize T5Santosh Rastapur2013-03-141-20/+65
* 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
* | 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-191-4/+15
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-191-0/+9
* cxgb4: Add LE hash collision bug fix path in LLD driverVipul Pandya2012-12-191-8/+143
* cxgb4: Add T4 filter supportVipul Pandya2012-12-191-6/+288
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-12-131-5/+5
|\
| * [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-271-5/+5
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2
* | cxgb4: remove __dev* attributesBill Pemberton2012-12-031-11/+11
|/
* cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-021-10/+0
* cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-211-24/+5
* cxgb4: Address various sparse warningsVipul Pandya2012-10-081-24/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-116/+838
|\
| * cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slaveVipul Pandya2012-09-271-3/+11
| * 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-271-32/+358
| * cxgb4: Add support for T4 configuration fileVipul Pandya2012-09-271-94/+476
| * cxgb4: Remove duplicate register definitionsVipul Pandya2012-09-051-9/+9
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
| |/
* / cxgb4: Use PCI Express Capability accessorsJiang Liu2012-08-231-9/+1
|/