Commit graph

  • 49055d838f Rename ChxxxGetReqType() to _k_pipe_request_type_get() Peter Mitsis 2015-06-25 14:29:56 -0400
  • a4bc71bd64 Rename ChxxxSetChOpt() to _k_pipe_option_set() Peter Mitsis 2015-06-25 14:28:03 -0400
  • 3b4627d008 Rename ChxxxGetChOpt() to _k_pipe_option_get() Peter Mitsis 2015-06-25 14:25:04 -0400
  • 8da6498afc Rename _UpdateChannelXferStatus() to pipe_xfer_status_update() Peter Mitsis 2015-06-25 14:02:00 -0400
  • 3b9f81aa2a Rename ChannelCheck4Intrusion() to pipe_intrusion_check() Peter Mitsis 2015-06-25 13:52:28 -0400
  • be8bc7f959 Apply static keyword to ChannelCheck4Intrusion() Peter Mitsis 2015-06-25 13:53:47 -0400
  • 1a12c1a3ab cosmetic: fix whitespace around '*' Peter Mitsis 2015-06-29 11:05:32 -0400
  • c5759f18a8 Bluetooth: SMP: Fix key type in security request Szymon Janc 2015-06-30 15:07:45 +0200
  • 3f8e289402 Bluetooth: SMP: Handle security request from slave Szymon Janc 2015-06-30 11:47:25 +0200
  • 18c1b9d0a9 Bluetooth: Add suport for enabling encryption Szymon Janc 2015-06-30 00:11:05 +0200
  • a3dabad67b Bluetooth: SMP: Handle pairing master identification request Szymon Janc 2015-06-29 23:53:12 +0200
  • 64426dbbdd Bluetooth: SMP: Handle pairing encrypt request Szymon Janc 2015-06-29 23:25:48 +0200
  • fd79c5f913 Bluetooth: Add support for storing LTK Szymon Janc 2015-06-29 23:05:21 +0200
  • f145d3384d Bluetooth: SMP: Start encryption with STK Szymon Janc 2015-06-29 18:45:40 +0200
  • 87a5eacdf6 Bluetooth: Fix coding style (indentation) Johan Hedberg 2015-06-30 11:59:08 +0300
  • 30b50a3227 Bluetooth: Cancel pending connection Mariusz Skamra 2015-06-24 07:53:50 +0200
  • a2241a55fd Bluetooth: Add config option for security keys handling Johan Hedberg 2015-06-30 10:47:53 +0300
  • 0fdf33c734 Bluetooth: Move L2CAP connection notification earlier Johan Hedberg 2015-06-30 10:23:41 +0300
  • 4bfbbce870 Bluetooth: Remove unnecessary comment Johan Hedberg 2015-06-30 10:23:28 +0300
  • 44fa50b975 Bluetooth: Fix minor coding style issue Johan Hedberg 2015-06-30 10:23:09 +0300
  • b62f778664 Bluetooth: Start outgoing connection with tracking Arkadiusz Lichwa 2015-06-23 14:38:24 +0200
  • 8fe7db3e17 Bluetooth: Add bt_att_send API Luiz Augusto von Dentz 2015-06-29 14:40:40 +0300
  • 949106ceea Bluetooth: Notify about connection events in tester app Mariusz Skamra 2015-06-05 14:56:53 +0200
  • ee20dd0a10 Bluetooth: Handle advertising in tester app Mariusz Skamra 2015-06-03 16:24:03 +0200
  • 648a4923ed Bluetooth: Add bt_conn_lookup_state function Mariusz Skamra 2015-06-25 11:31:17 +0200
  • a14314e913 Bluetooth: Move security related code to bluetooth.h Szymon Janc 2015-06-26 19:24:50 +0200
  • 3e1023cdcd Bluetooth: Remove 'none' security level Szymon Janc 2015-06-26 19:06:21 +0200
  • a6a0e54ec9 Bluetooth: Do nothing if required no encryption Szymon Janc 2015-06-26 19:04:25 +0200
  • bd0642958b Bluetooth: Add doxygen for bt_conn_security Szymon Janc 2015-06-26 19:03:05 +0200
  • caadf61a54 Bluetooth: Adjust debug logs for connection ref Arkadiusz Lichwa 2015-06-26 14:52:55 +0200
  • 1fc691ed42 Bluetooth: Add support for sending HCI LE Start Encryption command Szymon Janc 2015-06-25 12:12:16 +0200
  • 10a2f86bef Bluetooth: Add security command to shell application Szymon Janc 2015-06-25 11:17:49 +0200
  • 81a4dbcf8f Bluetooth: Allow to set required security for connection Szymon Janc 2015-06-25 11:08:57 +0200
  • c979fc25ca Bluetooth: SMP: Require encryption keys distribution from slave Szymon Janc 2015-06-24 16:53:18 +0200
  • 04b731df03 Bluetooth: SMP: Send random on confirmation Szymon Janc 2015-06-24 22:52:25 +0200
  • aef53f9cde Bluetooth: SMP: Send confirm on pairing response Szymon Janc 2015-06-24 21:22:36 +0200
  • b3d94667a2 Bluetooth: SMP: Add initial support for sending pairing request Szymon Janc 2015-06-24 16:52:19 +0200
  • f59ed9e729 Bluetooth: SMP: Pass ia and ra based on connection role Szymon Janc 2015-06-24 13:14:03 +0200
  • e57984e3be Bluetooth: Make ref on connection object atomic Arkadiusz Lichwa 2015-06-23 14:38:24 +0200
  • ca2c662fc0 net: apps: Set the mac address in the stack Jukka Rissanen 2015-06-15 14:24:27 +0300
  • ba40f4ff31 net: apps: Set the mac address in listener app Jukka Rissanen 2015-06-15 14:22:41 +0300
  • 4eb70872fc net: Fix the loopback driver function parameters Jukka Rissanen 2015-06-15 14:20:56 +0300
  • 89c83d0162 net: 6lowpan: Adapt compression functions to net_mbuf buffers Ravi kumar Veeramally 2015-06-12 17:00:09 +0300
  • 540980e243 net: ip: Makefile re-structuring Jukka Rissanen 2015-06-12 16:18:06 +0300
  • e0509c5e6f net: rpl: Fix compile errors Jukka Rissanen 2015-06-12 16:15:47 +0300
  • 5d11691aa6 net: Add source mac address to net_buf Jukka Rissanen 2015-06-12 16:12:20 +0300
  • 19fe2ff93d net: uip: Avoid unused label compile warning Jukka Rissanen 2015-06-12 16:10:48 +0300
  • 6869b1ace6 net: Make 6lowpan config depend on 802.15.4 config Jukka Rissanen 2015-06-11 15:13:44 +0300
  • 1af5132250 net: Do not compile slip if UART support is missing Jukka Rissanen 2015-06-11 10:17:54 +0300
  • 015b52f55c net: 15.4: Make it possible to disable 802.15.4 networking Jukka Rissanen 2015-06-11 08:51:53 +0300
  • cae2483f18 net: 15.4: Tweak the stack size of Rx and Tx fibers Jukka Rissanen 2015-06-05 11:30:56 +0300
  • 0e8524ca2e net: Tweak the stack size of Rx and Tx fibers Jukka Rissanen 2015-06-05 11:30:04 +0300
  • 904c5a0cf0 net: Tweak the number of network buffers to use Jukka Rissanen 2015-06-05 11:28:55 +0300
  • 46b534009d net: conf: Set the max number of internal buffers Jukka Rissanen 2015-06-05 11:27:17 +0300
  • 19983ee89f net: apps: Send always the max data size to test the stack Jukka Rissanen 2015-06-05 11:25:52 +0300
  • 442554615f net: 15.4: Add code to analyze stack usage Jukka Rissanen 2015-06-04 17:18:43 +0300
  • e4505927a3 net: 15.4: Rename rx and tx fibers Jukka Rissanen 2015-06-04 16:52:12 +0300
  • 29d0e5b74a net: 6lowpan: Free net_buf if receiving wrong fragments Jukka Rissanen 2015-06-04 15:49:33 +0300
  • 95fb81a3ae net: 6lowpan: Clear net_buf pointer after sending or dropping it Jukka Rissanen 2015-06-04 15:39:27 +0300
  • 63512ac2f3 net: udp: Do not mark the packet to be dropped if received ok Jukka Rissanen 2015-06-04 15:34:20 +0300
  • 3be36754db net: UDP socket registration must only done once Jukka Rissanen 2015-06-04 12:57:57 +0300
  • 914bb3f3f5 net: apps: Add support for microkernel in 802.15.4 test app Jukka Rissanen 2015-06-04 12:56:48 +0300
  • 56ccfb3785 net: 15.4: Add 802.15.4 driver and 802.15.4 loopback radio driver Ravi kumar Veeramally 2015-06-03 16:47:41 +0300
  • 231572a1c6 net: Set loopback address in the loopback driver Patrik Flykt 2015-05-29 15:45:58 +0300
  • e4a6a07f40 net: rpl: Enable RPL Kconfig option Jukka Rissanen 2015-06-02 09:44:03 +0300
  • 0b54f984b8 net: apps: Simple listener application that just receives packets Jukka Rissanen 2015-05-28 12:50:12 +0300
  • 43593bcbf4 net: Use simple UART driver for handling slip (serial line IP) traffic Jukka Rissanen 2015-05-28 12:14:21 +0300
  • 016f6e7d6a Bluetooth: Replace peer address with conn in GATT API Luiz Augusto von Dentz 2015-06-25 13:54:17 +0300
  • 03d040d832 Bluetooth: Make hci_le_create_conn() sync Arkadiusz Lichwa 2015-06-25 13:51:31 +0200
  • 207402006a Bluetooth: Reorder GATT struct members to avoid padding Luiz Augusto von Dentz 2015-06-24 11:28:44 +0300
  • 6d54615e7c net: Look up the local address if none is given Patrik Flykt 2015-05-29 15:31:30 +0300
  • b2685703b9 net: context: Add our local address to address list Jukka Rissanen 2015-05-28 12:47:18 +0300
  • e71e01a588 net: uip: Debug print the added IPv6 address Jukka Rissanen 2015-05-28 12:46:21 +0300
  • ad409a8964 net: init: Allow the network stack to be initialized only once Jukka Rissanen 2015-05-28 11:01:28 +0300
  • 6fe17bb7a5 net: Check error when pushing packet into stack Jukka Rissanen 2015-05-28 10:30:08 +0300
  • fa87944a08 net: Check that net context is unset based on IP protocol Patrik Flykt 2015-05-27 15:00:40 +0300
  • b993277436 net: Assign local UDP port number Patrik Flykt 2015-05-27 14:57:43 +0300
  • 586f3adf6e net: Handle IPv6 packet reception Patrik Flykt 2015-05-26 13:45:40 +0300
  • eec46f1a88 net: Add code to analyze stack usage Jukka Rissanen 2015-05-26 12:23:46 +0300
  • 3ce38be09d net: Declare fiber stacks as __noinit Jukka Rissanen 2015-05-26 12:18:38 +0300
  • 9431109cde net: Add separated compression and fragmentation files. Ravi kumar Veeramally 2015-05-25 15:07:21 +0300
  • 575c89eacb net: Update 802.15.4 stack with net_mbuf and split sicslowpan Ravi kumar Veeramally 2015-05-25 14:53:52 +0300
  • c574d6de3e Bluetooth: Fix cmd_status handling for status == 0 Johan Hedberg 2015-06-25 13:16:49 +0300
  • 5d443c6136 net: apps: Add a sample app using the loopback driver Patrik Flykt 2015-05-22 10:51:22 +0300
  • e26167cd4a net: Add loopback driver Patrik Flykt 2015-05-22 10:46:24 +0300
  • 78f518db52 net: Use network driver when sending IP packets Patrik Flykt 2015-05-15 14:49:41 +0300
  • 29a61aff9c net: Add function to receive an IP packet from the driver Patrik Flykt 2015-05-15 14:41:15 +0300
  • 5d3685f85f net: Add separate buffers for MAC layer Jukka Rissanen 2015-05-15 13:33:42 +0300
  • 6e33b6b7af net: csma: Init the queuebuf before use Jukka Rissanen 2015-05-07 14:33:57 +0300
  • 05c97c195e net: uip: Return correct packet discard status to caller Jukka Rissanen 2015-06-01 10:57:22 +0300
  • fad23cb025 net: Check the return value when sending packet Jukka Rissanen 2015-05-07 14:27:23 +0300
  • 9ee16aa2df net: uip: Print link local address byte without length modifier Jukka Rissanen 2015-05-06 12:24:51 +0300
  • b4dcd72245 net: 6lowmac: Add more debug prints Jukka Rissanen 2015-05-06 12:13:01 +0300
  • fd9e55762d net: 6lowmac: Release net_buf if the packet is discarded Jukka Rissanen 2015-05-05 15:17:54 +0300
  • 620fb7eb6c net: 6lowpan: Enabled 6lowpan support Jukka Rissanen 2015-05-05 15:16:38 +0300
  • df85375e56 net: Dummy implementation for watchdog_periodic() Jukka Rissanen 2015-05-05 15:11:58 +0300
  • 2f5b1d1570 net: Add a way to see who is trying to alloc/dealloc a net_buf Jukka Rissanen 2015-05-05 15:09:59 +0300
  • 606c3701ab Bluetooth: Fix bt_conn_lookup_addr_le and bt_conn_lookup_handle Mariusz Skamra 2015-06-24 14:39:14 +0200
  • 5e79bfb662 Bluetooth: Refactor internal bt_conn_add() API Arkadiusz Lichwa 2015-06-23 11:56:50 +0200
  • c73aeba521 net: Fixing the net_receive() function Jukka Rissanen 2015-05-04 14:57:29 +0300