1. f367f07 doxygen: add @brief and capitalize by Anas Nashif · 9 years ago
  2. 1362e3c doxygen: RETURNS: -> @return by Anas Nashif · 9 years ago
  3. 44f8b3a doxygen: \param -> @param by Anas Nashif · 9 years ago
  4. ea0d0b2 doxygen: change comment style to match javadoc by Anas Nashif · 9 years ago
  5. 20764a2 doxygen: javadoc style by Anas Nashif · 9 years ago
  6. 2dd21c1 Doc: Edit to the Doxygen guidelines based on feedback. by Rodrigo Caballero · 9 years ago
  7. e37d9a5 Doc: Edit the microkernel overview with additional information. by Rodrigo Caballero · 9 years ago
  8. 5c25fc2 Doc: Edits performed on the Quick Start Guide. by Rodrigo Caballero · 9 years ago
  9. 235bc91 Remove inappropriate language by Peter Mitsis · 9 years ago
  10. baec40d Rename ChxxxSetTimeType() to _k_pipe_time_type_set() by Peter Mitsis · 9 years ago
  11. 999e13c Rename ChxxxGetTimeType() to _k_pipe_time_type_get() by Peter Mitsis · 9 years ago
  12. 65e817b Inline expansion of ChReqSizeLeft() by Peter Mitsis · 9 years ago
  13. 6660021 Inline expansion of ChReqSizeXferred() by Peter Mitsis · 9 years ago
  14. 1ae6c82 Inline expansion of ChReqGetStatus() by Peter Mitsis · 9 years ago
  15. fd36aaf Rename ChReqSetStatus() to _k_pipe_request_status_set() by Peter Mitsis · 9 years ago
  16. 4fddab9 Rename ChxxxSetReqType() to _k_pipe_request_type_set() by Peter Mitsis · 9 years ago
  17. 49055d8 Rename ChxxxGetReqType() to _k_pipe_request_type_get() by Peter Mitsis · 9 years ago
  18. a4bc71b Rename ChxxxSetChOpt() to _k_pipe_option_set() by Peter Mitsis · 9 years ago
  19. 3b4627d Rename ChxxxGetChOpt() to _k_pipe_option_get() by Peter Mitsis · 9 years ago
  20. 8da6498 Rename _UpdateChannelXferStatus() to pipe_xfer_status_update() by Peter Mitsis · 9 years ago
  21. 3b9f81a Rename ChannelCheck4Intrusion() to pipe_intrusion_check() by Peter Mitsis · 9 years ago
  22. be8bc7f Apply static keyword to ChannelCheck4Intrusion() by Peter Mitsis · 9 years ago
  23. 1a12c1a cosmetic: fix whitespace around '*' by Peter Mitsis · 9 years ago
  24. c5759f1 Bluetooth: SMP: Fix key type in security request by Szymon Janc · 9 years ago
  25. 3f8e289 Bluetooth: SMP: Handle security request from slave by Szymon Janc · 9 years ago
  26. 18c1b9d Bluetooth: Add suport for enabling encryption by Szymon Janc · 9 years ago
  27. a3dabad Bluetooth: SMP: Handle pairing master identification request by Szymon Janc · 9 years ago
  28. 64426db Bluetooth: SMP: Handle pairing encrypt request by Szymon Janc · 9 years ago
  29. fd79c5f Bluetooth: Add support for storing LTK by Szymon Janc · 9 years ago
  30. f145d33 Bluetooth: SMP: Start encryption with STK by Szymon Janc · 9 years ago
  31. 87a5eac Bluetooth: Fix coding style (indentation) by Johan Hedberg · 9 years ago
  32. 30b50a3 Bluetooth: Cancel pending connection by Mariusz Skamra · 9 years ago
  33. a2241a5 Bluetooth: Add config option for security keys handling by Johan Hedberg · 9 years ago
  34. 0fdf33c Bluetooth: Move L2CAP connection notification earlier by Johan Hedberg · 9 years ago
  35. 4bfbbce Bluetooth: Remove unnecessary comment by Johan Hedberg · 9 years ago
  36. 44fa50b Bluetooth: Fix minor coding style issue by Johan Hedberg · 9 years ago
  37. b62f778 Bluetooth: Start outgoing connection with tracking by Arkadiusz Lichwa · 9 years ago
  38. 8fe7db3 Bluetooth: Add bt_att_send API by Luiz Augusto von Dentz · 9 years ago
  39. 949106c Bluetooth: Notify about connection events in tester app by Mariusz Skamra · 9 years ago
  40. ee20dd0 Bluetooth: Handle advertising in tester app by Mariusz Skamra · 9 years ago
  41. 648a492 Bluetooth: Add bt_conn_lookup_state function by Mariusz Skamra · 9 years ago
  42. a14314e Bluetooth: Move security related code to bluetooth.h by Szymon Janc · 9 years ago
  43. 3e1023c Bluetooth: Remove 'none' security level by Szymon Janc · 9 years ago
  44. a6a0e54 Bluetooth: Do nothing if required no encryption by Szymon Janc · 9 years ago
  45. bd06429 Bluetooth: Add doxygen for bt_conn_security by Szymon Janc · 9 years ago
  46. caadf61 Bluetooth: Adjust debug logs for connection ref by Arkadiusz Lichwa · 9 years ago
  47. 1fc691e Bluetooth: Add support for sending HCI LE Start Encryption command by Szymon Janc · 9 years ago
  48. 10a2f86 Bluetooth: Add security command to shell application by Szymon Janc · 9 years ago
  49. 81a4dbc Bluetooth: Allow to set required security for connection by Szymon Janc · 9 years ago
  50. c979fc2 Bluetooth: SMP: Require encryption keys distribution from slave by Szymon Janc · 9 years ago
  51. 04b731d Bluetooth: SMP: Send random on confirmation by Szymon Janc · 9 years ago
  52. aef53f9 Bluetooth: SMP: Send confirm on pairing response by Szymon Janc · 9 years ago
  53. b3d9466 Bluetooth: SMP: Add initial support for sending pairing request by Szymon Janc · 9 years ago
  54. f59ed9e Bluetooth: SMP: Pass ia and ra based on connection role by Szymon Janc · 9 years ago
  55. e57984e Bluetooth: Make ref on connection object atomic by Arkadiusz Lichwa · 9 years ago
  56. ca2c662 net: apps: Set the mac address in the stack by Jukka Rissanen · 9 years ago
  57. ba40f4f net: apps: Set the mac address in listener app by Jukka Rissanen · 9 years ago
  58. 4eb7087 net: Fix the loopback driver function parameters by Jukka Rissanen · 9 years ago
  59. 89c83d0 net: 6lowpan: Adapt compression functions to net_mbuf buffers by Ravi kumar Veeramally · 9 years ago
  60. 540980e net: ip: Makefile re-structuring by Jukka Rissanen · 9 years ago
  61. e0509c5 net: rpl: Fix compile errors by Jukka Rissanen · 9 years ago
  62. 5d11691 net: Add source mac address to net_buf by Jukka Rissanen · 9 years ago
  63. 19fe2ff net: uip: Avoid unused label compile warning by Jukka Rissanen · 9 years ago
  64. 6869b1a net: Make 6lowpan config depend on 802.15.4 config by Jukka Rissanen · 9 years ago
  65. 1af5132 net: Do not compile slip if UART support is missing by Jukka Rissanen · 9 years ago
  66. 015b52f net: 15.4: Make it possible to disable 802.15.4 networking by Jukka Rissanen · 9 years ago
  67. cae2483 net: 15.4: Tweak the stack size of Rx and Tx fibers by Jukka Rissanen · 9 years ago
  68. 0e8524c net: Tweak the stack size of Rx and Tx fibers by Jukka Rissanen · 9 years ago
  69. 904c5a0 net: Tweak the number of network buffers to use by Jukka Rissanen · 9 years ago
  70. 46b5340 net: conf: Set the max number of internal buffers by Jukka Rissanen · 9 years ago
  71. 19983ee net: apps: Send always the max data size to test the stack by Jukka Rissanen · 9 years ago
  72. 4425546 net: 15.4: Add code to analyze stack usage by Jukka Rissanen · 9 years ago
  73. e450592 net: 15.4: Rename rx and tx fibers by Jukka Rissanen · 9 years ago
  74. 29d0e5b net: 6lowpan: Free net_buf if receiving wrong fragments by Jukka Rissanen · 9 years ago
  75. 95fb81a net: 6lowpan: Clear net_buf pointer after sending or dropping it by Jukka Rissanen · 9 years ago
  76. 63512ac net: udp: Do not mark the packet to be dropped if received ok by Jukka Rissanen · 9 years ago
  77. 3be3675 net: UDP socket registration must only done once by Jukka Rissanen · 9 years ago
  78. 914bb3f net: apps: Add support for microkernel in 802.15.4 test app by Jukka Rissanen · 9 years ago
  79. 56ccfb3 net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver by Ravi kumar Veeramally · 9 years ago
  80. 231572a net: Set loopback address in the loopback driver by Patrik Flykt · 9 years ago
  81. e4a6a07 net: rpl: Enable RPL Kconfig option by Jukka Rissanen · 9 years ago
  82. 0b54f98 net: apps: Simple listener application that just receives packets by Jukka Rissanen · 9 years ago
  83. 43593bc net: Use simple UART driver for handling slip (serial line IP) traffic by Jukka Rissanen · 9 years ago
  84. 016f6e7 Bluetooth: Replace peer address with conn in GATT API by Luiz Augusto von Dentz · 9 years ago
  85. 03d040d Bluetooth: Make hci_le_create_conn() sync by Arkadiusz Lichwa · 9 years ago
  86. 2074020 Bluetooth: Reorder GATT struct members to avoid padding by Luiz Augusto von Dentz · 9 years ago
  87. 6d54615 net: Look up the local address if none is given by Patrik Flykt · 9 years ago
  88. b268570 net: context: Add our local address to address list by Jukka Rissanen · 9 years ago
  89. e71e01a net: uip: Debug print the added IPv6 address by Jukka Rissanen · 9 years ago
  90. ad409a8 net: init: Allow the network stack to be initialized only once by Jukka Rissanen · 9 years ago
  91. 6fe17bb net: Check error when pushing packet into stack by Jukka Rissanen · 9 years ago
  92. fa87944 net: Check that net context is unset based on IP protocol by Patrik Flykt · 9 years ago
  93. b993277 net: Assign local UDP port number by Patrik Flykt · 9 years ago
  94. 586f3ad net: Handle IPv6 packet reception by Patrik Flykt · 9 years ago
  95. eec46f1 net: Add code to analyze stack usage by Jukka Rissanen · 9 years ago
  96. 3ce38be net: Declare fiber stacks as __noinit by Jukka Rissanen · 9 years ago
  97. 9431109c net: Add separated compression and fragmentation files. by Ravi kumar Veeramally · 9 years ago
  98. 575c89e net: Update 802.15.4 stack with net_mbuf and split sicslowpan by Ravi kumar Veeramally · 9 years ago
  99. c574d6d Bluetooth: Fix cmd_status handling for status == 0 by Johan Hedberg · 9 years ago
  100. 5d443c6 net: apps: Add a sample app using the loopback driver by Patrik Flykt · 9 years ago