summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-28Bluetooth: SPI: fix buf handling for HCI ACL packetsRicardo Salveti
2017-01-28Bluetooth: A2DP: Stream End Point StructurePiyush Itankar
2017-01-28Bluetooth: add storage flag for secure connection pairing LTKRoger Lendenmann
2017-01-28Bluetooth: HFP HF: Handle +CIEV reponseSathish Narasimman
2017-01-28Bluetooth: AVDTP: Add AVDTP Discover API PrototypeArun Jagadish
2017-01-28Bluetooth: Doc: RFCOMM PICS fileJaganath Kanakkassery
2017-01-28Bluetooth: L2CAP: Only set state for dynamic channelsLuiz Augusto von Dentz
2017-01-28Bluetooth: A2DP: Adds accept state callback handlersPiyush Itankar
2017-01-28Bluetooth: RFCOMM: Implement MSC Flow ControlJaganath Kanakkassery
2017-01-28Bluetooth: RFCOMM: Fix v24_signal in MSC responseJaganath Kanakkassery
2017-01-28Bluetooth: AT: HFP HF: Handle unsolicited reponseSathish Narasimman
2017-01-27sensor: use SENSOR_CHAN_*_XYZ instead of SENSOR_CHAN_*_ANYBogdan Davidoaia
2017-01-27tests: context: Verify for out of bounds arraySergio Rodriguez
2017-01-27sensor: add SENSOR_CHAN_*_XYZ enum valuesBogdan Davidoaia
2017-01-27ext: hal: nordic: cleanup Kbuild for nowKumar Gala
2017-01-27Merge net branch into masterJukka Rissanen
2017-01-27ext: Integrate Nordic SDK HAL files into ZephyrCarles Cufi
2017-01-27ext: Import Nordic SDK HAL filesCarles Cufi
2017-01-27net: echo-client: Add TCP supportJukka Rissanen
2017-01-27drivers/console/telnet: Select TCP when telnet is selectedTomasz Bursztyka
2017-01-27net: Fix leaving NET_MAX_6LO_CONTEXTS set when 6lowpan deselectedAndrei Emeltchenko
2017-01-27net/shell: Fix format stringTomasz Bursztyka
2017-01-27net: Remove unused CONFIG_NET_IPV6_NO_DAD optionAndrei Emeltchenko
2017-01-27net: Make NET_IPV6_DAD depends on NET_IPV6_NDAndrei Emeltchenko
2017-01-27net: Make NET_IPV6_ND configurable optionAndrei Emeltchenko
2017-01-27net: tests: Correct project file for route testsAndrei Emeltchenko
2017-01-27net: 6lo: Fix tiny style issuesRavi kumar Veeramally
2017-01-27net: dhcpv4: Fix tiny style issuesRavi kumar Veeramally
2017-01-27net/6lo: Switch to NET_ERR/NET_WARN when relevant.Tomasz Bursztyka
2017-01-27net/ieee802154: Raise an error when data frame cannot be createdTomasz Bursztyka
2017-01-27net/ieee802154: Modify radio TX function signatureTomasz Bursztyka
2017-01-27net: Remove CONFIG_NET_IPV6_NO_ND config optionAndrei Emeltchenko
2017-01-27samples/coaps_client CoAP over DTLS client example app using mbedTLSSergio Rodriguez
2017-01-27samples/coaps_server CoAP over DTLS server example app using mbedTLSSergio Rodriguez
2017-01-27drivers/console/telnet: Add ground support for telnet commandsTomasz Bursztyka
2017-01-27shell: If enabled, let's register telnet console as an inputTomasz Bursztyka
2017-01-27drivers/console/telnet: Provide minimal input handling.Tomasz Bursztyka
2017-01-27shell: Make the command queue size configurable via KconfigTomasz Bursztyka
2017-01-27console/shell: Switch to generic console inputTomasz Bursztyka
2017-01-27drivers/console: Making console input genericTomasz Bursztyka
2017-01-27drivers/uart_console: Fix tiny style issuesTomasz Bursztyka
2017-01-27shell: Fix tiny style issuesTomasz Bursztyka
2017-01-27samples/net: Add telnet console support on echo_server with qemuTomasz Bursztyka
2017-01-27drivers/console: Add a basic telnet consoleTomasz Bursztyka
2017-01-27net: ip: Add a useful macro to staticaly initialize a struct in_addrTomasz Bursztyka
2017-01-27misc/printk: Add a function to get the current hook function.Tomasz Bursztyka
2017-01-27drivers/console: Removing non existing Kconfig sourceTomasz Bursztyka
2017-01-27net: bt: Fix not checking for valid ll addressesLuiz Augusto von Dentz
2017-01-27net: 6lo: Verify src and dst link layer addressesRavi kumar Veeramally
2017-01-27net: ip: Check error conditions and return falseRavi kumar Veeramally