<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.ppp">
    <title>gmane.linux.ppp</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4010"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4009"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4008"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4005"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4004"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/4000"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3999"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3998"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3997"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3996"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3995"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3994"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3993"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3992"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3991"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3990"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3989"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3988"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ppp/3987"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4010">
    <title>Re: [PATCH v3 3/4] ppp_mppe: cleanup kernel log messages</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4010</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
Date: Wed, 22 May 2013 13:32:52 +0200


You've got to be kidding me.  Don't do this.
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>David Miller</dc:creator>
    <dc:date>2013-05-24T01:32:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4009">
    <title>[PATCH v3 4/4] ppp_mppe: formatting and style cleanup</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4009</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

- Changes format and style to comply with networking code requirements.
- Adds include guards to ppp_mppe.h.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
Changes from v2:
- Checkpatch clean.

 drivers/net/ppp/ppp_mppe.c |  252 ++++++++++++++++++--------------------------
 drivers/net/ppp/ppp_mppe.h |   38 ++++---
 2 files changed, 124 insertions(+), 166 deletions(-)

diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index 97989db..25575a0 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -68,8 +68,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
 MODULE_VERSION("1.0.2");
 
-static unsigned int
-setup_sg(struct scatterlist *sg, const void *address, unsigned int length)
+static unsigned int setup_sg(struct scatterlist *sg, const void *address,
+     unsigned int length)
 {
 sg_set_buf(sg, address, length);
 return length;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -77,11 +77,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; setup_sg(struct s&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-22T11:32:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4008">
    <title>[PATCH v3 2/4] ppp_mppe: check coherency counter for out-of-order sequencing</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4008</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

While testing a L2TP tunnel without sequencing with MPPE encryption in
stateless mode I noticed that after a packet was reordered the encapsulated
traffic session was stuck but testing against a Cisco gear did work.

From RFC3078 "MPPE expects packets to be delivered in sequence".

The thing it's that the ppp_mppe module treats the reorder as if the
coherency counter did wrap and rekeys all the "missing" packets.

The link layer protocol should deliver the packets in order but at least
with this patch in place the decryption process survives some packet reorder.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
Changes from v2:
- Addressed Eric Dumazet review.
- Checkpatch clean.

 drivers/net/ppp/ppp_mppe.c |   19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index 9a1849a..f2e3d17 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-22T11:32:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4006">
    <title>[PATCH v3 1/4] ppp: adds new decompressor error code to signal that packet must be dropped</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4006</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

Currently decompressors can't signal the generic PPP layer to silently
drop a packet without notifying the PPP daemon or the other party.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_generic.c |   12 ++++++++++++
 include/linux/ppp-comp.h      |    6 ++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
index 72ff14b..7d26825 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1729,6 +1729,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb)
     (ppp-&amp;gt;rstate &amp;amp; (SC_DC_FERROR | SC_DC_ERROR)) == 0)
 skb = ppp_decompress_frame(ppp, skb);
 
+/* Packet dropped */
+if (skb == NULL)
+goto err;
+
 if (ppp-&amp;gt;flags &amp;amp; SC_MUST_COMP &amp;amp;&amp;amp; ppp-&amp;gt;rstate &amp;amp; SC_DC_FERROR)
 goto err;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1888,6 +1892,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb)
 len = ppp-&amp;gt;rcomp-&amp;gt;decompress(ppp-&amp;gt;rc_state, sk&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-22T11:32:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4005">
    <title>благо посетить на наш сайт. Вам Понравится то что Вы на нем увидите.</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4005</link>
    <description>&lt;pre&gt;доступнее нежели У нас это бесплатно  http://goo.gl/L57nx?/egRfioWs - Пора вставать, уж ровно пять. Ну, а младший, наконец,
&lt;/pre&gt;</description>
    <dc:creator>i_ebevova</dc:creator>
    <dc:date>2013-05-22T02:22:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4004">
    <title>Re: [RFC PATCH v2 3/4] ppp_mppe: cleanup kernel log messages</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4004</link>
    <description>&lt;pre&gt;[]
[]

Please don't split formats across multiple lines.

net_warn_ratelimited("%s[%d]: crypto_blkcipher_encrypt failed\n",
     __func__, state-&amp;gt;unit);

is just fine.


this could probably use:
%*ph, (int)sizeof(state-&amp;gt;session_key), state-&amp;gt;session_key

[]

another split format, please coalesce.

etc...

--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Joe Perches</dc:creator>
    <dc:date>2013-05-21T18:40:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/4000">
    <title>[RFC PATCH v2 4/4] ppp_mppe: style cleanup</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/4000</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_mppe.c |  104 +++++++++++++++++++++-----------------------
 1 file changed, 49 insertions(+), 55 deletions(-)

diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index 54c64cf..4d27245 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -66,8 +66,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS("ppp-compress-" __stringify(CI_MPPE));
 MODULE_VERSION("1.0.2");
 
-static unsigned int
-setup_sg(struct scatterlist *sg, const void *address, unsigned int length)
+static unsigned int setup_sg(struct scatterlist *sg, const void *address,
+     unsigned int length)
 {
 sg_set_buf(sg, address, length);
 return length;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -138,7 +138,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct ppp_mppe_state {
  * Key Derivation, from RFC 3078, RFC 3079.
  * Equivalent to Get_Key() for MS-CHAP as described in RFC 3079.
  */
-static void get_new_key_from_sha(struct ppp_mppe_state * state)
+stat&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-21T18:18:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3999">
    <title>[RFC PATCH v2 3/4] ppp_mppe: cleanup kernel log messages</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3999</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

- Consolidate log messages, print PPP unit number where available.
- Changes error or warning messages to correct log level.
- Use _ratelimited() functions for messages triggered by network packets.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_mppe.c |   78 +++++++++++++++++++++++---------------------
 1 file changed, 41 insertions(+), 37 deletions(-)

diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index 97f4804..54c64cf 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -178,7 +178,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void mppe_rekey(struct ppp_mppe_state * state, int initial_key)
 setup_sg(sg_out, state-&amp;gt;session_key, state-&amp;gt;keylen);
 if (crypto_blkcipher_encrypt(&amp;amp;desc, sg_out, sg_in,
      state-&amp;gt;keylen) != 0) {
-        printk(KERN_WARNING "mppe_rekey: cipher_encrypt failed\n");
+net_warn_ratelimited("%s[%d]: crypto_blkcipher_encrypt "
+     "failed\n", __func__, state-&amp;gt;unit);
 }&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-21T18:18:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3998">
    <title>[RFC PATCH v2 1/4] ppp: adds new error for decompressors to signal that packet must be dropped</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3998</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

Currently decompressors can't signal the generic PPP layer to silently
drop a packet without notifying the PPP daemon or the other party.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_generic.c |   12 ++++++++++++
 include/linux/ppp-comp.h      |    6 ++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
index 72ff14b..7d26825 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1729,6 +1729,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb)
     (ppp-&amp;gt;rstate &amp;amp; (SC_DC_FERROR | SC_DC_ERROR)) == 0)
 skb = ppp_decompress_frame(ppp, skb);
 
+/* Packet dropped */
+if (skb == NULL)
+goto err;
+
 if (ppp-&amp;gt;flags &amp;amp; SC_MUST_COMP &amp;amp;&amp;amp; ppp-&amp;gt;rstate &amp;amp; SC_DC_FERROR)
 goto err;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1888,6 +1892,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb)
 len = ppp-&amp;gt;rcomp-&amp;gt;decompress(ppp-&amp;gt;rc_state, sk&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-21T18:18:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3997">
    <title>У Вашего малыша действительно нету</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3997</link>
    <description>&lt;pre&gt;Побалуйте оригинальным http://goo.gl/9yQPC?/sfOyu
N‹§Іжмrё›yъиљШbІX¬¶З§vШ^–)Ює{.nЗ+‰·ҐЉ{±¦љbћШ^n‡rЎц¦zЛЃлh™Ёи­Ъ&amp;amp;ўш®G«ќйh®(­йљЋЉЭўj"ќъ¶m§япЃкдz№Ю–ЉаюfЈў·hљ€§~€m&lt;/pre&gt;</description>
    <dc:creator>лександр</dc:creator>
    <dc:date>2013-05-20T19:59:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3996">
    <title>Re: [RFC PATCH 2/2] ppp_mppe: Check coherency counter for out-of-order sequencing</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3996</link>
    <description>&lt;pre&gt;El 20/05/2013 19:32, Eric Dumazet escribió:

The coherency count it's a 12-bit value. I'll add a define for it.


I think it will be better if I prepare a third patch that cleanups the whole
file after.

&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-20T18:03:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3995">
    <title>Re: [RFC PATCH 2/2] ppp_mppe: Check coherency counter for out-of-order sequencing</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3995</link>
    <description>&lt;pre&gt;
How was chosen this magical value ?



net_dbg_ratelimited() ?



--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Eric Dumazet</dc:creator>
    <dc:date>2013-05-20T17:32:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3994">
    <title>[RFC PATCH 2/2] ppp_mppe: Check coherency counter for out-of-order sequencing</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3994</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

While testing a L2TP tunnel without sequencing with MPPE encryption in
stateless mode noticed that after a packet was reordered the encapsulated
traffic session was stuck but testing against a Cisco gear did work.

From RFC3078 "MPPE expects packets to be delivered in sequence".

The thing it's that the ppp_mppe module treats the reorder as if the
coherency counter did wrap and rekeys all the "missing" packets.

The link layer protocol should deliver the packets in order but at least
with this patch in place the decryption process survives some packet reorder.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_mppe.c |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/drivers/net/ppp/ppp_mppe.c b/drivers/net/ppp/ppp_mppe.c
index 9a1849a..0a10a6d 100644
--- a/drivers/net/ppp/ppp_mppe.c
+++ b/drivers/net/ppp/ppp_mppe.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -55,6 +55,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;linux/ppp_defs.h&amp;gt;
 #include &amp;lt;linux/ppp-comp.h&amp;gt;
 #include &amp;lt;lin&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-20T16:34:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3993">
    <title>[RFC PATCH 1/2] ppp: adds new error for decompressors to signal that packet must be dropped</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3993</link>
    <description>&lt;pre&gt;From: "Jorge Boncompte [DTI2]" &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;

Currently decompressors can't signal the generic PPP layer to silently
drop a packet without notifying the PPP daemon or the other party.

Signed-off-by: Jorge Boncompte [DTI2] &amp;lt;jorge&amp;lt; at &amp;gt;dti2.net&amp;gt;
---
 drivers/net/ppp/ppp_generic.c |   12 ++++++++++++
 include/linux/ppp-comp.h      |    6 ++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ppp/ppp_generic.c b/drivers/net/ppp/ppp_generic.c
index 72ff14b..7d26825 100644
--- a/drivers/net/ppp/ppp_generic.c
+++ b/drivers/net/ppp/ppp_generic.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1729,6 +1729,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb)
     (ppp-&amp;gt;rstate &amp;amp; (SC_DC_FERROR | SC_DC_ERROR)) == 0)
 skb = ppp_decompress_frame(ppp, skb);
 
+/* Packet dropped */
+if (skb == NULL)
+goto err;
+
 if (ppp-&amp;gt;flags &amp;amp; SC_MUST_COMP &amp;amp;&amp;amp; ppp-&amp;gt;rstate &amp;amp; SC_DC_FERROR)
 goto err;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1888,6 +1892,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb)
 len = ppp-&amp;gt;rcomp-&amp;gt;decompress(ppp-&amp;gt;rc_state, sk&lt;/pre&gt;</description>
    <dc:creator>Jorge Boncompte [DTI2]</dc:creator>
    <dc:date>2013-05-20T16:33:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3992">
    <title>Это доступно</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3992</link>
    <description>&lt;pre&gt;  Вы получите возможность разговаривать на британском непосредственно после дебютного урока. Поднять личную стоимость на поприще работы. Быстрое изучение. Потребляются засекреченные методы. Изготовить личную биографию разновиднее, подзаняться любопытнейшим занятием. Web: http://goo.gl/DxIG1 . 
 
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>флена</dc:creator>
    <dc:date>2013-05-20T02:12:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3991">
    <title>Investment Placement</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3991</link>
    <description>&lt;pre&gt;Greetings,

I am a Civil Lawyer in the United Kingdom. I have a Client that has Interest in investing in Your country. Can You be of assistance?

I shall give you details when you reply

Wayne
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr. Wayne Scott</dc:creator>
    <dc:date>2013-05-06T19:18:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3990">
    <title>Investment Placement</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3990</link>
    <description>&lt;pre&gt;Greetings,

I am a Civil Lawyer in the United Kingdom. I have a Client that has Interest in investing in Your country. Can You be of assistance?

I shall give you details when you reply

Wayne
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr. Wayne Scott</dc:creator>
    <dc:date>2013-05-03T18:14:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3989">
    <title>Investment Placement</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3989</link>
    <description>&lt;pre&gt;Greetings,

I am a Civil Lawyer in the United Kingdom. I have a Client that has Interest in investing in Your country. Can You be of assistance?

I shall give you details when you reply

Wayne
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr. Wayne Scott</dc:creator>
    <dc:date>2013-05-08T23:41:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3988">
    <title>надежды устанавливаются очевидностью</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3988</link>
    <description>&lt;pre&gt;Адрес интернет-магазина: http://tinyurl.com/d9934g9 она поможет Вам &amp;lt;&amp;lt;разложить полностью по полочкам&amp;gt;&amp;gt; и сфокусировать органичные источники на наиболее - на Вашей цели! и не существенно, какую цель Вы пред собою назначаете - переменить профессию, развернуть дело али похудеть на |O килограмм. Мы ведим как поспособствовать Вам достичь успеха! Мы презентуем вашему вниманию новейшую программу людям, какие бегут к своим целям!
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>trash64</dc:creator>
    <dc:date>2013-05-10T02:07:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3987">
    <title>dringender Vorschlag</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3987</link>
    <description>&lt;pre&gt;

Entschuldigungen für kommen in Ihre Privatsphäre! Ich bin Rechtsanwalt
Werner Erich Zeller; Ich habe einen meiner einflussreichen und
wohlhabenden Kunden zum Tode; und er hatte eine sehr geheime und private
Investitionen von €15,000,000.00 bei einer privaten Bank in Großbritannien
hier zu Lebzeiten. Diese Investition wurde ohne einen deklarierten
nächsten Angehörigen und begünstigte. Jetzt brauche ich Sie arbeiten mit
mir als mein Partner zu erholen und zu je 50 % Aktienfonds. Alle Dokumente
werden rechtlich beantragt und beschafft, und in 5 Werktage, wird diese
Transaktion auftreten. Aber ich brauche einen ernsten, treuen und
glaubwürdigen Partner.

Bitte senden Sie mir eine vertrauliche Antwort, wenn Sie denken, Sie
vertraut werden können und sind von den Qualitäten! Ich warte auf Ihre
schnelle Antwort.

Werner Erich Zeller (Rechtsanwalt)
Rufen Sie + 44-702-409-0820 (Office)
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kerne&lt;/pre&gt;</description>
    <dc:creator>John P. Goldman</dc:creator>
    <dc:date>2013-05-08T08:46:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ppp/3986">
    <title>RE: Loan Offer! Contact: transcopeloan12&lt; at &gt;qq.com</title>
    <link>http://permalink.gmane.org/gmane.linux.ppp/3986</link>
    <description>&lt;pre&gt;

________________________________________
From: Bernstein, Harry
Sent: Monday, April 29, 2013 9:57 PM
To: info&amp;lt; at &amp;gt;notice.com
Subject: Loan Offer! Contact: transcopeloan12&amp;lt; at &amp;gt;qq.com

Do You Need an urgent loan of any Amount? Then contact us now, we give out all kinds of loans with a very low interest rate of 3%. Contact us with your name, your country: loan amount needed: loan duration: monthly income: your valid cell phone number : sex : via E-mail Only  transcopeloan12&amp;lt; at &amp;gt;qq.com--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Bernstein, Harry</dc:creator>
    <dc:date>2013-04-30T03:14:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.ppp">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.ppp</link>
  </textinput>
</rdf:RDF>
