summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2018-01-22cxgb4: add geneve offload support for T6Ganesh Goudar4-24/+63
2018-01-19cxgb4: IPv6 filter takes 2 tidsGanesh Goudar1-33/+80
2018-01-19cxgb4: use zlib deflate to compress firmware dumpRahul Lakkireddy7-3/+169
2018-01-19cxgb4: update dump collection logic to use compressionRahul Lakkireddy6-147/+207
2018-01-17cxgb4: restructure VF mgmt codeGanesh Goudar2-204/+190
2018-01-11cxgb4: implement ndo_features_checkGanesh Goudar1-0/+19
2018-01-11cxgb4: add support for vxlan segmentation offloadGanesh Goudar3-37/+186
2018-01-11cxgb4: implement udp tunnel callbacksGanesh Goudar3-0/+251
2018-01-11cxgb4: add data structures to support vxlanGanesh Goudar3-0/+208
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+8
2018-01-03cxgb4: Fix FW flash errorsArjun Vynipadath2-10/+8
2018-01-03cxgb4: collect TX rate limit info in UP CIM logsRahul Lakkireddy5-39/+100
2018-01-02cxgb4: Check alignment constraint for T6Ganesh Goudar1-5/+12
2018-01-02cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar1-1/+11
2017-12-28cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar3-1/+11
2017-12-28cxgb4: display VNI correctlyGanesh Goudar1-3/+5
2017-12-21cxgb4: add new T5 and T6 device id'sGanesh Goudar1-0/+2
2017-12-19cxgb4: RSS table is 4k for T6Ganesh Goudar6-23/+36
2017-12-19cxgb4: Report tid start range correctly for T6Ganesh Goudar1-3/+8
2017-12-18cxgb4: Simplify PCIe Completion Timeout settingBjorn Helgaas1-18/+3
2017-12-13cxgb4: Add support for ethtool i2c dumpArjun Vynipadath5-0/+182
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-4/+3
2017-12-08cxgb4: collect PCIe configuration logsRahul Lakkireddy5-0/+54
2017-12-08cxgb4: collect egress and ingress SGE queue contextsRahul Lakkireddy6-24/+210
2017-12-08cxgb4: skip TX and RX payload regions in memory dumpsRahul Lakkireddy2-0/+148
2017-12-08cxgb4: collect HMA memory dumpRahul Lakkireddy9-4/+51
2017-12-08cxgb4: collect MC memory dumpRahul Lakkireddy5-56/+108
2017-12-08cxgb4: collect on-chip memory informationRahul Lakkireddy7-241/+374
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2-11/+9
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds34-261/+6673
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+7
2017-11-14cxgb4: collect SGE queue context dumpRahul Lakkireddy9-0/+195
2017-11-14cxgb4: collect LE-TCAM dumpRahul Lakkireddy6-0/+261
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2017-11-11cxgb4: collect vpd info directly from hardwareRahul Lakkireddy5-42/+104
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-04cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain1-1/+7
2017-11-03cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+1
2017-11-03cxgb4: fix error return code in cxgb4_set_hash_filter()Wei Yongjun1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko1-0/+3
2017-11-01cxgb4: add support to create hash-filters via tc-flower offloadKumar Sanghvi3-5/+161
2017-11-01cxgb4: convert flower table to use rhashtableKumar Sanghvi4-36/+82
2017-11-01cxgb4: add support to retrieve stats for hash filtersKumar Sanghvi3-13/+25
2017-11-01cxgb4: add support to delete hash filterKumar Sanghvi7-7/+173
2017-11-01cxgb4: add support to create hash filtersKumar Sanghvi6-50/+562
2017-11-01cxgb4: initialize hash-filter configurationKumar Sanghvi6-4/+54