1. 09c3d40 Bluetooth: 6lowpan: search for destination address in all peers by Josua Mayer · 5 years ago
  2. b7ac7e4 Bluetooth: 6lowpan: fix delay work init in add_peer_chan() by Michael Scott · 7 years ago
  3. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
  4. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 8 years ago
  5. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 8 years ago
  6. 5544107 Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address by Glenn Ruben Bakke · 8 years ago
  7. 2e4d60c 6lowpan: change naming for lowpan private data by Alexander Aring · 8 years ago
  8. 87f5fed Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets by Lukasz Duda · 8 years ago
  9. 4c58f32 Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences by Glenn Ruben Bakke · 8 years ago
  10. 00f5931 6lowpan: add lowpan dev register helpers by Alexander Aring · 8 years ago
  11. 324e786 bluetooth: 6lowpan: fix NOHZ: local_softirq_pending by Alexander Aring · 9 years ago
  12. f5ad4ff Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible by Johan Hedberg · 9 years ago
  13. 8911d77 6lowpan: cleanup lowpan_header_decompress by Alexander Aring · 9 years ago
  14. a6f7738 6lowpan: cleanup lowpan_header_compress by Alexander Aring · 9 years ago
  15. cefdb80 bluetooth: 6lowpan: use lowpan dispatch helpers by Alexander Aring · 9 years ago
  16. 4d6a6ae 6lowpan: move shared settings to lowpan_netdev_setup by Alexander Aring · 9 years ago
  17. 26d46df Bluetooth: 6lowpan: Remove unnecessary chan_get() function by Johan Hedberg · 9 years ago
  18. 0cd088f Bluetooth: 6lowpan: Rename confusing 'pchan' variables by Johan Hedberg · 9 years ago
  19. 630ef79 Bluetooth: 6lowpan: Remove unnecessary chan_open() function by Johan Hedberg · 9 years ago
  20. b0c09f9 Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment by Johan Hedberg · 9 years ago
  21. 5d0fd77 Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments by Johan Hedberg · 9 years ago
  22. 301de2c Bluetooth: 6lowpan: Fix imtu & omtu values by Johan Hedberg · 9 years ago
  23. b72f6f5 6lowpan: add generic 6lowpan netdev private data by Alexander Aring · 9 years ago
  24. a42bbba Bluetooth: 6lowpan: change netdev_priv to lowpan_dev by Alexander Aring · 9 years ago
  25. 5857d1d Bluetooth: 6lowpan: Fix possible race by Alexander Aring · 9 years ago
  26. 89e4042 Bluetooth: 6lowpan: Fix module refcount by Glenn Ruben Bakke · 9 years ago
  27. 2ad88fb Bluetooth: 6lowpan: Fix double kfree of netdev priv by Glenn Ruben Bakke · 9 years ago
  28. fc84242 Bluetooth: 6lowpan: Move netdev sysfs device reference by Glenn Ruben Bakke · 9 years ago
  29. f63666d Bluetooth: 6lowpan: Rename ambiguous variable by Glenn Ruben Bakke · 9 years ago
  30. a2105ae Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is deleted by Glenn Ruben Bakke · 9 years ago
  31. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  32. 7b2ed60 Bluetooth: 6lowpan: Remove PSM setting code by Jukka Rissanen · 9 years ago
  33. 004fa5e Bluetooth: 6lowpan: Do not free skb when packet is dropped by Jukka Rissanen · 9 years ago
  34. 1783639 first fruits - kill l2cap ->memcpy_fromiovec() by Al Viro · 10 years ago
  35. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  36. 2773b02 Bluetooth: Fix correct nesting for 6lowpan server channel by Johan Hedberg · 10 years ago
  37. 4e79022 Bluetooth: 6lowpan: Remove unnecessary RCU callback by Johan Hedberg · 10 years ago
  38. b0c42cd Bluetooth: 6lowpan: fix skb_unshare behaviour by Alexander Aring · 10 years ago
  39. 56b2c3e 6lowpan: move skb_free from error paths in decompression by Martin Townsend · 10 years ago
  40. daac197 Bluetooth: 6lowpan: use after free in disconnect_devices() by Dan Carpenter · 10 years ago
  41. df09230 Bluetooth: 6lowpan: Fix lockdep splats by Jukka Rissanen · 10 years ago
  42. 9030582 Bluetooth: 6lowpan: Converting rwlocks to use RCU by Jukka Rissanen · 10 years ago
  43. 0114123 ieee802154: 6lowpan: rename process_data and lowpan_process_data by Martin Townsend · 10 years ago
  44. 3c400b8 bluetooth:6lowpan: use consume_skb when packet processed successfully by Martin Townsend · 10 years ago
  45. 04dfd73 6lowpan: fix process_data return values by Martin Townsend · 10 years ago
  46. f8b3617 6lowpan: remove skb_deliver from IPHC by Martin Townsend · 10 years ago
  47. 11e3ff7 6lowpan: Use skb_cow in IPHC decompression. by Martin Townsend · 10 years ago
  48. 4456c50 Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upper by Li RongQing · 10 years ago
  49. 9c238ca Bluetooth: 6lowpan: Check transmit errors for multicast packets by Jukka Rissanen · 10 years ago
  50. d7b6b0a Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets by Jukka Rissanen · 10 years ago
  51. a7807d73 Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails by Jukka Rissanen · 10 years ago
  52. fc12518 Bluetooth: 6lowpan: Memory leak as the skb is not freed by Jukka Rissanen · 10 years ago
  53. 156395c Bluetooth: 6lowpan: Enable multicast support by Jukka Rissanen · 10 years ago
  54. 36b3dd2 Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header by Jukka Rissanen · 10 years ago
  55. 59790aa Bluetooth: 6lowpan: Make sure skb exists before accessing it by Jukka Rissanen · 10 years ago
  56. 39e90c7 Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device by Jukka Rissanen · 10 years ago
  57. b2799ce Bluetooth: 6lowpan: Set the peer IPv6 address correctly by Jukka Rissanen · 10 years ago
  58. 2ae50d8 Bluetooth: 6lowpan: Increase the connection timeout value by Jukka Rissanen · 10 years ago
  59. 2b29349 Bluetooth: Fix confusion between parent and child channel for 6lowpan by Johan Hedberg · 10 years ago
  60. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  61. 7f11825 Bluetooth: 6LoWPAN: Remove network devices when unloading by Jukka Rissanen · 10 years ago
  62. 18d93c1 Bluetooth: 6LoWPAN: Count module usage by Jukka Rissanen · 10 years ago
  63. 5547e48 Bluetooth: 6LoWPAN: Create a kernel module by Jukka Rissanen · 10 years ago
  64. 6b8d4a6 Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one by Jukka Rissanen · 10 years ago
  65. 67be1e4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  66. 62bbd5b Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling by Jukka Rissanen · 10 years ago
  67. cefc8c8 6lowpan: move 6lowpan header to include/net by Alexander Aring · 10 years ago
  68. e825eb1 Bluetooth: Fix 6loWPAN peer lookup by Claudio Takahasi · 10 years ago
  69. b071a62 Bluetooth: Fix setting Universal/Local bit by Claudio Takahasi · 10 years ago
  70. 8cef8f5 Bluetooth: Fix NULL pointer dereference when disconnecting by Johan Hedberg · 10 years ago
  71. 7879490 Bluetooth: fix return value check by Wei Yongjun · 10 years ago
  72. 05c75e3 Bluetooth: remove unused including <linux/version.h> by Wei Yongjun · 10 years ago
  73. 841a5ec 6lowpan: fix/move/cleanup debug functions by Alexander Aring · 10 years ago
  74. 30d3db4 Bluetooth: Fix test for lookup_dev return value by Johan Hedberg · 10 years ago
  75. d0746f3 Bluetooth: Add missing 6lowpan.h include by Johan Hedberg · 10 years ago
  76. 18722c2 Bluetooth: Enable 6LoWPAN support for BT LE devices by Jukka Rissanen · 10 years ago