netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] ieee802.15.4 general fixes
@ 2012-07-11  7:22 Alexander Smirnov
  2012-07-11  7:22 ` [PATCH net-next v2 1/7] 6lowpan: revert: add missing spin_lock_init() Alexander Smirnov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alexander Smirnov @ 2012-07-11  7:22 UTC (permalink / raw)
  To: davem, eric.dumazet; +Cc: netdev

Dear David, Eric,

this patch-set is mostly intended to fix sparse and LOCKDEP warnings.
It mostly contains some my previous patches reworked and extended according
to the hints from Eric Dumazet and Fengguang Wu. Many thanks to they!

Changes since v1:
1. A new patch from Tony Cheneau was added. The fragmentation stops working
after some amount of packets sent. This patch fixes this issue.
2. 6lowpan fragment deleting routine: I removed spinlocks from timer_expired
handler and use spin_lock_bh to disable concurrency races with timer interrupt.
3. at86rf230 irq handler was a little bit modified

With best regards,
Alex

Alexander Smirnov (7):
  6lowpan: revert: add missing spin_lock_init()
  drivers/ieee802154/at86rf230: rework irq handler
  mac802154: add get short address method
  6lowpan: get extra headroom in allocated frame
  mac802154: sparse warnings: make symbols static
  6lowpan: fix tag variable size
  6lowpan: rework fragment-deleting routine

 drivers/ieee802154/at86rf230.c |   32 ++++++++++++++-----------
 net/ieee802154/6lowpan.c       |   49 +++++++++++++++++++--------------------
 net/mac802154/mac802154.h      |    1 +
 net/mac802154/mac_cmd.c        |    4 ++-
 net/mac802154/mib.c            |   16 ++++++++++++-
 5 files changed, 61 insertions(+), 41 deletions(-)

--
1.7.2.3

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

end of thread, other threads:[~2012-07-12 14:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11  7:22 [PATCH net-next v2 0/7] ieee802.15.4 general fixes Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 1/7] 6lowpan: revert: add missing spin_lock_init() Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 2/7] drivers/ieee802154/at86rf230: rework irq handler Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 3/7] mac802154: add get short address method Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 4/7] 6lowpan: get extra headroom in allocated frame Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 5/7] mac802154: sparse warnings: make symbols static Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 6/7] 6lowpan: fix tag variable size Alexander Smirnov
2012-07-11  7:22 ` [PATCH net-next v2 7/7] 6lowpan: rework fragment-deleting routine Alexander Smirnov
2012-07-12 14:56 ` [PATCH net-next v2 0/7] ieee802.15.4 general fixes David Miller

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).