netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] 6lowpan: trivial changes
@ 2013-10-26 13:53 Alexander Aring
  2013-10-26 13:53 ` [PATCH net-next v2 1/5] 6lowpan: remove unnecessary ret variable Alexander Aring
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alexander Aring @ 2013-10-26 13:53 UTC (permalink / raw)
  To: alex.bluesman.smirnov
  Cc: linux-zigbee-devel, werner, dbaryshkov, netdev, Alexander Aring

This patch series includes some trivial changes to prepare the 6lowpan stack
for upcomming patch-series which mainly fix fragmentation according to rfc4944
and udp handling(which is currently broken).

Changes since v2:
  - change intendation in patch 3/5
  - fix typo in 5/5 unecessary -> unnecessary
  - add missing 6lowpan tag in cover-letter

Alexander Aring (5):
  6lowpan: remove unnecessary ret variable
  6lowpan: remove unnecessary check on err >= 0
  6lowpan: use netdev_alloc_skb instead dev_alloc_skb
  6lowpan: remove skb->dev assignment
  6lowpan: remove unnecessary break

 net/ieee802154/6lowpan.c | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

-- 
1.8.4.1

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

end of thread, other threads:[~2013-10-26 15:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 13:53 [PATCH net-next v2 0/5] 6lowpan: trivial changes Alexander Aring
2013-10-26 13:53 ` [PATCH net-next v2 1/5] 6lowpan: remove unnecessary ret variable Alexander Aring
2013-10-26 13:53 ` [PATCH net-next v2 2/5] 6lowpan: remove unnecessary check on err >= 0 Alexander Aring
     [not found] ` <1382795642-12501-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-26 13:54   ` [PATCH net-next v2 3/5] 6lowpan: use netdev_alloc_skb instead dev_alloc_skb Alexander Aring
     [not found]     ` <1382795642-12501-4-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-10-26 15:09       ` Alexander Aring
2013-10-26 13:54 ` [PATCH net-next v2 4/5] 6lowpan: remove skb->dev assignment Alexander Aring
2013-10-26 13:54 ` [PATCH net-next v2 5/5] 6lowpan: remove unnecessary break Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).