1. 9026c49 6lowpan: Fix endianness issue in is_addr_link_local(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  2. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  3. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  4. fc4e98d 6lowpan: use stack buffer instead of heap by Alexander Aring · 11 years ago
  5. a07fdce 6lowpan: Remove __init tag from lowpan_netlink_fini(). by David S. Miller · 11 years ago
  6. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  7. ee21c7e 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN by Alan Ott · 12 years ago
  8. 0c44621 6lowpan: Refactor packet delivery into a function by Alan Ott · 12 years ago
  9. f4671a9 net/ieee802154: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  10. b333b7e 6lowpan: consider checksum bytes in fragmentation threshold by Alan Ott · 12 years ago
  11. 4c83501 net/ieee802154/6lowpan.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  12. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  13. a2dc375e 6lowpan: handle NETDEV_UNREGISTER event by Alan Ott · 12 years ago
  14. a437d27 6lowpan: Make a copy of skb's delivered to 6lowpan by Alan Ott · 12 years ago
  15. 5e96855 6lowpan: Change byte order when storing/accessing to len field by Tony Cheneau · 12 years ago
  16. 4576039 6lowpan: Change byte order when storing/accessing u16 tag by Tony Cheneau · 12 years ago
  17. d4787a1 6lowpan: Fix null pointer dereference in UDP uncompression function by Tony Cheneau · 12 years ago
  18. 33c34c5 6lowpan: rework fragment-deleting routine by alex.bluesman.smirnov@gmail.com · 12 years ago
  19. abbee2e 6lowpan: fix tag variable size by alex.bluesman.smirnov@gmail.com · 12 years ago
  20. 79ff1db 6lowpan: get extra headroom in allocated frame by alex.bluesman.smirnov@gmail.com · 12 years ago
  21. 4d27de1 6lowpan: revert: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 12 years ago
  22. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  23. 3da947b ieee802154: verify packet size before trying to allocate it by Sasha Levin · 12 years ago
  24. 42c3629 6lowpan: revert 'reuse eth_mac_addr()' by alex.bluesman.smirnov@gmail.com · 12 years ago
  25. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  26. 747cf6e 6lowpan: double unlock on an error path by Dan Carpenter · 12 years ago
  27. e71094f 6lowpan: remove excessive argument in pr_debug by alex.bluesman.smirnov@gmail.com · 12 years ago
  28. 5c00c0c 6lowpan: fix hop limit compression by alex.bluesman.smirnov@gmail.com · 12 years ago
  29. c5d3687 6lowpan: read data from skb safely by alex.bluesman.smirnov@gmail.com · 12 years ago
  30. 90c049b ieee802154: interface type to be added by alex.bluesman.smirnov@gmail.com · 12 years ago
  31. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. 2d31950 6lowpan: duplicate definition of IEEE802154_ALEN by alex.bluesman.smirnov@gmail.com · 12 years ago
  33. c2e94d7 6lowpan: move frame allocation code to a separate function by alex.bluesman.smirnov@gmail.com · 12 years ago
  34. 768f7c7 6lowpan: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 12 years ago
  35. 8deff4a 6lowpan: clean up fragments list if module unloaded by alex.bluesman.smirnov@gmail.com · 12 years ago
  36. 0848e40 6lowpan: fix segmentation fault caused by mlme request by alex.bluesman.smirnov@gmail.com · 12 years ago
  37. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  38. be51da0 ieee802154: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  39. cdf49c2 net/ieee802154/6lowpan.c: reuse eth_mac_addr() by Danny Kukawka · 12 years ago
  40. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  41. d445ba6 6LoWPAN: double free in lowpan_fragment_xmit() by Dan Carpenter · 13 years ago
  42. f8b1b5d 6LoWPAN: UDP header decompression by alex.bluesman.smirnov@gmail.com · 13 years ago
  43. 3bd5b95 6LoWPAN: UDP header compression by alex.bluesman.smirnov@gmail.com · 13 years ago
  44. 4d039f6 6LoWPAN: set proper netdev flags by alex.bluesman.smirnov@gmail.com · 13 years ago
  45. e86586b 6LoWPAN: disable debugging by default by alex.bluesman.smirnov@gmail.com · 13 years ago
  46. 719269a 6LoWPAN: add fragmentation support by alex.bluesman.smirnov@gmail.com · 13 years ago
  47. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  48. dcef115 6LoWPAN: fix skb_copy call by alex.bluesman.smirnov@gmail.com · 13 years ago
  49. dc00fd4 6LoWPAN: call dev_put() on error in lowpan_newlink() by Dan Carpenter · 13 years ago
  50. aec9db3 6LoWPAN: use the _safe version of list_for_each by Dan Carpenter · 13 years ago
  51. 90d0963 6LoWPAN: use kfree_skb() instead of kfree() by Dan Carpenter · 13 years ago
  52. 44331fe IEEE802.15.4: 6LoWPAN basic support by Alexander Smirnov · 13 years ago
  53. fa1da88 ieee802154: free skb buffer if dev isn't running by Alexander Smirnov · 13 years ago
  54. 5fd7260 ieee802154: it's IEEE 802.15.4, not ZigBee by Dmitry Eremin-Solenikov · 14 years ago
  55. 060e417 ieee802154: support specifying hw address for created devices by Dmitry Eremin-Solenikov · 14 years ago
  56. b9cabe5 ieee802154: Don't leak memory in ieee802154_nl_fill_phy by Jesper Juhl · 13 years ago
  57. bfac369 ieee802154: Remove hacked CFLAGS in net/ieee802154/Makefile by David S. Miller · 13 years ago
  58. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  59. a6c0f82 ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc by Denis Kirjanov · 14 years ago
  60. 93c0c8b ieee802154: Fix oops during ieee802154_sock_ioctl by Stefan Schmidt · 14 years ago
  61. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  62. 6503d96 net: check the length of the socket address passed to connect(2) by Changli Gao · 14 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  64. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  65. 958fc41 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 15 years ago
  66. 282a395 ieee802154: make wpan-phy class registration to subsys_initcall by Dmitry Eremin-Solenikov · 15 years ago
  67. 10d626f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan by David S. Miller · 15 years ago
  68. bb1cafb ieee802154: add support for creation/removal of logic interfaces by Dmitry Eremin-Solenikov · 15 years ago
  69. 0a868b2 ieee802154: add PHY_NAME to LIST_IFACE command results by Dmitry Eremin-Solenikov · 15 years ago
  70. 339b4ca ieee802154: add two nl802154 helpers by Dmitry Eremin-Solenikov · 15 years ago
  71. 1eaa9d0 ieee802154: add LIST_PHY command support by Dmitry Eremin-Solenikov · 15 years ago
  72. 78fe738 ieee802154: split away MAC commands implementation by Dmitry Eremin-Solenikov · 15 years ago
  73. cb6b376 ieee802154: merge nl802154 and wpan-class in single module by Dmitry Eremin-Solenikov · 15 years ago
  74. e9cf356 wpan-phy: follow usual patter of devices registration by Dmitry Eremin-Solenikov · 15 years ago
  75. a0b4a73 wpan-phy: allow specifying a per-page channel mask by Dmitry Eremin-Solenikov · 15 years ago
  76. 375bb0e wpan-phy: use snprintf to limit the amount of chars written by Dmitry Eremin-Solenikov · 15 years ago
  77. 37eb0ed wpan-phy: init channel/page fields by Dmitry Eremin-Solenikov · 15 years ago
  78. 1c889f4 wpan-phy: add wpan-phy iteration functions by Dmitry Eremin-Solenikov · 15 years ago
  79. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  80. 766e9037 net: sk_drops consolidation by Eric Dumazet · 15 years ago
  81. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  82. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  83. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  84. c4835d8 ieee802154: add locking for seq numbers by Dmitry Eremin-Solenikov · 15 years ago
  85. 066fc51 af_ieee802154: setsockopt optlen arg isn't __user by Dmitry Eremin-Solenikov · 15 years ago
  86. 929122cd Drop ARPHRD_IEEE802154_PHY by Dmitry Eremin-Solenikov · 15 years ago
  87. 16eea49 ieee802154: add support for channel pages from IEEE 802.15.4-2006 by Dmitry Eremin-Solenikov · 15 years ago
  88. 2bfb107 ieee802154: add a sysfs representation of WPAN master devices by Dmitry Eremin-Solenikov · 15 years ago
  89. acb8aac nl802154: support START-CONFIRM primitive by Dmitry Baryshkov · 15 years ago
  90. 99eb855 af_ieee802154: add support for WANT_ACK socket option by Dmitry Baryshkov · 15 years ago
  91. 74eda55 af_ieee802154: minor cleanup in dgram_bind by Dmitry Baryshkov · 15 years ago
  92. 8e753dd nl802154: add support for dumping WPAN interface information by Dmitry Baryshkov · 15 years ago
  93. 78090a5 nl802154: make ieee802154_policy constant by Dmitry Baryshkov · 15 years ago
  94. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. a9dfac3 af_ieee802154: provide dummy get/setsockopt by Dmitry Eremin-Solenikov · 15 years ago
  96. 45a41d1 af_ieee802154: fix ioctl processing by Dmitry Eremin-Solenikov · 15 years ago
  97. f0166e5 ieee802154: move headers out of extra directory by Dmitry Eremin-Solenikov · 15 years ago
  98. dfd06fe nl802154: add module license and description by Dmitry Eremin-Solenikov · 15 years ago
  99. 932c132 nl802154: fix Oops in ieee802154_nl_get_dev by Dmitry Eremin-Solenikov · 15 years ago
  100. 25502bd ieee802154: use standard routine for printing dumps by Dmitry Baryshkov · 15 years ago