summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2017-11-01cxgb4: save additional filter tuple field shifts in tp_paramsKumar Sanghvi3-4/+29
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2-10/+9
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
2017-10-20cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite supportKumar Sanghvi4-3/+111
2017-10-20cxgb4: add tc flower support for ETH-SMAC rewriteKumar Sanghvi2-0/+13
2017-10-20cxgb4: introduce SMT ops to prepare for SMAC rewrite supportKumar Sanghvi8-19/+519
2017-10-20cxgb4: add tc flower support for ETH-DMAC rewriteKumar Sanghvi2-1/+126
2017-10-20cxgb4: add tc flower support for action PASSKumar Sanghvi1-2/+6
2017-10-20cxgb4: add tc flower match support for vlanKumar Sanghvi1-0/+35
2017-10-20cxgb4: add tc flower match support for TOSKumar Sanghvi1-1/+50
2017-10-14cxgb4: fix missing break in switch and indent return statementsColin Ian King1-3/+4
2017-10-14cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy4-0/+253
2017-10-14cxgb4: collect hardware module dumpsRahul Lakkireddy5-0/+422
2017-10-14cxgb4: collect TP dumpRahul Lakkireddy8-1/+234
2017-10-14cxgb4: update API for TP indirect register accessRahul Lakkireddy5-140/+239
2017-10-14cxgb4: collect firmware mbox and device log dumpRahul Lakkireddy5-0/+107
2017-10-14cxgb4: collect on-chip memory dumpRahul Lakkireddy7-1/+220
2017-10-14cxgb4: collect register dumpRahul Lakkireddy8-2/+285
2017-10-14cxgb4: implement ethtool dump data operationsRahul Lakkireddy8-2/+265
2017-10-10cxgb4: add new T5 pci device id'sGanesh Goudar1-0/+2
2017-10-10cxgb4: Add support for new flash partsGanesh Goudar1-20/+116
2017-10-03cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+1
2017-10-03cxgb4: Update comment for min_mtuArjun Vynipadath1-1/+1
2017-09-28cxgb4: make function ch_flower_stats_cb, fixes warningColin Ian King1-1/+1
2017-09-25neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-2/+2
2017-09-25cxgb4: do DCB state reset in couple of placesGanesh Goudar3-6/+20
2017-09-22cxgb4: fetch stats for offloaded tc flower flowsKumar Sanghvi6-1/+161
2017-09-22cxgb4: add support to offload action vlanKumar Sanghvi1-0/+42
2017-09-22cxgb4: add basic tc flower offload supportKumar Sanghvi6-2/+325
2017-09-22cxgb4: add tc flower offload skeletonKumar Sanghvi4-1/+128
2017-09-21cxgb4: avoid stall while shutting down the adapterGanesh Goudar3-1/+11
2017-09-20cxgb4: add new T5 pci device id'sGanesh Goudar1-0/+5
2017-09-05cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar1-1/+15
2017-09-05cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar1-8/+4
2017-09-05cxgb4: fix memory leakGanesh Goudar1-3/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3