Commit graph

  • 393dad0ccf Bluetooth: Add callback for identity resolution Szymon Janc 2015-09-01 18:06:35 +0200
  • 81c445c02e Bluetooth: Remove not needed src from bt_conn Szymon Janc 2015-09-02 12:35:53 +0200
  • 4bf5573055 Bluetooth: SMP: Fix using identity address while re-pairing Szymon Janc 2015-09-01 17:30:58 +0200
  • c0ee86d1bf Bluetooth: SMP: Fix security request auth requirements Szymon Janc 2015-08-28 14:39:34 +0200
  • 6b20c8c40d Bluetooth: SMP: Cleanup all old keys on re-pairing Szymon Janc 2015-08-26 18:39:02 +0200
  • b617cbbfd1 net: tools: Usage info was missing -i option in echo-client Jukka Rissanen 2015-08-27 17:24:13 +0300
  • 607bc6deb2 net: tools: Clarify how to run echo-server in host Jukka Rissanen 2015-08-27 17:17:58 +0300
  • 882d53dce8 net: tools: echo-client did not return proper error code Jukka Rissanen 2015-08-25 16:29:47 +0300
  • 25dc3db624 net: apps: Fix the name of dtls-server Jukka Rissanen 2015-08-28 09:08:03 +0300
  • 1098442d1f net: apps: Wait forever for network packets Jukka Rissanen 2015-08-26 15:17:00 +0300
  • 662fc64009 net: Remove obsolete comment in net_init.c Jukka Rissanen 2015-08-27 13:12:56 +0300
  • 1abb0b5792 net: Enhance debugging of mac net buffer allocations Jukka Rissanen 2015-08-27 12:09:55 +0300
  • b6230cac0a net: 15.4: Use stack analyze functions from net_buf.h Jukka Rissanen 2015-08-27 11:54:13 +0300
  • 792bbbb6d8 net: Refactor the stack analyzer functions Jukka Rissanen 2015-08-20 17:58:03 +0300
  • 649a525329 net: Check NULL net_buf when releasing it Jukka Rissanen 2015-08-20 17:57:04 +0300
  • c9599d9d9b net: Fix the uip_buf() macro Jukka Rissanen 2015-08-20 17:55:23 +0300
  • 4b5a1d7172 net: tinydtls: Do not access NULL net_buf Jukka Rissanen 2015-08-20 17:53:11 +0300
  • 5ae65332ca net: Use new macros to access IP and UDP data Jukka Rissanen 2015-08-17 10:31:49 +0300
  • ae10411267 Bluetooth: SMP: Forbid JustWorks re-pairing of authenticated keys Szymon Janc 2015-08-26 17:57:26 +0200
  • 4f9ba8129b Bluetooth: Store key type in common structure Szymon Janc 2015-08-26 17:26:28 +0200
  • 90121208ab Bluetooth: Simplify keys management code Szymon Janc 2015-08-27 16:14:41 +0200
  • b7f6e31264 Bluetooth: Fix cancelling outgoing connection in shell app Szymon Janc 2015-08-28 12:54:17 +0200
  • e2673b539f Bluetooth: Use strcmp instead of strncmp Grzegorz Kolodziejczyk 2015-08-27 12:01:34 +0200
  • c688f327b1 Bluetooth: Use unified help cmd tip label for advertise cmd Grzegorz Kolodziejczyk 2015-08-27 11:48:16 +0200
  • bac8917917 Bluetooth: SMP: Clean up and unify remote key distribution tracking Johan Hedberg 2015-08-27 13:15:31 +0300
  • ee178d0970 Bluetooth: Fix wrong read included function name Grzegorz Kolodziejczyk 2015-08-26 16:25:41 +0200
  • 49cc10dcfd Bluetooth: uart: Minor coding style fix Johan Hedberg 2015-08-27 10:27:53 +0300
  • 3b5bae6b96 Bluetooth: Fix tester application automated build Szymon Janc 2015-08-26 18:48:05 +0200
  • 7a504e9a62 Bluetooth: Fix wrong buffer allocation result Andrei Emeltchenko 2015-08-26 11:34:13 +0300
  • 6e2132f724 Bluetooth: Separate char to hex helper Grzegorz Kolodziejczyk 2015-08-24 16:12:46 +0200
  • 31baaa9a18 Bluetooth: Fix compilation error with debugs enabled Szymon Janc 2015-08-26 09:14:45 +0200
  • 87b219cc05 Bluetooth: Update LE Exchange Features event handler Arkadiusz Lichwa 2015-08-10 21:53:45 +0200
  • d3dc91e73a Bluetooth: Initiate LE Exchange Remote Features Arkadiusz Lichwa 2015-07-27 17:28:59 +0300
  • 2b2e67a220 Bluetooth: Move connection callbacks to the conn.c Mariusz Skamra 2015-08-23 20:47:29 +0200
  • 7682d1579f Bluetooth: Make bt_l2cap_update_conn_param to be non-void function Mariusz Skamra 2015-08-23 20:17:11 +0200
  • e6b32cd098 Bluetooth: SMP: Use flag for tracking if encryption pending Szymon Janc 2015-08-25 11:20:24 +0200
  • 8e645f9e7c Bluetooth: Use connection reference as free indicator Szymon Janc 2015-08-19 18:44:32 +0200
  • 2d4aac58f5 Bluetooth: Update authentication support in shell application Szymon Janc 2015-08-17 19:24:25 +0200
  • 6486ae7943 Bluetooth: SMP: Verify MITM requirements in security request Szymon Janc 2015-08-17 19:12:50 +0200
  • 25973ac160 Bluetooth: Fix setting security level on encryption Szymon Janc 2015-08-17 18:54:47 +0200
  • b73d408b72 Bluetooth: Fix requesting high security level Szymon Janc 2015-08-17 18:27:48 +0200
  • 74a1f0fe2e Bluetooth: SMP: Verify if required security level is reachable Szymon Janc 2015-08-17 18:20:38 +0200
  • 4020511af7 Bluetooth: Store if generated keys are authenticated Szymon Janc 2015-08-17 18:01:03 +0200
  • e5bb0f9bdd net: tools: Add 15.4 monitor tool support Ravi kumar Veeramally 2015-08-19 14:22:36 +0300
  • 048464b756 net: 15.4: Fix trivial errors in dummy radio Ravi kumar Veeramally 2015-08-19 13:50:19 +0300
  • 84e9c1ec69 Bluetooth: SMP: Report failure only for authenticated pairing Szymon Janc 2015-08-17 17:49:46 +0200
  • 765ad1f6b9 Bluetooth: SMP: Add flags for tracking state Szymon Janc 2015-08-17 17:29:48 +0200
  • 01c76d9fa4 Bluetooth: SMP: Add support for passkey entry Szymon Janc 2015-08-17 09:16:51 +0200
  • 7d392f7a6d Bluetooth: SMP: Add support for tracking pairing method Szymon Janc 2015-08-17 12:19:13 +0200
  • a9d6a816e8 Bluetooth: ATT: Be more consistent with bt_buf variable names Luiz Augusto von Dentz 2015-08-18 15:48:26 +0300
  • 2a97e28aa4 net: apps: dtls-client test application Jukka Rissanen 2015-08-14 13:39:30 +0300
  • d5f3415562 net: tools: Add dtls-server test application Jukka Rissanen 2015-08-14 13:37:22 +0300
  • 9d0af1c270 spi: Intel spi driver fixes Tomasz Bursztyka 2015-09-08 11:26:12 +0300
  • 1804292f6d spi: Add an error callback type Tomasz Bursztyka 2015-09-08 10:53:03 +0300
  • 7d0e1d9218 Add initial import of TinyCrypt crypto library and tests Constanza Heath 2015-08-21 16:16:58 -0700
  • 71ad87c7d0 loapic: add LOAPIC_DEBUG for debugging loapic Anas Nashif 2015-09-07 08:25:45 -0400
  • 476a823c94 loapic: cleanup comments Anas Nashif 2015-09-07 08:22:55 -0400
  • e81942e538 arc: do not include arch/cpu.h, nanokernel.h has it Anas Nashif 2015-09-06 08:18:26 -0400
  • a07a7903fd Remove serial options dependency on X86_32 Anas Nashif 2015-09-04 12:45:36 -0400
  • a2c88abf63 Add dropped GDB_INFO option Anas Nashif 2015-08-29 06:42:33 -0400
  • 6525b656cd arc registers: fixes the macros to read arc registers Juan Manuel Cruz 2015-08-26 13:43:59 -0500
  • 8e6e3dd380 make disabling nested interrupts configurable Anas Nashif 2015-08-19 18:01:26 -0400
  • 26e7aaf1f1 ia32: Removing useless inByte/outByte declarations Tomasz Bursztyka 2015-09-02 17:07:45 +0300
  • 662c3773f8 pipes: remove lingering mentions of 'remote nodes' Benjamin Walsh 2015-09-01 11:48:48 -0400
  • 25d58d6fdb mutex: fix comments still containing the 'node' concept Benjamin Walsh 2015-09-01 11:38:05 -0400
  • d41b82a649 latency_measure: fix lingering instance of NODE1 Benjamin Walsh 2015-09-01 11:48:11 -0400
  • 3ade2211de test_timer: remove lingering mentions of 'node' in API names Benjamin Walsh 2015-09-01 11:29:22 -0400
  • 0f5607a211 microkernel: rename _k_init_node() to _k_init_dynamic() Benjamin Walsh 2015-09-01 10:43:43 -0400
  • 7bfecd801b fiber: remove fiber from thread list when cancelling delayed start Benjamin Walsh 2015-08-31 17:15:27 -0400
  • 7b21b2648a nano_context: allow _thread_exit() to be called from a task Benjamin Walsh 2015-09-01 09:55:25 -0400
  • 7f84234892 ns16550: Use sys_io.h relevant functions depending on context Tomasz Bursztyka 2015-09-02 17:04:06 +0300
  • 60260536ac Add Recommended Practices Documentation. Gerardo A. Aceves 2015-08-17 18:28:39 -0500
  • ab315b3046 doc: edited grammar, punctuation, spelling, word usage. steveballard123 2015-09-02 14:56:34 -0700
  • 670da4331b doc: updating quickstart for style consistency steveballard123 2015-08-31 12:10:02 -0700
  • a566afbebd ia32_pci: Add support for the designware i2c controller Tomasz Bursztyka 2015-08-31 13:41:56 +0300
  • 17c8f74859 i2c: Adding support for PCI enabled dw i2c controller Tomasz Bursztyka 2015-08-31 12:00:42 +0300
  • 7958f22acd i2c: converting to sys-io functions Dan Kalowsky 2015-08-27 10:55:36 -0700
  • 998cc8e3d4 i2c: import of Synopsis DesignWare I2C Dan Kalowsky 2015-08-26 14:56:43 -0700
  • 1f63fb5de4 i2c: Adding makefile to build code Dan Kalowsky 2015-08-26 14:56:43 -0700
  • e6252dd0ba ia32: Handle CONFIG_EARLY_CONSOLE Tomasz Bursztyka 2015-08-31 12:47:29 +0300
  • f55392770e misc: Add an option to enable early console Tomasz Bursztyka 2015-08-31 12:45:13 +0300
  • cb1774c548 gpio: Correct the PCI pre-set informations Tomasz Bursztyka 2015-08-31 15:44:15 +0300
  • 26581d1c82 gpio: Remove a useless local variable Tomasz Bursztyka 2015-08-31 14:23:33 +0300
  • c0800e9248 galileo: Provide pre-set base address of the 2 UART ports Tomasz Bursztyka 2015-08-31 17:22:56 +0300
  • edb863c79f pci: Removing bogus and finally useless optimization Tomasz Bursztyka 2015-08-31 17:08:44 +0300
  • b3b16c6323 kconfig: add NSIM option to arch Kconfig Anas Nashif 2015-09-02 08:14:39 -0400
  • 5c0bf859c3 Kconfig: reorganise misc/Kconfig Anas Nashif 2015-09-04 09:38:47 -0400
  • 70603a5144 Add option to enable HW flow control for UART Adrian Pochiu 2015-07-31 06:57:00 -0400
  • 01fbc04fb1 update .gitignore with auto-generated files Anas Nashif 2015-09-04 09:28:03 -0400
  • 03351519ee kconfig: move UART_INTERRUPT_DRIVEN into serial options menu Anas Nashif 2015-09-04 09:25:55 -0400
  • 0a7e4d1b9b Fix arc interrupt configuration Dirk Brandewie 2015-07-31 06:56:59 -0400
  • 3e1d1c2aa5 sanitychecks: add whitelist to stackprot testcase Anas Nashif 2015-09-02 07:45:53 -0400
  • 842393f608 sanitychecks: add conf files for arc tests Anas Nashif 2015-09-02 07:31:00 -0400
  • dfa734d57e doc: Enhance information about microkernel pipes Allan Stephens 2015-09-02 09:19:58 -0400
  • 8a931c4828 Remove index.rst for kconfig, it is auto-generated Anas Nashif 2015-09-03 16:00:43 -0400
  • 1e006d8146 pci: Fix a vendor/device id bug where only one might be wrong Tomasz Bursztyka 2015-08-31 17:04:40 +0300
  • 945ed24597 doc: Clarify requirements for referencing microkernel objects Allan Stephens 2015-09-01 12:39:22 -0400
  • 1780da4151 pci: Add the bus and device informations to the debug output function Tomasz Bursztyka 2015-08-31 16:58:11 +0300
  • 989e59590e irq: Remove CONFIG_PIC #if/#else since such option does not exist Tomasz Bursztyka 2015-09-03 10:35:33 +0300
  • b4e795b78c arc: Fix the sys_io.h operations to work on both registers and addresses Tomasz Bursztyka 2015-09-02 10:52:32 +0300