1. 267d29a ieee802154: Fix memory leak in ieee802154_add_iface() by Christian Engelmayer · 11 years ago
  2. 965801e net: 6lowpan: fix lowpan_header_create non-compression memcpy call by Daniel Borkmann · 11 years ago
  3. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  4. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  5. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  6. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  7. 1188f05 6lowpan: Uncompression of traffic class field was incorrect by Jukka Rissanen · 11 years ago
  8. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  9. 1c582d9 ieee802154: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  10. 78032f9 6lowpan: release device on error path by Dan Carpenter · 11 years ago
  11. 3582b90 6lowpan: cleanup skb copy data by Alexander Aring · 11 years ago
  12. 578d524 6lowpan: set 6lowpan network and transport header by Alexander Aring · 11 years ago
  13. 3e69162 6lowpan: set and use mac_len for mac header length by Alexander Aring · 11 years ago
  14. 3961532 6lowpan: remove unnecessary set of headers by Alexander Aring · 11 years ago
  15. 8ef007f 6lowpan: remove unnecessary break by Alexander Aring · 11 years ago
  16. b236b95 6lowpan: remove skb->dev assignment by Alexander Aring · 11 years ago
  17. b614442 6lowpan: use netdev_alloc_skb instead dev_alloc_skb by Alexander Aring · 11 years ago
  18. 53cb5717 6lowpan: remove unnecessary check on err >= 0 by Alexander Aring · 11 years ago
  19. 545f361 6lowpan: remove unnecessary ret variable by Alexander Aring · 11 years ago
  20. ab2d95d 6lowpan: Sync default hardware address of lowpan links to their wpan by Alan Ott · 11 years ago
  21. 7adac1e 6lowpan: Only make 6lowpan links to IEEE802154 devices by Alan Ott · 11 years ago
  22. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  23. 65d892c 6lowpan: handle context based source address by Alexander Aring · 11 years ago
  24. ce2463b 6lowpan: lowpan_uncompress_addr with address_mode by Alexander Aring · 11 years ago
  25. 84c2e7b 6lowpan: add function to uncompress multicast addr by Alexander Aring · 11 years ago
  26. 4666669 6lowpan: introduce lowpan_fetch_skb function by Alexander Aring · 11 years ago
  27. 31afe1f 6lowpan: Fix fragmentation with link-local compressed addresses by David Hauweele · 11 years ago
  28. 84ce1ddf 6lowpan: init ipv6hdr buffer to zero by Alexander Aring · 11 years ago
  29. 7f4708a net: ieee802154: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  30. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  31. 56aa091 ieee802154/nl-mac.c: make some MLME operations optional by Werner Almesberger · 11 years ago
  32. fc52eea 6lowpan: handle dev_queue_xmit() error code properly by Alan Ott · 11 years ago
  33. 10c9cbb netlink: fix the warning introduced by netlink API replacement by Hong zhi guo · 11 years ago
  34. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  35. 6bdeaba 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number by Tony Cheneau · 11 years ago
  36. ababf38 6lowpan: fix a small formatting issue by Tony Cheneau · 11 years ago
  37. 6364e6e ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  38. 24363b6 6lowpan: modify udp compression/uncompression to match the standard by Tony Cheneau · 11 years ago
  39. 43de7aa 6lowpan: use the PANID provided by the device instead of a static value by Tony Cheneau · 11 years ago
  40. c7d0ab2 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer by Tony Cheneau · 11 years ago
  41. d4ac323 6lowpan: store fragment tag values per device instead of net stack wide by Tony Cheneau · 11 years ago
  42. 9da2924 6lowpan: add debug messages for 6LoWPAN fragmentation by Tony Cheneau · 11 years ago
  43. d991b98 6lowpan: fix first fragment (FRAG1) handling by Tony Cheneau · 11 years ago
  44. 58ef67c 6lowpan: use short IEEE 802.15.4 addresses for broadcast destination by Tony Cheneau · 11 years ago
  45. f333a15 6lowpan: always enable link-layer acknowledgments by Tony Cheneau · 11 years ago
  46. f5c20f5 6lowpan: next header is not properly set upon decompression of a UDP header. by Tony Cheneau · 11 years ago
  47. 8d879a3 6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible address correctly by Tony Cheneau · 11 years ago
  48. 9026c49 6lowpan: Fix endianness issue in is_addr_link_local(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  49. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  50. 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
  51. fc4e98d 6lowpan: use stack buffer instead of heap by Alexander Aring · 11 years ago
  52. a07fdce 6lowpan: Remove __init tag from lowpan_netlink_fini(). by David S. Miller · 11 years ago
  53. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  54. ee21c7e 6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN by Alan Ott · 12 years ago
  55. 0c44621 6lowpan: Refactor packet delivery into a function by Alan Ott · 12 years ago
  56. f4671a9 net/ieee802154: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  57. b333b7e 6lowpan: consider checksum bytes in fragmentation threshold by Alan Ott · 12 years ago
  58. 4c83501 net/ieee802154/6lowpan.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  59. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  60. a2dc375e 6lowpan: handle NETDEV_UNREGISTER event by Alan Ott · 12 years ago
  61. a437d27 6lowpan: Make a copy of skb's delivered to 6lowpan by Alan Ott · 12 years ago
  62. 5e96855 6lowpan: Change byte order when storing/accessing to len field by Tony Cheneau · 12 years ago
  63. 4576039 6lowpan: Change byte order when storing/accessing u16 tag by Tony Cheneau · 12 years ago
  64. d4787a1 6lowpan: Fix null pointer dereference in UDP uncompression function by Tony Cheneau · 12 years ago
  65. 33c34c5 6lowpan: rework fragment-deleting routine by alex.bluesman.smirnov@gmail.com · 12 years ago
  66. abbee2e 6lowpan: fix tag variable size by alex.bluesman.smirnov@gmail.com · 12 years ago
  67. 79ff1db 6lowpan: get extra headroom in allocated frame by alex.bluesman.smirnov@gmail.com · 12 years ago
  68. 4d27de1 6lowpan: revert: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 12 years ago
  69. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  70. 3da947b ieee802154: verify packet size before trying to allocate it by Sasha Levin · 12 years ago
  71. 42c3629 6lowpan: revert 'reuse eth_mac_addr()' by alex.bluesman.smirnov@gmail.com · 12 years ago
  72. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  73. 747cf6e 6lowpan: double unlock on an error path by Dan Carpenter · 12 years ago
  74. e71094f 6lowpan: remove excessive argument in pr_debug by alex.bluesman.smirnov@gmail.com · 12 years ago
  75. 5c00c0c 6lowpan: fix hop limit compression by alex.bluesman.smirnov@gmail.com · 12 years ago
  76. c5d3687 6lowpan: read data from skb safely by alex.bluesman.smirnov@gmail.com · 12 years ago
  77. 90c049b ieee802154: interface type to be added by alex.bluesman.smirnov@gmail.com · 12 years ago
  78. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. 2d31950 6lowpan: duplicate definition of IEEE802154_ALEN by alex.bluesman.smirnov@gmail.com · 12 years ago
  80. c2e94d7 6lowpan: move frame allocation code to a separate function by alex.bluesman.smirnov@gmail.com · 12 years ago
  81. 768f7c7 6lowpan: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 12 years ago
  82. 8deff4a 6lowpan: clean up fragments list if module unloaded by alex.bluesman.smirnov@gmail.com · 12 years ago
  83. 0848e40 6lowpan: fix segmentation fault caused by mlme request by alex.bluesman.smirnov@gmail.com · 12 years ago
  84. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  85. be51da0 ieee802154: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  86. cdf49c2 net/ieee802154/6lowpan.c: reuse eth_mac_addr() by Danny Kukawka · 12 years ago
  87. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  88. d445ba6 6LoWPAN: double free in lowpan_fragment_xmit() by Dan Carpenter · 13 years ago
  89. f8b1b5d 6LoWPAN: UDP header decompression by alex.bluesman.smirnov@gmail.com · 13 years ago
  90. 3bd5b95 6LoWPAN: UDP header compression by alex.bluesman.smirnov@gmail.com · 13 years ago
  91. 4d039f6 6LoWPAN: set proper netdev flags by alex.bluesman.smirnov@gmail.com · 13 years ago
  92. e86586b 6LoWPAN: disable debugging by default by alex.bluesman.smirnov@gmail.com · 13 years ago
  93. 719269a 6LoWPAN: add fragmentation support by alex.bluesman.smirnov@gmail.com · 13 years ago
  94. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  95. dcef115 6LoWPAN: fix skb_copy call by alex.bluesman.smirnov@gmail.com · 13 years ago
  96. dc00fd4 6LoWPAN: call dev_put() on error in lowpan_newlink() by Dan Carpenter · 13 years ago
  97. aec9db3 6LoWPAN: use the _safe version of list_for_each by Dan Carpenter · 13 years ago
  98. 90d0963 6LoWPAN: use kfree_skb() instead of kfree() by Dan Carpenter · 13 years ago
  99. 44331fe IEEE802.15.4: 6LoWPAN basic support by Alexander Smirnov · 13 years ago
  100. fa1da88 ieee802154: free skb buffer if dev isn't running by Alexander Smirnov · 13 years ago