summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
AgeCommit message (Expand)AuthorFilesLines
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 tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds39-319/+6851
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 Molnar12-0/+12
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. Miller12-0/+12
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain1-1/+7
2017-11-03cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar1-0/+58
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-Hartman12-0/+12
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
2017-11-01cxgb4: save additional filter tuple field shifts in tp_paramsKumar Sanghvi3-4/+29
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath1-26/+92
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook4-22/+21
2017-10-27cxgb4: collect hardware misc dumpsRahul Lakkireddy5-0/+211
2017-10-27cxgb4: collect hardware scheduler dumpsRahul Lakkireddy9-0/+119
2017-10-27cxgb4: collect PBT tables dumpRahul Lakkireddy5-0/+91
2017-10-27cxgb4: collect MPS-TCAM dumpRahul Lakkireddy6-0/+230
2017-10-27cxgb4: collect TID info dumpRahul Lakkireddy8-1/+143
2017-10-27cxgb4: collect RSS dumpsRahul Lakkireddy5-0/+68
2017-10-27cxgb4: collect CIM queue configuration dumpRahul Lakkireddy5-0/+56
2017-10-27cxgb4: collect hardware LA dumpsRahul Lakkireddy6-0/+250
2017-10-26cxgb4: fix overflow in collecting IBQ and OBQ dumpRahul Lakkireddy3-7/+30
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-22drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_tElena Reshetova2-8/+9
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-3/+0
2017-10-21cxgb4: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-6/+39
2017-10-20Merge branch 'cxgb4-more-flower-offloads'David S. Miller11-27/+1068
2017-10-20cxgb4: add tc flower support for L3/L4 rewriteKumar Sanghvi3-37/+244