Commit graph

  • 49c0444f5c net: shell: Print more detailed neighbor information Jukka Rissanen 2017-03-07 16:55:29 +0200
  • ac74637e54 net: ipv6: Return the prefix lifetime in seconds Jukka Rissanen 2017-03-07 16:42:12 +0200
  • 465ce5bac5 net: ipv6: Send NS when neighbor is added Jukka Rissanen 2017-03-07 16:06:06 +0200
  • 2f5ee81c28 net: ipv6: Print IPv6 neighbor state changes Jukka Rissanen 2017-03-07 15:14:00 +0200
  • 91e99ea7da net: ipv6: Add debug function to convert nbr state to string Jukka Rissanen 2017-03-07 15:06:36 +0200
  • f6987169d8 net/ieee802154: Fix net mgmt request to get core settings Tomasz Bursztyka 2017-03-09 08:47:02 +0100
  • 00a3b880f6 net/ieee802154: Add missing line breaks in the shell module Tomasz Bursztyka 2017-03-09 08:46:02 +0100
  • 876e341570 samples/net/http: Add the HTTP Basic Authentication routine Flavio Santes 2017-03-09 23:03:03 -0600
  • b8f8968f70 net/http: Move some statements to the right place Flavio Santes 2017-03-09 23:00:15 -0600
  • e1b46bfe29 samples/http: Match header field ctr with Kconfig variable Flavio Santes 2017-03-09 22:59:06 -0600
  • ff5178fd22 samples: mbedTLS coap: Cleaning prj.conf for QEMU Sergio Rodriguez 2017-03-09 16:42:40 -0800
  • 1b48f9fbc3 samples: mbedtls coap: Fixing entropy source Sergio Rodriguez 2017-03-09 16:35:50 -0800
  • efc68b4faf dts/extract_dts_includes.py: Replace cell_prefix to cell_string Kumar Gala 2017-03-09 11:11:16 -0600
  • 420606b925 arduino_101: add defconfig for mcuboot demonstration Andrew Boie 2017-03-15 12:45:44 -0700
  • a375932dee doc: arduino_101: fix typos/mistakes, and clarify some points Patrice Buriez 2017-03-12 15:25:13 +0100
  • eea731816f doc: arduino_101: document 'make flash' over DFU Patrice Buriez 2017-03-12 15:01:31 +0100
  • 1f429cd4a2 boards: arduino_101: support 'make flash' over DFU Patrice Buriez 2017-03-12 14:50:08 +0100
  • 82188ed651 scripts: add support script for 'make flash' over DFU Patrice Buriez 2017-03-12 14:19:49 +0100
  • 5ae8c95389 doc: add dfu-util to Linux dependencies Patrice Buriez 2017-03-12 14:06:29 +0100
  • cb2ae52fae scripts: sanitycheck: Typo fixes in docstring. Paul Sokolovsky 2017-03-13 18:05:11 +0300
  • f1a919187e drivers: eth_enc28j60: Clarify comments in the header file. Paul Sokolovsky 2017-03-12 20:28:09 +0300
  • 70772add28 arch/arm/core: In comments, consistently refer to "Cortex-M". Paul Sokolovsky 2017-03-11 19:33:29 +0300
  • 9d57a938ac doc: add 1.7.0 to the list of releases Anas Nashif 2017-03-11 17:29:27 +0100
  • b862addcf5 Zephyr 1.7.0 release notes Anas Nashif 2017-03-11 17:27:36 +0100
  • c2cc5f90e2 ext/lib/crypto: Update TinyCrypt to version 0.2.6 Flavio Santes 2017-03-10 20:08:21 -0600
  • 381df63fe8 drivers: dma_qmsi: Wait few cycles to allow DMA controller changes Sergio Rodriguez 2017-03-07 14:38:37 -0800
  • 9e4772372f Merge "Merge net branch into master" Anas Nashif 2017-03-10 17:07:04 +0000
  • 137f207223 doc: Update getting started with Windows material David B. Kinder 2017-03-09 11:35:01 -0800
  • 80b5344970 Merge net branch into master Jukka Rissanen 2017-03-09 20:39:33 +0200
  • a060553666 net: if: Skip error print for already joined mcast group Jukka Rissanen 2017-03-09 15:45:34 +0200
  • 011392dafd net: if: Fix compiler warning when printing TX stack size Jukka Rissanen 2017-03-09 15:44:51 +0200
  • 50ec0864c6 net: bt: Fix memory corruption Luiz Augusto von Dentz 2017-03-09 16:17:31 +0200
  • b1d73aaa98 net/ieee802154: Use pre-filled link address as ll target Tomasz Bursztyka 2017-03-09 11:48:26 +0100
  • fac10f9b9a net/ieee802154: Display which channel is being scanned Tomasz Bursztyka 2017-03-08 12:19:53 +0100
  • bd7cd8c056 drivers/net/ieee802154: Display the wrong channel setting in error msg Tomasz Bursztyka 2017-03-08 11:55:42 +0100
  • 172c031ec9 sample: net: mbedtls ssl: SSL client sample is adapted to TCP API Juan Manuel Cruz Alcaraz 2017-03-06 19:10:35 -0600
  • 695cfff535 samples: net: dtls_client: Fix memory leak in RX path Jukka Rissanen 2017-03-08 15:21:10 +0200
  • 3a2bd9a162 samples: net: dtls_client: Fix mem leak in error path Jukka Rissanen 2017-03-08 15:18:08 +0200
  • dc8a019823 samples: net: dtls_client: RX buf count too low Jukka Rissanen 2017-03-07 10:51:40 +0200
  • b1aadd0b3a samples: net: http_server: Disable mbedtls Jukka Rissanen 2017-03-09 12:11:13 +0200
  • 6828412f27 samples: dtls client: DTLS client sample configuration file Juan Manuel Cruz Alcaraz 2017-03-06 12:20:29 -0600
  • 87bc931826 samples/net: Add the HTTP API to the HTTP client sample application Flavio Santes 2017-03-06 22:58:56 -0600
  • 848966be43 samples/net: Add the HTTP API to the HTTP server sample application Flavio Santes 2017-03-06 22:50:14 -0600
  • 8308b9bd2d net/http: Add the HTTP/1.1 API Flavio Santes 2017-02-21 15:02:00 -0600
  • e29202593d samples/net: Add the QEMU x86 prj file to the HTTP client sample app Flavio Santes 2017-03-07 14:24:58 -0600
  • f6d40023b4 samples/net: Fix format warning in the HTTP client sample app Flavio Santes 2017-03-07 23:51:40 -0600
  • a561f5e1c7 samples/net/http_client: Cast size_t to int to avoid compiler warnings Flavio Santes 2017-03-07 14:18:09 -0600
  • e38a9e8b9c net: Switch from per-iface tx thread to a unique k_poll triggered one Tomasz Bursztyka 2017-03-08 09:30:03 +0100
  • 0453629078 net: ip: Fix 6lo buffer leak when sending ACK Michael Scott 2017-03-08 12:28:56 +0100
  • bed2f43120 tests/net/dns: Add the test case for the DNS low-level routines Flavio Santes 2017-02-03 23:02:28 -0600
  • 1532013f53 net/dns: Fix style issues Flavio Santes 2017-03-08 01:05:49 -0600
  • f4890e2d87 net/dns: Add the static keyword to the dns_find_null routine Flavio Santes 2017-03-08 01:07:57 -0600
  • e376a68bd1 net/dns: Fix style issues in the DNS high-level API Flavio Santes 2017-03-08 01:12:27 -0600
  • 6ff97e40c4 net: core: Use K_NO_WAIT when spawning RX and TX threads Jukka Rissanen 2017-03-07 12:32:48 +0200
  • 2e552b2b59 net: core: Mark RX and TX threads essential Jukka Rissanen 2017-03-07 12:31:20 +0200
  • df19a423b0 net: todo: Mark multicast join/leave support done Jukka Rissanen 2017-02-14 15:03:58 +0200
  • aa95a93f38 net: iface: Print error if we cannot join mcast groups Jukka Rissanen 2017-03-06 11:03:26 +0200
  • e82f7a6a31 tests: net: Check allnodes and solicit node addresses. Jukka Rissanen 2017-03-06 00:24:10 +0200
  • 253e9a377f tests: net: Add MLD query tests Jukka Rissanen 2017-03-02 22:21:02 +0200
  • 29a6cc0add net: icmpv6: Add function to unregister ICMPv6 handler Jukka Rissanen 2017-03-03 14:15:43 +0200
  • 75b550e81d net: ipv6: Collect MLD statistics Jukka Rissanen 2017-03-02 12:41:41 +0200
  • 8d8e3772e6 net: ipv6: Respond to MLD query Jukka Rissanen 2017-02-10 14:41:12 +0200
  • d0fc787c21 tests: net: Add unit tests for mld Jukka Rissanen 2017-02-14 14:44:07 +0200
  • ef2ee88af1 net: ipv6: Add router alert option to MLD msg Jukka Rissanen 2017-02-10 14:15:24 +0200
  • c89270c670 net: if: Create support to flush the TX queue Jukka Rissanen 2017-02-10 10:38:15 +0200
  • 82267e7bd4 net: ipv6: Allow joining to existing multicast address Jukka Rissanen 2017-02-10 09:45:32 +0200
  • f8467437e6 net: if: Leave all joined IPv6 multicast groups at net_if_down Jukka Rissanen 2017-02-10 09:36:09 +0200
  • c3c76f35cc net: ipv6: Notify others if we join/leave IPv6 mcast group Jukka Rissanen 2017-02-10 09:04:37 +0200
  • ba5bb5a9df net: if: Join/leave pre-defined IPv6 multicast groups Jukka Rissanen 2017-02-09 09:57:06 +0200
  • 74e747a27f net: ipv6: Add support to join/leave multicast group Jukka Rissanen 2017-02-09 09:55:15 +0200
  • 7380d25ffc net/trickle: Include net_core.h in order to define NET_ASSERT Patrik Flykt 2017-03-06 13:06:27 +0200
  • 4199713d44 drivers/ieee802154: Added RAW device to nRF5 radio driver Wojciech Bober 2017-03-06 16:20:19 +0100
  • 7e6656eb9e samples: net: echo-server: Fix conditional around net_if_ipv4_addr_add() Marcus Shawcroft 2017-03-06 15:23:13 +0000
  • 0547f51408 net: shell: Fix missing return when IPv6 disabled Marcus Shawcroft 2017-03-06 14:44:39 +0000
  • d261385ed4 eth/mcux: Turn down the PHY debug verbosity. Marcus Shawcroft 2017-02-08 16:39:24 +0000
  • 43a19bd322 eth/mcux: Fix Kconfig help formatting. Marcus Shawcroft 2016-12-20 17:23:48 +0000
  • 162f25bc30 drivers/ieee802154: Added RAW mode support to nRF5 radio driver Wojciech Bober 2017-02-22 11:25:39 +0100
  • 07b8e4cb01 net: tcp: Add tcp options length june li 2017-03-03 17:50:35 +0800
  • eddd598323 net: tcp: remove net_tcp_set_state() function Michael Scott 2017-03-03 13:41:57 -0800
  • a96fbc8167 net: tcp: fix NET_TCP_CLOSED state propagatation Michael Scott 2017-03-03 12:40:09 -0800
  • 43ae27fd9b samples/coaps_server: Don't error if the packet doesn't have payload Vinicius Costa Gomes 2017-03-02 14:15:50 -0800
  • bf5263a552 net: ip: Address type mismatch warnings Jithu Joseph 2017-03-02 11:41:25 -0800
  • 673da2fbc8 net: core: Fix IPv6 extension parsing Jukka Rissanen 2017-03-03 13:40:44 +0200
  • 2e3e93dccb net: 6lo: Fix compress bit calculation Ravi kumar Veeramally 2017-03-03 14:11:00 +0200
  • dbec3b5838 net: 6lo: Fix invalid check on context id Ravi kumar Veeramally 2017-03-03 11:49:18 +0200
  • eb6379dd94 net: 6lo: Fix tiny style and comments issues Ravi kumar Veeramally 2017-03-03 11:47:10 +0200
  • 9b9198562b net: 6lo: Fix invalid hoplimit uncompression Ravi kumar Veeramally 2017-03-03 11:44:08 +0200
  • 2b3a12be70 net: 6lo: Fix incorrect order of HLIM and NH compression Ravi kumar Veeramally 2017-03-03 11:39:00 +0200
  • 26b014800b drivers: enc28j60: buffer reception waits timeout Juan Manuel Cruz 2017-03-02 10:42:16 -0600
  • 79ea89624e net: bt: Place ll address type together with other assignments Luiz Augusto von Dentz 2017-03-03 12:42:46 +0200
  • d7ed8d62d6 net: bt: Fix setting ll addresses to possible invalid pointers Luiz Augusto von Dentz 2017-03-03 12:25:49 +0200
  • 4db2c941be net: samples: Enable CONFIG_NET_CONTEXT_NBUF_POOL in prj_bt.conf Luiz Augusto von Dentz 2017-03-02 12:55:41 +0200
  • a6bc5cbb19 net: core: Fix IPv6 extra header options handling Ravi kumar Veeramally 2017-03-03 10:47:04 +0200
  • 89b7bbfcfd net: core: Remove duplicate calls Ravi kumar Veeramally 2017-03-03 10:33:09 +0200
  • 3fd8305d6a net: core: Do not handle RPL options if RPL not enabled Ravi kumar Veeramally 2017-03-03 10:26:48 +0200
  • 4c58593b79 net: core: Fix missing verdict assignment Ravi kumar Veeramally 2017-03-03 10:21:24 +0200
  • 5a26d8dacd net: icmpv6: Return valid verdict in case of success Ravi kumar Veeramally 2017-03-03 10:13:36 +0200
  • e17fe10673 net: icmpv6: Simplify debug calls Ravi kumar Veeramally 2017-03-03 10:10:51 +0200
  • 992549ab40 net: icmpv6: Remove unnecessary cache pointers for src and dst Ravi kumar Veeramally 2017-03-03 10:03:33 +0200
  • 476f46f61b net: icmpv6: Remove unused variable 'len' from input calls Ravi kumar Veeramally 2017-03-03 09:58:15 +0200