All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-wpan 0/3] Fix handling of skbs of type PACKET_OTHERHOST
@ 2014-10-02  8:56 Simon Vincent
  2014-10-02  8:56 ` [PATCH linux-wpan 1/3] 6lowpan: Ensure pkt_type is not lost Simon Vincent
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Simon Vincent @ 2014-10-02  8:56 UTC (permalink / raw)
  To: linux-wpan; +Cc: varkabhadram, alex.aring, jukka.rissanen, Simon Vincent

This series of patches fix the cases where the pkt_type is overriden 
resulting in skbs of type PACKET_OTHERHOST getting set to PACKET_HOST.
Also it drops packets of PACKET_OTHERHOST type in the 6lowpan layer
as there is not point processing them as they are dropped at the next
layer.

Simon Vincent (3):
  6lowpan: Ensure pkt_type is not lost
  ieee802154: 6lowpan: Ensure pkt_type is not lost
  ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpan

 net/6lowpan/iphc.c            | 1 -
 net/ieee802154/6lowpan_rtnl.c | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-10-05 18:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02  8:56 [PATCH linux-wpan 0/3] Fix handling of skbs of type PACKET_OTHERHOST Simon Vincent
2014-10-02  8:56 ` [PATCH linux-wpan 1/3] 6lowpan: Ensure pkt_type is not lost Simon Vincent
2014-10-02  9:16   ` Alexander Aring
2014-10-02  8:56 ` [PATCH linux-wpan 2/3] ieee802154: " Simon Vincent
2014-10-02  8:56 ` [PATCH linux-wpan 3/3] ieee802154: 6lowpan: Drop PACKET_OTHERHOST skbs in 6lowpan Simon Vincent
2014-10-02  9:29   ` Alexander Aring
2014-10-05 18:17   ` Alexander Aring
2014-10-02  9:15 ` [PATCH linux-wpan 0/3] Fix handling of skbs of type PACKET_OTHERHOST Alexander Aring
2014-10-02  9:28 ` Alexander Aring
2014-10-02  9:36   ` Simon Vincent
2014-10-02  9:43     ` Jukka Rissanen
2014-10-02  9:54       ` Alexander Aring
2014-10-02  9:58         ` Alexander Aring
2014-10-02 10:12           ` Jukka Rissanen
2014-10-02 10:22             ` Alexander Aring
2014-10-02 10:37               ` Alexander Aring
2014-10-02 10:39               ` Simon Vincent
2014-10-02 10:43                 ` Alexander Aring
2014-10-02 10:51             ` Alexander Aring
2014-10-02 10:58               ` Alexander Aring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.