Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 bluetooth] Fix lowpan_rcv
@ 2014-09-12  9:34 Martin Townsend
  2014-09-12  9:34 ` Martin Townsend
  2014-09-12  9:34 ` [PATCH v2 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv Martin Townsend
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Townsend @ 2014-09-12  9:34 UTC (permalink / raw)
  To: linux-zigbee-devel, linux-bluetooth, linux-wpan
  Cc: marcel, alex.aring, Martin Townsend

This series aims to fix incorrect return values in lowpan_rcv
To achieve this it also refactors the receive path to
  1) free skb only from lowpan_rcv and not functions that it calls
  2) move skb delivery from IPHC

I have only compile tested the changes for bluetooth as I don't have any HW
available so would be grateful for any testing from the Bluetooth developers.
I have done some minimal testing for IEEE802.15.4

Signed-off-by: Martin Townsend <martin.townsend@xsilon.com>
---

v1 -> v2:
* combined first two patches into one.
* split out renaming of process_data into a new patch
* re-use err in lowpan_process_data and remove err_ret local variable.
* removed third patch as applies to linux-wpan


Martin Townsend (1):
  6lowpan: fix incorrect return values in lowpan_rcv

 include/net/6lowpan.h         |  4 +--
 net/6lowpan/iphc.c            | 73 ++++++++++++++++++-------------------------
 net/bluetooth/6lowpan.c       | 26 +++++++++------
 net/ieee802154/6lowpan_rtnl.c | 44 +++++++++++++++-----------
 4 files changed, 75 insertions(+), 72 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-09-15 11:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12  9:34 [PATCH v2 bluetooth] Fix lowpan_rcv Martin Townsend
2014-09-12  9:34 ` Martin Townsend
2014-09-12  9:34 ` [PATCH v2 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv Martin Townsend
2014-09-15 10:13   ` Alexander Aring
2014-09-15 10:24     ` Alexander Aring
2014-09-15 11:08     ` Martin Townsend
2014-09-15 11:50       ` Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox