Commit graph

  • b1d73aaa98 net/ieee802154: Use pre-filled link address as ll target Tomasz Bursztyka 2017-03-09 11:48:26 +01:00
  • fac10f9b9a net/ieee802154: Display which channel is being scanned Tomasz Bursztyka 2017-03-08 12:19:53 +01:00
  • bd7cd8c056 drivers/net/ieee802154: Display the wrong channel setting in error msg Tomasz Bursztyka 2017-03-08 11:55:42 +01:00
  • 172c031ec9 sample: net: mbedtls ssl: SSL client sample is adapted to TCP API Juan Manuel Cruz Alcaraz 2017-03-06 19:10:35 -06:00
  • 695cfff535 samples: net: dtls_client: Fix memory leak in RX path Jukka Rissanen 2017-03-08 15:21:10 +02:00
  • 3a2bd9a162 samples: net: dtls_client: Fix mem leak in error path Jukka Rissanen 2017-03-08 15:18:08 +02:00
  • dc8a019823 samples: net: dtls_client: RX buf count too low Jukka Rissanen 2017-03-07 10:51:40 +02:00
  • b1aadd0b3a samples: net: http_server: Disable mbedtls Jukka Rissanen 2017-03-09 12:11:13 +02:00
  • 6828412f27 samples: dtls client: DTLS client sample configuration file Juan Manuel Cruz Alcaraz 2017-03-06 12:20:29 -06:00
  • 87bc931826 samples/net: Add the HTTP API to the HTTP client sample application Flavio Santes 2017-03-06 22:58:56 -06:00
  • 848966be43 samples/net: Add the HTTP API to the HTTP server sample application Flavio Santes 2017-03-06 22:50:14 -06:00
  • 8308b9bd2d net/http: Add the HTTP/1.1 API Flavio Santes 2017-02-21 15:02:00 -06:00
  • e29202593d samples/net: Add the QEMU x86 prj file to the HTTP client sample app Flavio Santes 2017-03-07 14:24:58 -06:00
  • f6d40023b4 samples/net: Fix format warning in the HTTP client sample app Flavio Santes 2017-03-07 23:51:40 -06:00
  • a561f5e1c7 samples/net/http_client: Cast size_t to int to avoid compiler warnings Flavio Santes 2017-03-07 14:18:09 -06:00
  • e38a9e8b9c net: Switch from per-iface tx thread to a unique k_poll triggered one Tomasz Bursztyka 2017-03-08 09:30:03 +01:00
  • 0453629078 net: ip: Fix 6lo buffer leak when sending ACK Michael Scott 2017-03-08 12:28:56 +01:00
  • bed2f43120 tests/net/dns: Add the test case for the DNS low-level routines Flavio Santes 2017-02-03 23:02:28 -06:00
  • 1532013f53 net/dns: Fix style issues Flavio Santes 2017-03-08 01:05:49 -06:00
  • f4890e2d87 net/dns: Add the static keyword to the dns_find_null routine Flavio Santes 2017-03-08 01:07:57 -06:00
  • e376a68bd1 net/dns: Fix style issues in the DNS high-level API Flavio Santes 2017-03-08 01:12:27 -06:00
  • 6ff97e40c4 net: core: Use K_NO_WAIT when spawning RX and TX threads Jukka Rissanen 2017-03-07 12:32:48 +02:00
  • 2e552b2b59 net: core: Mark RX and TX threads essential Jukka Rissanen 2017-03-07 12:31:20 +02:00
  • df19a423b0 net: todo: Mark multicast join/leave support done Jukka Rissanen 2017-02-14 15:03:58 +02:00
  • aa95a93f38 net: iface: Print error if we cannot join mcast groups Jukka Rissanen 2017-03-06 11:03:26 +02:00
  • e82f7a6a31 tests: net: Check allnodes and solicit node addresses. Jukka Rissanen 2017-03-06 00:24:10 +02:00
  • 253e9a377f tests: net: Add MLD query tests Jukka Rissanen 2017-03-02 22:21:02 +02:00
  • 29a6cc0add net: icmpv6: Add function to unregister ICMPv6 handler Jukka Rissanen 2017-03-03 14:15:43 +02:00
  • 75b550e81d net: ipv6: Collect MLD statistics Jukka Rissanen 2017-03-02 12:41:41 +02:00
  • 8d8e3772e6 net: ipv6: Respond to MLD query Jukka Rissanen 2017-02-10 14:41:12 +02:00
  • d0fc787c21 tests: net: Add unit tests for mld Jukka Rissanen 2017-02-14 14:44:07 +02:00
  • ef2ee88af1 net: ipv6: Add router alert option to MLD msg Jukka Rissanen 2017-02-10 14:15:24 +02:00
  • c89270c670 net: if: Create support to flush the TX queue Jukka Rissanen 2017-02-10 10:38:15 +02:00
  • 82267e7bd4 net: ipv6: Allow joining to existing multicast address Jukka Rissanen 2017-02-10 09:45:32 +02:00
  • f8467437e6 net: if: Leave all joined IPv6 multicast groups at net_if_down Jukka Rissanen 2017-02-10 09:36:09 +02:00
  • c3c76f35cc net: ipv6: Notify others if we join/leave IPv6 mcast group Jukka Rissanen 2017-02-10 09:04:37 +02:00
  • ba5bb5a9df net: if: Join/leave pre-defined IPv6 multicast groups Jukka Rissanen 2017-02-09 09:57:06 +02:00
  • 74e747a27f net: ipv6: Add support to join/leave multicast group Jukka Rissanen 2017-02-09 09:55:15 +02:00
  • 7380d25ffc net/trickle: Include net_core.h in order to define NET_ASSERT Patrik Flykt 2017-03-06 13:06:27 +02:00
  • 4199713d44 drivers/ieee802154: Added RAW device to nRF5 radio driver Wojciech Bober 2017-03-06 16:20:19 +01:00
  • 7e6656eb9e samples: net: echo-server: Fix conditional around net_if_ipv4_addr_add() Marcus Shawcroft 2017-03-06 15:23:13 +00:00
  • 0547f51408 net: shell: Fix missing return when IPv6 disabled Marcus Shawcroft 2017-03-06 14:44:39 +00:00
  • d261385ed4 eth/mcux: Turn down the PHY debug verbosity. Marcus Shawcroft 2017-02-08 16:39:24 +00:00
  • 43a19bd322 eth/mcux: Fix Kconfig help formatting. Marcus Shawcroft 2016-12-20 17:23:48 +00:00
  • 162f25bc30 drivers/ieee802154: Added RAW mode support to nRF5 radio driver Wojciech Bober 2017-02-22 11:25:39 +01:00
  • 07b8e4cb01 net: tcp: Add tcp options length june li 2017-03-03 17:50:35 +08:00
  • eddd598323 net: tcp: remove net_tcp_set_state() function Michael Scott 2017-03-03 13:41:57 -08:00
  • a96fbc8167 net: tcp: fix NET_TCP_CLOSED state propagatation Michael Scott 2017-03-03 12:40:09 -08:00
  • 43ae27fd9b samples/coaps_server: Don't error if the packet doesn't have payload Vinicius Costa Gomes 2017-03-02 14:15:50 -08:00
  • bf5263a552 net: ip: Address type mismatch warnings Jithu Joseph 2017-03-02 11:41:25 -08:00
  • 673da2fbc8 net: core: Fix IPv6 extension parsing Jukka Rissanen 2017-03-03 13:40:44 +02:00
  • 2e3e93dccb net: 6lo: Fix compress bit calculation Ravi kumar Veeramally 2017-03-03 14:11:00 +02:00
  • dbec3b5838 net: 6lo: Fix invalid check on context id Ravi kumar Veeramally 2017-03-03 11:49:18 +02:00
  • eb6379dd94 net: 6lo: Fix tiny style and comments issues Ravi kumar Veeramally 2017-03-03 11:47:10 +02:00
  • 9b9198562b net: 6lo: Fix invalid hoplimit uncompression Ravi kumar Veeramally 2017-03-03 11:44:08 +02:00
  • 2b3a12be70 net: 6lo: Fix incorrect order of HLIM and NH compression Ravi kumar Veeramally 2017-03-03 11:39:00 +02:00
  • 26b014800b drivers: enc28j60: buffer reception waits timeout Juan Manuel Cruz 2017-03-02 10:42:16 -06:00
  • 79ea89624e net: bt: Place ll address type together with other assignments Luiz Augusto von Dentz 2017-03-03 12:42:46 +02:00
  • d7ed8d62d6 net: bt: Fix setting ll addresses to possible invalid pointers Luiz Augusto von Dentz 2017-03-03 12:25:49 +02:00
  • 4db2c941be net: samples: Enable CONFIG_NET_CONTEXT_NBUF_POOL in prj_bt.conf Luiz Augusto von Dentz 2017-03-02 12:55:41 +02:00
  • a6bc5cbb19 net: core: Fix IPv6 extra header options handling Ravi kumar Veeramally 2017-03-03 10:47:04 +02:00
  • 89b7bbfcfd net: core: Remove duplicate calls Ravi kumar Veeramally 2017-03-03 10:33:09 +02:00
  • 3fd8305d6a net: core: Do not handle RPL options if RPL not enabled Ravi kumar Veeramally 2017-03-03 10:26:48 +02:00
  • 4c58593b79 net: core: Fix missing verdict assignment Ravi kumar Veeramally 2017-03-03 10:21:24 +02:00
  • 5a26d8dacd net: icmpv6: Return valid verdict in case of success Ravi kumar Veeramally 2017-03-03 10:13:36 +02:00
  • e17fe10673 net: icmpv6: Simplify debug calls Ravi kumar Veeramally 2017-03-03 10:10:51 +02:00
  • 992549ab40 net: icmpv6: Remove unnecessary cache pointers for src and dst Ravi kumar Veeramally 2017-03-03 10:03:33 +02:00
  • 476f46f61b net: icmpv6: Remove unused variable 'len' from input calls Ravi kumar Veeramally 2017-03-03 09:58:15 +02:00
  • 08f6f5507b net: todo: Remove TCP from TODO Jesus Sanchez-Palencia 2017-03-01 14:19:13 -08:00
  • 46eaa94ec5 net: context: Check if conn_handler exists when binding Paul Sokolovsky 2017-03-01 22:22:25 +03:00
  • 141c0a5f1a samples: net: NATS protocol sample Leandro Pereira 2017-02-24 11:03:30 -08:00
  • fb192c5da0 lib: Add minimal JSON library Leandro Pereira 2017-02-16 15:51:31 -08:00
  • 760c1f1214 samples/net: Fix error handling issues in IRC bot Flavio Santes 2017-02-28 22:35:40 -06:00
  • c406be6360 samples/net: Fix uninitialized variable error Flavio Santes 2017-02-28 22:20:47 -06:00
  • 58d6e20493 net: nbuf: Print more info when trying double free net_buf Jukka Rissanen 2017-03-01 15:31:28 +02:00
  • aeb08874af net: samples: echo-client: Allow UDP and TCP run at the same time Jukka Rissanen 2017-03-01 13:59:08 +02:00
  • a616aa1f58 net: 6lo: ieee802154: Memory leak when unfragmenting received data Jukka Rissanen 2017-03-01 14:32:14 +02:00
  • ac7a05bbba net: 6lo: ieee802154: Do no try to unref NULL net_buf Jukka Rissanen 2017-03-01 14:30:55 +02:00
  • f8ae384dae net: nbuf: Print adjust value if we fail in read or write Jukka Rissanen 2017-03-01 13:57:01 +02:00
  • f031c2be37 net: nbuf: Do not delete the fragments in net_nbuf_unref() Jukka Rissanen 2017-02-28 14:07:34 +02:00
  • 93f7f9f3e6 net: shell: Show also ISR and main stack usage Jukka Rissanen 2017-02-28 10:58:55 +02:00
  • f8c60de061 net: nbuf: Create net_nbuf_frag_del() for tracking allocations Jukka Rissanen 2017-02-27 22:56:14 +02:00
  • 99097e53cb net: shell: Add cmd to see net_buf allocations Jukka Rissanen 2017-02-27 22:35:58 +02:00
  • 38d26d07e9 net: nbuf: Track memory allocations Jukka Rissanen 2017-02-27 22:34:50 +02:00
  • 573eea0884 net: nbuf: Remove unnecessary buf init Jukka Rissanen 2017-02-27 17:30:04 +02:00
  • 038664ac6f net: if: Clarify the documentation in net_if_send_data() Jukka Rissanen 2017-02-27 16:33:34 +02:00
  • 57150538bd net: nbuf: Remove obsolete reserve variable from net_nbuf Jukka Rissanen 2017-02-27 16:12:46 +02:00
  • 5032bdc46d net: nbuf: Pass ll_reserve when creating TX buffer Jukka Rissanen 2017-02-24 15:28:17 +02:00
  • 189ec2b6ad net: Remove link layer reserve param from IP packet creator Jukka Rissanen 2017-02-24 14:10:08 +02:00
  • 5197266768 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment Jukka Rissanen 2017-02-24 13:32:56 +02:00
  • 0fdee2ef5d net: nbuf: Print pool name instead of address in debug prints Jukka Rissanen 2017-02-24 10:48:27 +02:00
  • 4111b994b7 net: shell: Fix the info prints for net_buf pools Jukka Rissanen 2017-02-24 10:39:50 +02:00
  • d32503f57e net: nbuf: Split one global DATA pool to RX and TX DATA pools Jukka Rissanen 2017-02-23 23:53:59 +02:00
  • 2478dd250b net: context: TCP packets must be send via net_tcp_send_data() Jukka Rissanen 2017-02-21 14:44:09 +02:00
  • 93533b37d8 net: tcp: Fix the issues with 6lo Jukka Rissanen 2017-02-17 15:39:55 +02:00
  • e18f76ce60 net: conn: Print UDP and TCP checksum after receiving pkt Jukka Rissanen 2017-02-21 15:33:45 +02:00
  • 30a3f5ce88 net: 6lo: Change how net_buf is allocated in RX side Jukka Rissanen 2017-02-21 10:34:39 +02:00
  • 10979d8326 net: 6lo: Use dedicated buf pool if enabled Jukka Rissanen 2017-02-17 15:33:12 +02:00
  • eb35c8dcae net: nbuf: Add helper function to copy buf user_data Jukka Rissanen 2017-02-17 14:44:55 +02:00
  • 4bcc2a47d0 net: nbuf: Fix net_nbuf_copy() so that original nbuf is not modified Jukka Rissanen 2017-02-21 11:20:35 +02:00