1. 3831217 Bluetooth: Fix scan_type in le_set_scan_params by Mariusz Skamra · 9 years ago
  2. fa1bf41 Bluetooth: Fix minor coding style issues by Johan Hedberg · 9 years ago
  3. 4905835 Bluetooth: Fix max_latency calculation comment by Johan Hedberg · 9 years ago
  4. ac98b4e Bluetooth: Handle update connection parameters by Arkadiusz Lichwa · 9 years ago
  5. 441e01e Bluetooth: Add bt_conn_get_dst function by Szymon Janc · 9 years ago
  6. 0344c11 net: Add preliminary UDP support by Jukka Rissanen · 9 years ago
  7. e024dba net: uip: Add support for user data in simple UDP API by Jukka Rissanen · 9 years ago
  8. 7e09519 net: Add helper function to context for getting recv queue by Jukka Rissanen · 9 years ago
  9. e494de2 net: Simple UDP process declaration was missing by Jukka Rissanen · 9 years ago
  10. 7d7d4e4 net: Enable logging in uIP stack by Jukka Rissanen · 9 years ago
  11. cc4b282 net: Make sure to get the debug prints from uIP to console by Jukka Rissanen · 9 years ago
  12. 6b3c739 net: Add helper function to set the link local address by Jukka Rissanen · 9 years ago
  13. 0028a54 net: uip: Set the link local IPv6 address according to linkaddr by Jukka Rissanen · 9 years ago
  14. 8dcb149 net: Fix the environment variable in Makefile by Jukka Rissanen · 9 years ago
  15. 1d748ba Bluetooth: Address conversion user helpers by Arkadiusz Lichwa · 9 years ago
  16. d81689e Bluetooth: Introduce LE scan callback by Arkadiusz Lichwa · 9 years ago
  17. afc6628 Bluetooth: Use hexadecimal format when printing GATT handles by Luiz Augusto von Dentz · 9 years ago
  18. 168446d Bluetooth: Disable GATT notifications while disconnected by Luiz Augusto von Dentz · 9 years ago
  19. ea15db1 Bluetooth: Make bt_conn_lookup_addr_le public by Johan Hedberg · 9 years ago
  20. 029046e Bluetooth: Make connection lookup functions return a new ref by Johan Hedberg · 9 years ago
  21. 89e775c Bluetooth: Fix coding style (missing braces) by Johan Hedberg · 9 years ago
  22. 8c26ce6 Bluetooth: Remove bt_hci_reset() API by Johan Hedberg · 9 years ago
  23. 9bea2c3 Bluetooth: Move HCI driver API to dedicated header file by Johan Hedberg · 9 years ago
  24. 939544b Bluetooth: Move logging helpers to a dedicated header file by Johan Hedberg · 9 years ago
  25. 19fe407 Bluetooth: Make bt_stop_scanning parameters explicit void by Szymon Janc · 9 years ago
  26. 801c097 Bluetooth: Add support for ATT Read Multiple by Luiz Augusto von Dentz · 9 years ago
  27. b2574b6 Bluetooth: Terminate connection by Mariusz Skamra · 9 years ago
  28. f5ae4b7 Bluetooth: Add basic interface for LE connection by Arkadiusz Lichwa · 9 years ago
  29. 224abaa Bluetooth: Update bt_conn_cb to pass bt_conn instead of bt_addr_le_t by Johan Hedberg · 9 years ago
  30. 2b61b44 Bluetooth: Add conn.h public header file by Johan Hedberg · 9 years ago
  31. 651e9a4 Bluetooth: Rename conn.h to conn_internal.h by Johan Hedberg · 9 years ago
  32. 702a596 net: Add kconf for networking by Jukka Rissanen · 9 years ago
  33. 4c53ef0 net: Initialize the IP stack by Jukka Rissanen · 9 years ago
  34. 6ba3a02 net: uip: Avoid casting warning when accessing link local addr by Jukka Rissanen · 9 years ago
  35. 251a45b net: Use our network buffers instead of global ones in Contiki by Jukka Rissanen · 9 years ago
  36. da36c63 net: Simple socket API introduced by Jukka Rissanen · 9 years ago
  37. 1cf3468 net: Using correct defines to configure the net stack by Jukka Rissanen · 9 years ago
  38. 4f5723a net: Network initialization and tx/rx functionality by Jukka Rissanen · 9 years ago
  39. 3633410 net: uip: Pack and alias network buffer related structs by Jukka Rissanen · 9 years ago
  40. c6c89fb net: uip: Avoid compiler warning about unused variable by Jukka Rissanen · 9 years ago
  41. c5b936a net: uip: start_periodic_tcp_timer() not needed by Jukka Rissanen · 9 years ago
  42. bb69910 net: uip: Added missing function prototypes to rtimer by Jukka Rissanen · 9 years ago
  43. ce302eb net: uip: Callback is only defined for RIME support by Jukka Rissanen · 9 years ago
  44. 1e8cbd9 net: uip: psock.h is only needed for TCP connections by Jukka Rissanen · 9 years ago
  45. 75d4b3f net: Initial networking support by Jukka Rissanen · 9 years ago
  46. b47d14a Bluetooth: Fix NULL pointer dereference in flush_cb by Szymon Janc · 9 years ago
  47. 7250393 Bluetooth: Add macro for CEP and long descriptors by Luiz Augusto von Dentz · 9 years ago
  48. 14ff92c Bluetooth: Handle ATT execute write request by Luiz Augusto von Dentz · 9 years ago
  49. 186b133 Bluetooth: Handle ATT prepare write command by Luiz Augusto von Dentz · 9 years ago
  50. df4257f Bluetooth: Track role for connections by Arkadiusz Lichwa · 9 years ago
  51. 875d519 Bluetooth: Handle ATT signed write command by Luiz Augusto von Dentz · 9 years ago
  52. 679dd4c Bluetooth: Convert ATT parser to use opcode table by Luiz Augusto von Dentz · 9 years ago
  53. aa12609 Bluetooth: Fix persisting CCC config for non-bonded devices by Luiz Augusto von Dentz · 9 years ago
  54. ada9a6f Bluetooth: SMP: Fix compilation with debugs enabled by Szymon Janc · 9 years ago
  55. 5963f57 Bluetooth: Fix not printing new line in BT_DBG by Luiz Augusto von Dentz · 9 years ago
  56. 7f1bff8 Bluetooth: Add callbacks for connections by Mariusz Skamra · 9 years ago
  57. 4baa3b9 Bluetooth: Fix missing braces by Luiz Augusto von Dentz · 9 years ago
  58. 0000a2d Bluetooth: Add check fo connection encrypt flag in ATT by Luiz Augusto von Dentz · 9 years ago
  59. 8f6edee Bluetooth: Handle attribute read/write errors by Luiz Augusto von Dentz · 9 years ago
  60. e3fd309 Bluetooth: Rename cmd_rx_queue/fiber to rx_prio_queue/fiber by Johan Hedberg · 9 years ago
  61. 5efe82a Bluetooth: Add Number of Completed Packets event to special queue by Johan Hedberg · 9 years ago
  62. 451b105 Bluetooth: Use __packed instead of the deprecated PACK_STRUCT by Johan Hedberg · 9 years ago
  63. 92e3a44 Bluetooth: Increase buffer count from 20 to 22 by Johan Hedberg · 9 years ago
  64. 51f85ed Bluetooth: Fix bt_gatt_attr_read_chrc for UUID 128 bits by Luiz Augusto von Dentz · 9 years ago
  65. 5879171 Bluetooth: Check GATT attribute permissions by Luiz Augusto von Dentz · 9 years ago
  66. d412b7d Bluetooth: Fix build if CONFIG_BLUETOOTH_DEBUG_HCI_CORE is enabled by Luiz Augusto von Dentz · 9 years ago
  67. 144115c Bluetooth: SMP: Convert handler dispatch to a table by Johan Hedberg · 9 years ago
  68. 382488b Bluetooth: Check CCC before allocating buffer by Andrei Emeltchenko · 9 years ago
  69. 0fb7461 Bluetooth: SMP: Set correct minimum encryption key size by Johan Hedberg · 9 years ago
  70. 5c31ad3 Bluetooth: Look up IRKs during LE scanning by Johan Hedberg · 9 years ago
  71. b53967c Bluetooth: Fix trying to print pointer instead of string by Andrei Emeltchenko · 9 years ago
  72. 4e25230 Bluetooth: Add support for encrypt key refresh complete event by Johan Hedberg · 9 years ago
  73. a6f18d7 Bluetooth: Update the connections address from IRK by Johan Hedberg · 9 years ago
  74. 44795a6 Bluetooth: Add API for looking up IRKs by Johan Hedberg · 9 years ago
  75. 86eb666 Bluetooth: SMP: Add IRK resolving support by Johan Hedberg · 9 years ago
  76. 1886981 Bluetooth: Track keys in the connection context by Johan Hedberg · 9 years ago
  77. 68612ca Bluetooth: SMP: Ignore irrelevant encryption changes by Johan Hedberg · 9 years ago
  78. 9cdd128 Bluetooth: SMP: Add support for receiving remote IRK by Johan Hedberg · 9 years ago
  79. 40e6a12 Bluetooth: Add IRK storage by Johan Hedberg · 9 years ago
  80. 275c031 Bluetooth: Refactor key handling to prepare for more key types by Johan Hedberg · 9 years ago
  81. 3845339 Bluetooth: Move key handling to separate files by Johan Hedberg · 9 years ago
  82. 2dc3554 Bluetooth: Rename bt_addr_is_rpa to bt_addr_le_is_rpa by Johan Hedberg · 9 years ago
  83. e4e6f4d Bluetooth: Add bt_gatt_notify by Luiz Augusto von Dentz · 9 years ago
  84. e8e0fbe Bluetooth: Add BT_GATT_CCC macro by Luiz Augusto von Dentz · 9 years ago
  85. 1d734fd Bluetooth: Fix not passing proper peer address to attribute read by Luiz Augusto von Dentz · 9 years ago
  86. c6ce779 Bluetooth: Add Bluetooth remote address to attribute callbacks by Luiz Augusto von Dentz · 9 years ago
  87. 7f72d21 Bluetooth: Rename bt_conn_lookup_by_addr_le for consistency by Johan Hedberg · 9 years ago
  88. ae58464 Bluetooth: Rename bt_conn_lookup to bt_conn_lookup_handle by Johan Hedberg · 9 years ago
  89. c151b84 Bluetooth: Add bt_conn_lookup_by_addr_le by Luiz Augusto von Dentz · 9 years ago
  90. 96ac8de Bluetooth: Add implementation of ATT Write Response by Luiz Augusto von Dentz · 9 years ago
  91. 9a8272a Bluetooth: Simplify stack analysis code by Johan Hedberg · 9 years ago
  92. 12229a8 Bluetooth: Fine-tune stack size adjustment for debug by Johan Hedberg · 9 years ago
  93. 8eabf20 Bluetooth: Add convenience macros for defining stacks by Johan Hedberg · 9 years ago
  94. fadbdce Bluetooth: Support unaligned stack arrays by Johan Hedberg · 9 years ago
  95. f51c6a4 Bluetooth: Use sizeof() for stack when starting fibers by Johan Hedberg · 9 years ago
  96. 16faa55 Bluetooth: Remove unnecessary printk() for stack analysis by Johan Hedberg · 9 years ago
  97. c82b96d Bluetooth: Tune stack sizes based on latest analysis by Johan Hedberg · 9 years ago
  98. 8e5721e Bluetooth: Add code to analyze stack usage by Johan Hedberg · 9 years ago
  99. c31b206 Bluetooth: Declare fiber stacks as __noinit by Johan Hedberg · 9 years ago
  100. 6059e0e Apply __stack tag to align bluetooth defined fiber stacks by Peter Mitsis · 9 years ago