Commit graph

  • 3d560e14ac net: tls: Add socket option to read chosen ciphersuite Robert Lubos 2018-07-18 15:05:12 +02:00
  • 11c24c855d net: tls: Add socket option to select ciphersuites Robert Lubos 2018-07-18 15:05:12 +02:00
  • 915317724c net: tls: Add socket option to set TLS hostname Robert Lubos 2018-07-18 15:05:11 +02:00
  • a3edfc2563 net: tls: Set TLS credentials in mbedTLS Robert Lubos 2018-07-18 15:05:10 +02:00
  • 48e055577b net: tls: Add socket option to select TLS credentials Robert Lubos 2018-07-18 15:05:09 +02:00
  • f959b5c164 net: tls: Add TLS socket options placeholder Robert Lubos 2018-07-18 15:05:09 +02:00
  • 11f7abcefd net: socket: Define getsockopt() and setsockopt() Robert Lubos 2018-07-18 15:05:08 +02:00
  • d09cbcaf6f net: tls: Add credential management subsystem Robert Lubos 2018-07-18 15:05:06 +02:00
  • 18226b1100 drivers: serial: Add power management to nRF UART driver Andrzej Głąbek 2018-07-25 15:42:29 +02:00
  • fe321f02fa arch: st_stm32: Fix IRQs number of various SoCs Yannis Damigos 2018-07-25 19:17:51 +03:00
  • e189f59031 drivers: wifi: simplelink: enable Fast Connect policy Gil Pitney 2018-07-24 16:09:27 -07:00
  • a691cc8159 net: ipv6: Fix memory leak caused by NS request failure Léonard Bise 2018-07-25 09:04:17 +02:00
  • 9c5725a69d net/ethernet: Pre-assigned declaration always comes first Tomasz Bursztyka 2018-07-26 10:07:44 +02:00
  • 5ebc86bdc6 net/ethernet: A device driver api uses struct device *dev Tomasz Bursztyka 2018-07-26 10:04:47 +02:00
  • 353acf4aae gen_syscalls.py: do not output data to stdout Andrew Boie 2018-07-23 18:10:15 -07:00
  • 00e29c176d tests: kernel: Move k_thread_foreach() API test to thread_apis test Ramakrishna Pallala 2018-06-04 10:58:31 +05:30
  • 8777ff1304 Fix compile errors related to errno.h Kumar Gala 2018-07-25 20:24:34 -05:00
  • 97c06a7ab3 arm: fix assembler offset errors on Cortex-M0 Andrew Boie 2018-07-25 11:47:21 -07:00
  • 573f32b6d2 userspace: compartmentalized app memory organization Shawn Mosley 2018-04-26 10:14:02 -04:00
  • 12e6aadcb0 lib: newlib: add read/write syscalls Andrew Boie 2018-03-26 17:07:33 -07:00
  • bc94cc1832 libc: minimal: add console system calls Andrew Boie 2018-03-26 16:57:25 -07:00
  • c384631dac Bluetooth: Mesh: Kconfig: Tweak RX SDU value Johan Hedberg 2018-07-25 15:39:02 +03:00
  • 8c1c1641fe Bluetooth: Mesh: Improve outgoing segment count configuration Johan Hedberg 2018-07-23 20:47:12 +03:00
  • d26e482dab Bluetooth: Mesh: Use more reasonable advertising buffer counts Johan Hedberg 2018-07-23 20:52:45 +03:00
  • 1292609458 logging: Use vsnprintk instead of vsnprintf Johan Hedberg 2018-07-23 15:46:43 +03:00
  • c68ab81f89 cmake: settings: Don't add ext nffs include dir to global includes Sebastian Bøe 2018-06-26 12:20:54 +02:00
  • c9e12493b2 cmake: Remove duplicate invocations of target_link_libraries on app Sebastian Bøe 2018-06-22 14:33:15 +02:00
  • 4c60c510c3 cmake: default to linking 'app' with the interface library 'FS' Sebastian Bøe 2018-06-22 14:32:03 +02:00
  • 9b8c83f44a net: Avoid holes in structs Jukka Rissanen 2018-07-25 13:22:49 +03:00
  • 9a68fea98c samples: boards: quark_se_c1000: Do not enter LPS states on test exit Ramakrishna Pallala 2018-07-25 13:39:01 +05:30
  • c27af47999 tests: power: power_states: Do not enter LPS states on test exit Ramakrishna Pallala 2018-07-25 13:30:35 +05:30
  • 6c49ce16c2 drivers: i2c: stm32: Kconfig: Remove redundant 'default n' properties Aurelien Jarno 2018-07-04 17:33:58 +02:00
  • 6b039a2b5d boards: arm: stm32f723e_disco: enable I2C support Aurelien Jarno 2018-07-03 22:03:34 +02:00
  • 97bc5abedf drivers: i2c: stm32: add support for STM32F7 Aurelien Jarno 2018-07-04 16:51:13 +02:00
  • d9d3a5adf8 tests: kernel: timer: Add a test case to cover k_timer_start Ramakrishna Pallala 2018-07-25 10:00:20 +05:30
  • 1bfcea244b subsys: logging: fix trigger threshold corner case Marti Bolivar 2018-07-24 13:40:33 -04:00
  • e3bf53566e Bluetooth: controller: Fix disabling LE Encryption support Szymon Janc 2018-07-24 18:58:38 +02:00
  • a1594472f2 samples: net: echo-client: Add overlay config support Jukka Rissanen 2018-07-24 16:33:42 +03:00
  • 8ba0ddf4ba test: Add test for native_posix RTC and real time control Alberto Escolar Piedras 2018-07-15 19:00:53 +02:00
  • 5cc928fbd4 native_posix: Add realtime control and real time clok model Alberto Escolar Piedras 2018-07-15 16:22:45 +02:00
  • ba45d54bf9 native_posix: command line parsing fix Alberto Escolar Piedras 2018-07-15 15:12:07 +02:00
  • 362e5ddb6b native_posix: Be more precise with stop-at Alberto Escolar Piedras 2018-07-15 15:09:57 +02:00
  • 1f4e8d679b usb_dc_stm32: Fix FS mode Andrei Emeltchenko 2018-07-19 15:36:04 +03:00
  • 48de3ec616 drivers: usb_dc_stm32: Add OTG HS full-speed PHY support Yannis Damigos 2018-07-07 19:49:56 +03:00
  • 302494d35a arch: stm32f4/f7: Add OTG HS defines to dts fixup file Yannis Damigos 2018-07-07 17:42:10 +03:00
  • cc214b4426 dts/arm/st: Add OTG HS node to STM32 F4 and F7 series Yannis Damigos 2018-07-07 17:34:35 +03:00
  • 8f338ecaa0 dts/bindings/usb: Add yaml files for STM32 OTG HS Yannis Damigos 2018-07-07 17:33:18 +03:00
  • 7b24690e14 tests: msgq: Enhance tests to improve code coverage Ajay Kishore 2018-07-24 23:49:33 +05:30
  • 7c8aa526cb tests: queue: Enhance tests to improve coverage Spoorthi K 2018-07-20 16:03:44 +05:30
  • 448cd0c0ce ci: handle documentation errors in ci Anas Nashif 2018-07-24 17:14:29 -05:00
  • 98775f34c3 kconfig: decouple realmode boot from CONFIG_JAIHOUSE Zide Chen 2018-07-23 15:58:56 -07:00
  • cea73067ce tests: kernel: Add test to validate k_stack_alloc_init, k_stack_cleanup Ajay Kishore 2018-07-17 06:05:13 +05:30
  • 9af485adf8 doc: fix incorrect defgroup comment in Queue tests David B. Kinder 2018-07-24 11:44:41 -07:00
  • 5c086deccd doc: fix doxygen error in ethernet.h David B. Kinder 2018-07-24 11:52:34 -07:00
  • a698e84a76 userspace: adjust syscall generation scripts Andrew Boie 2018-07-23 17:27:57 -07:00
  • 39db4f48d7 drivers/ieee802154: Fix settings channel/tx power in uart pipe driver Tomasz Bursztyka 2018-07-23 10:59:20 +02:00
  • 4c6b90e317 tests: queue: Add description and doxygen groups Spoorthi K 2018-07-23 12:40:26 +05:30
  • cb499d3232 tests: stack: Add description for test cases Spoorthi K 2018-07-23 11:33:40 +05:30
  • 6c30f5955e samples: net: Fix incorrect error check in echo_server Robert Lubos 2018-07-24 14:01:28 +02:00
  • 9bb56cc6b9 net/icmpv4: Rename static function with icmpv4_ prefix Tomasz Bursztyka 2018-07-24 12:59:18 +02:00
  • ea5610af0a net/icmpv4: src ll address does not need to be set Tomasz Bursztyka 2018-07-23 18:39:16 +02:00
  • be6f59d322 net/icmpv4: Checksum is always set to 0 prior to being calculated Tomasz Bursztyka 2018-07-23 15:24:07 +02:00
  • b89f127f01 net/icmpv4: Use generic IPv4 relevantly Tomasz Bursztyka 2018-07-23 15:19:51 +02:00
  • abf68bc5ea net/ipv4: Remove useless return value Tomasz Bursztyka 2018-07-23 14:34:15 +02:00
  • a38dc0914f net/ipv4: Remove ifdefs and use IS_ENABLED instead Tomasz Bursztyka 2018-07-23 14:22:13 +02:00
  • df4325a9b8 net/ipv4: Remove useless proto field setting in ipv4 header Tomasz Bursztyka 2018-07-23 14:08:40 +02:00
  • d147cc8dd4 mimxrt1050_evk: disable sanitycheck on this board [REVERT ME] Anas Nashif 2018-07-24 08:16:35 -05:00
  • f3d48e1cce sanitycheck: allow blacklisting boards Anas Nashif 2018-07-24 08:14:42 -05:00
  • fbbef6f436 net: stats: Simplify periodic statistics printing Jukka Rissanen 2018-07-18 12:59:33 +03:00
  • af34779510 samples: net: tp: Avoid compiler warning Jukka Rissanen 2018-07-18 12:47:50 +03:00
  • 50a08d9e8b loapic timer: LVTT should be programmed before ICR Zide Chen 2018-07-19 12:40:22 -07:00
  • 07e913a1e5 ioapic: IOREGSEL register needs to be treated as 32 bits Zide Chen 2018-07-23 10:53:00 -07:00
  • c5095797b9 samples: net: Add promiscuous mode application Jukka Rissanen 2018-07-23 14:09:24 +03:00
  • 36ab41df79 net: shell: Print information about promiscuous mode Jukka Rissanen 2018-07-23 14:08:15 +03:00
  • af44d7c2e8 net: eth: native_posix: Add promiscuous mode support Jukka Rissanen 2018-07-23 14:00:19 +03:00
  • 9135b17535 net: eth: native_posix: Return proper error code from linux Jukka Rissanen 2018-07-23 13:58:21 +03:00
  • d202834e86 tests: net: Add tests for net_promisc API Jukka Rissanen 2018-07-24 11:29:00 +03:00
  • 3f9c7bd159 net: Add promiscuous mode support Jukka Rissanen 2018-07-23 14:03:11 +03:00
  • e18900c5c5 tests: net: if: Add promisc mode tests Jukka Rissanen 2018-07-20 16:49:07 +03:00
  • 7352260696 tests: net: ethernet_mgmt: Add promisc mode tests Jukka Rissanen 2018-07-20 16:48:20 +03:00
  • bf9bae58d1 net: eth: Add generic promiscuous mode support Jukka Rissanen 2018-07-20 16:44:58 +03:00
  • b19cb207cb net: if: Add promiscuous mode set / unset functionality Jukka Rissanen 2018-07-20 16:42:54 +03:00
  • 72f75e52e1 samples: net: echo-server: Add overlay config support Jukka Rissanen 2018-07-19 18:00:56 +03:00
  • 99a91c9459 Bluetooth: Kconfig: Lower minimum required ACL buffer count Johan Hedberg 2018-07-23 14:12:59 +03:00
  • 8e8dc1c528 net: relax net_ip.h check Andrew Boie 2018-07-23 12:31:30 -07:00
  • efb0080d8b boards/x86: up_squared: fix UART interrupt triggers Daniel Leung 2018-07-23 13:22:18 -07:00
  • 90b64489e5 arch: arm: allow processor to ignore/recover from faults Ioannis Glaropoulos 2018-07-18 12:44:20 +02:00
  • f713fa5d52 arch: arm: re-organize arm fault handling Ioannis Glaropoulos 2018-07-18 11:54:10 +02:00
  • afef645279 arch: arm: Call NanoFatalErrorHandler and split out Secure stack dump Ioannis Glaropoulos 2018-07-18 11:46:19 +02:00
  • f4645561f9 arch: arm: improve documentation of _Fault(.) Ioannis Glaropoulos 2018-07-17 11:14:29 +02:00
  • 58cc75327b net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER Paul Sokolovsky 2018-07-20 13:41:36 +03:00
  • d2b3c75403 Revert "sanitycheck: set state correctly in case of a crash" Anas Nashif 2018-07-23 11:55:58 -05:00
  • fa90fdc42c logging: Macro argument evaluated when enabled Krzysztof Chruscinski 2018-07-23 14:02:17 +02:00
  • 2807e5c1c6 samples: net: echo_server: Fix building of echo replies Ravi kumar Veeramally 2018-07-19 15:30:24 +03:00
  • 3fafe4f9ad net: ipv6: Handle large IPv6 packets properly Ravi kumar Veeramally 2018-07-19 15:21:25 +03:00
  • e9e5115116 Bluetooth: shell: Add name command Luiz Augusto von Dentz 2018-07-17 13:55:47 +03:00
  • d1c4ce8741 Bluetooth: shell: Make use of BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-17 13:34:27 +03:00
  • a8688fc587 Bluetooth: peripheral: Set CONFIG_BT_DEVICE_NAME_MAX Luiz Augusto von Dentz 2018-07-10 16:35:23 +03:00
  • 2e2f122d51 Bluetooth: samples: Make use of BT_LE_ADV_OPT_USE_NAME Luiz Augusto von Dentz 2018-07-10 11:26:19 +03:00
  • 4052ca6d17 Bluetooth: Use shortened name if complete doesn't fit Luiz Augusto von Dentz 2018-07-16 12:08:02 +03:00