aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-28cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-26chelsio: Remove addressof casts to same typeJoe Perches1-4/+4
2014-03-14cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise1-35/+52
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-02-25net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo1-0/+1
2014-02-24cgxb4: Stop using ethtool SPEED_* constantsBen Hutchings1-10/+10
2014-02-18cxgb4: Add more PCI device ids.Hariprasad Shenai1-0/+4
2014-02-18cxgb4: Remove unused registers and add missing onesKumar Sanghvi1-2/+2
2014-02-18cxgb4: Query firmware for T5 ULPTX MEMWRITE DSGL capabilitiesKumar Sanghvi1-0/+16
2014-02-18cxgb4: Allow >10G ports to have multiple queuesKumar Sanghvi1-4/+5
2014-02-18cxgb4: Print adapter VPD Part Number instead of Engineering Change fieldKumar Sanghvi1-2/+2
2014-02-18cxgb4: Add support to recognize 40G linksKumar Sanghvi1-8/+16
2014-02-18cxgb4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-26/+24
2014-01-24net/cxgb4: Fix referencing freed adapterGavin Shan1-1/+1
2014-01-23net/cxgb4: Don't retrieve stats during recoveryGavin Shan1-0/+10
2014-01-23net/cxgb4: Avoid disabling PCI device for towiceGavin Shan1-5/+18
2013-12-22cxgb4: Add API to correctly calculate tuple fieldsKumar Sanghvi1-15/+5
2013-12-22cxgb4: Account for stid entries properly in case of IPv6Kumar Sanghvi1-2/+12
2013-12-22cxgb4: Assign filter server TIDs properlyKumar Sanghvi1-4/+12
2013-12-22cxgb4: Include TCP as protocol when creating server filtersKumar Sanghvi1-0/+5
2013-12-22cxgb4: Reserve stid 0 for T4/T5 adaptersKumar Sanghvi1-0/+6
2013-12-03cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai1-118/+124
2013-12-03cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai1-20/+20
2013-10-18net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-1/+2
2013-09-15cxgb4: 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/jikos/trivialLinus Torvalds1-1/+1
2013-09-05Merge 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-05-31cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PFJay Hernandez1-2/+25
2013-05-03cxgb4: 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-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