aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell4-6/+6
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+36
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-5/+6
2014-12-09chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-09cxgb4: Update firmware version after flashing it via ethtoolHariprasad Shenai1-0/+2
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai7-140/+288
2014-12-09cxgb4/cxgb4vf: Add code to calculate T5 BAR2 Offsets for SGE Queue RegistersHariprasad Shenai5-7/+247
2014-12-09cxgb4vf: Add and initialize some sge params for VF driverHariprasad Shenai4-5/+120
2014-12-09cxgb4: Update FW version string to match FW binary version 1.12.25.0Hariprasad Shenai1-4/+4
2014-12-09cxgb4: Add a check for flashing FW using ethtoolHariprasad Shenai1-0/+26
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+16
2014-12-02cxgb4: Fill in supported link mode for SFP modulesHariprasad Shenai1-2/+6
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai3-169/+191
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai6-163/+264
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai7-222/+364
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai5-284/+624
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai5-196/+295
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai3-330/+330
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-21cxgb4 : Fix DCB priority groups being returned in wrong orderAnish Bhatt1-1/+1
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-66/+230
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt6-40/+96
2014-11-12cxgb4: Fix static checker warningHariprasad Shenai1-1/+0
2014-11-12cxgb4 : dcb open-lldp interop fixesAnish Bhatt1-9/+19
2014-11-12cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck2-6/+7
2014-11-10cxgb4 : Fix bug in DCB app deletionAnish Bhatt1-1/+2
2014-11-10cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Congestion ThresholdHariprasad Shenai3-7/+15
2014-11-10cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai6-11/+135
2014-11-10cxgb4vf: Move fl_starv_thres into adapter->sge data structureHariprasad Shenai2-40/+61
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-2/+1
2014-11-10cxgb4: Remove unnecessary struct in6_addr * castsJoe Perches1-6/+3
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai10-242/+320
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai4-42/+84
2014-11-10cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new fileHariprasad Shenai5-92/+217
2014-10-30cxgb4 : Fix missing initialization of win0_lockAnish Bhatt1-0/+1
2014-10-29cxgb4vf: Replace repetitive pci device ID's with right onesHariprasad Shenai1-8/+8
2014-10-27cxgb4 : Handle dcb enable correctlyAnish Bhatt2-2/+11
2014-10-27cxgb4 : Improve handling of DCB negotiation or loss thereofAnish Bhatt1-3/+45
2014-10-15cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-builtAnish Bhatt2-1/+9
2014-10-15cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt1-0/+7
2014-10-14cxgb4: Fix FW flash logic using ethtoolHariprasad Shenai3-6/+16
2014-10-09cxgb4: Wait for device to get ready before reading any registerHariprasad Shenai3-9/+16
2014-10-09cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai3-7/+21
2014-10-09cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai4-5/+11
2014-10-08cxgb4: clean up a type issueDan Carpenter1-10/+8
2014-10-08cxgb4: potential shift wrapping bugDan Carpenter1-1/+1
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai5-2/+49
2014-09-28cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2-0/+6
2014-09-28cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai1-52/+52
2014-09-28cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai3-42/+167