aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reuse frame reading snippetThomas Kriechbaumer2016-02-042-5/+7
|
* rename test fileThomas Kriechbaumer2016-02-041-27/+0
|
* fix import in testsThomas Kriechbaumer2016-02-041-1/+1
|
* split files into http, http1, and http2Thomas Kriechbaumer2016-02-044-421/+452
|
* cleanup lock usageThomas Kriechbaumer2016-02-041-1/+1
|
* remove manual settings acknowledgeThomas Kriechbaumer2016-02-041-15/+0
| pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
From 56b33ebf188a59d8307c3b748eccf8cda1062981 Mon Sep 17 00:00:00 2001
From: Dan Carpenter <dan.carpenter@oracle.com>
Date: Tue, 15 Mar 2016 10:18:49 +0300
Subject: [PATCH 65/91] net: mediatek: checking for IS_ERR() instead of NULL

of_phy_connect() returns NULL on error, it never returns error pointers.

Fixes: 656e705243fd ('net-next: mediatek: add support for MT7623 ethernet')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
 drivers/net/ethernet/mediatek/mtk_eth_soc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
index ba3afa5..9759fe5 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
+++ b/drivers/net/ethernet/mediatek/mtk_et
|
* improve flow controlThomas Kriechbaumer2016-02-041-4/+15
GoAway to the other sideThomas Kriechbaumer2016-02-041-0/+8 | * --wip--Thomas Kriechbaumer2016-02-044-131/+296 | * Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2016-02-021-2/+2 |\ | * move travis-slack notification to different channelThomas Kriechbaumer2016-02-021-2/+2 | | * | add appveyor slack integrationMaximilian Hils2016-02-021-1/+4 |/ * fix #861, fix #888Maximilian Hils2016-02-021-2/+14 | * Merge pull request #909 from chrishamant/masterMaximilian Hils2016-02-021-0/+3 |\ | | | | fix crash with viewing unpacked date objects | * fix crash with viewing unpacked date objectsChris Hamant2016-02-021-0/+3 |/ * turn script reloader off by default outside mitmdump/mitmproxyMaximilian Hils2016-02-023-4/+8 | * tests: use relative importsMaximilian Hils2016-02-0219-21/+19 | * raise an ScriptException when running unloaded scriptsMaximilian Hils2016-02-021-0/+2 | * silence third-party modulesMaximilian Hils2016-02-021-0/+8 | * Merge pull request #906 from anantk17/masterMaximilian Hils2016-02-011-1/+5 |\ | | | | Added feature to intercept flows from within inline scripts | * added commentsAnant2016-01-311-0/+1 | | | * Added feature to intercept flows from within inline scriptsAnant2016-01-251-2/+5 | | * | fix #903Maximilian Hils2016-01-301-1/+1 | | * | code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-2775-63/+249 | | * | cleanup importsThomas Kriechbaumer2016-01-2723-43/+20 | | * | Merge pull request #884 from dufferzafar/exportMaximilian Hils2016-01-263-34/+113 |\ \ | | | | | | Export/Copy flow as... | * | Remove restrictions based on request contentShadab Zafar2016-01-251-13/+0 | | | | * | Copy as raw requestShadab Zafar2016-01-133-0/+14 | | | | | | | | | | | | | | | | | | Issue #807 I am not entirely sure what needs to be returned in this case. | * | Export/Copy request as python codeShadab Zafar2016-01-133-1/+33 | | | | | | | | | | | | | | | | | | | | | | | | | | | Press E followed by p to copy code to clipboard. The code uses the python requests module. Only GET methods are currently supported, but can easily be extended to POST etc. | * | Use signals.status_message for empty contentShadab Zafar2016-01-131-1/+2 | | | | * | Refactor copy_as_curl_commandShadab Zafar2016-01-131-9/+7 | | | | * | refactored export as curl to be 'E' to export and 'c' to as curl commandMarcelo Glezer2016-01-133-7/+27 | | | | * | headers enumartion was failing in copy as curl and protocol was None when ↵Marcelo Glezer2016-01-131-2/+2 | | | | | | | | | | | | copy to clipboard was called. first wip fix | * | fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)Marcelo Glezer2016-01-131-1/+1 | | | | * | Was needlessly passing un-used parameters + clean up misspellingRyan Welton2016-01-131-17/+13 | | | | * | Switch to single quotesRyan Welton2016-01-131-2/+2 | | | | * | Add copy as curl commandRyan Welton2016-01-133-17/+48 | | | * | | Merge pull request #893 from dweinstein/sni-ignoreMaximilian Hils2016-01-264-58/+98 |\ \ \ | | | | | | | | Add ignore based on TLS ClientHello SNI