Commit graph

  • 7aa15f0257 net: ieee802154: Make pkt_hexdump ready to handle multi-fragment buffer Tomasz Bursztyka 2016-10-26 15:37:05 +02:00
  • b18bbedfb1 net: ieee802154: L2 radio drivers should handle multi-fragment buffers Tomasz Bursztyka 2016-10-26 13:57:46 +02:00
  • ffa39e05a6 net: ieee802154: Refactor data frame function signature Tomasz Bursztyka 2016-10-26 10:40:26 +02:00
  • 2887bbf7fc tests: ieee802154: Make the test ready to handle multi fragments buffer Tomasz Bursztyka 2016-10-26 13:54:04 +02:00
  • 11a1d9ef32 drivers: ieee802154: Make uart pipe driver tx one fragment only Tomasz Bursztyka 2016-10-28 09:52:29 +02:00
  • 0f2164cb5a drivers: ieee802154: Make CC2520 ready to tx only one fragment Tomasz Bursztyka 2016-10-26 13:36:08 +02:00
  • d48f36636d net: ieee802154: Refactor how address fields are generated Tomasz Bursztyka 2016-10-18 10:00:57 +02:00
  • 7e4bba03b4 net: ieee802154: Optimize context structure usage Tomasz Bursztyka 2016-10-12 14:30:20 +02:00
  • 1f429015fa net: ieee802154: Optimizing how dst addr is validated in beacons Tomasz Bursztyka 2016-10-10 15:01:53 +02:00
  • bcdca02ab0 net: l2: ieee802154: Fix radio utils comment Tomasz Bursztyka 2016-10-03 13:15:48 +02:00
  • 62ea188772 net: mgmt: Fix include recursion loop Tomasz Bursztyka 2016-10-21 11:52:08 +02:00
  • efaa46594f net: mgmt: Define request handlers to avoid build warning Tomasz Bursztyka 2016-10-12 15:11:10 +02:00
  • 86b1ef7b7b tests/zoap: Fix extra unref on net_buf fragments Vinicius Costa Gomes 2016-10-27 10:41:26 -02:00
  • 3aa352e622 tests/zoap: Port observer tests to the native stack Vinicius Costa Gomes 2016-10-25 16:33:11 -02:00
  • 1cd4190b2f drivers: ieee802154: cc2520: do not recalibrate rx after tx Tomasz Bursztyka 2016-10-21 15:31:52 +02:00
  • d5f906d493 net: tcp: Print TCP flags as a string rather than individual bits Leandro Pereira 2016-10-25 15:10:45 -07:00
  • 9ff4c5f41b net: ipv6: net_ipv6_create() should know about TCP Leandro Pereira 2016-10-24 13:54:06 -07:00
  • cec8703618 net: Do not dereference context before asserting Leandro Pereira 2016-10-14 10:15:24 -07:00
  • e230b9cdf3 net: tcp: Correctly set remote address when accepting connections Leandro Pereira 2016-10-13 17:22:30 -07:00
  • 8865dbd3a5 net: tcp: Correctly calculate SYN_ACK ack# Leandro Pereira 2016-10-13 15:28:37 -07:00
  • ded457d5fa slip: Fix hexdump print Jukka Rissanen 2016-10-26 17:03:52 +03:00
  • 5f3f331d48 net: Adapt to new behavior of net_buf_frag_add v2 Jukka Rissanen 2016-10-26 21:51:31 +03:00
  • 82ae330bfc net: Adapt to new behavior of net_buf_frag_add Luiz Augusto von Dentz 2016-10-21 16:11:36 +03:00
  • 78502f1804 net: tests: Update DHCPv4 test results based on events Ravi kumar Veeramally 2016-10-26 10:57:41 +03:00
  • 6210b7c19f net: Notify IPv4 related events on interface Ravi kumar Veeramally 2016-10-26 10:52:36 +03:00
  • f1986a1d1e net: Add IPv4 related events Ravi kumar Veeramally 2016-10-26 10:50:54 +03:00
  • 899df8742f wpanusb: Add wpanusb syslog domain Andrei Emeltchenko 2016-10-25 14:37:22 +03:00
  • 3c75cc9c9c wpanusb: Correct definition names Andrei Emeltchenko 2016-10-25 12:57:39 +03:00
  • cb77016c23 net: samples: Add samples overview for wpanusb and wpan_serial Andrei Emeltchenko 2016-10-04 11:05:33 +03:00
  • b014cc01d9 net: tcp: Master socket should never go to ESTABLISHED state Leandro Pereira 2016-09-19 17:15:59 -03:00
  • 9abf988079 net: tcp: Put new_connection on handshake failure Leandro Pereira 2016-09-19 17:06:09 -03:00
  • 03d4596c10 net: tcp: Drop early when accepting without accept callback Leandro Pereira 2016-09-19 16:59:37 -03:00
  • c0d6863272 net: tcp: Ensure iface set in LISTEN state on SYN_RCVD state Leandro Pereira 2016-09-19 16:58:32 -03:00
  • 1cffdd8cbd net: tcp: Return -EOPNOTSUPP for non-TCP in net_context_listen() Leandro Pereira 2016-09-19 15:49:22 -03:00
  • 82530f94d8 net: tcp: Change TCP state to listen on call to net_context_listen() Leandro Pereira 2016-09-19 15:41:43 -03:00
  • 56f6a86270 net: tcp: Use macros from byteorder.h to obtain ints Leandro Pereira 2016-10-24 13:21:47 -07:00
  • 88e6e403fe net: dhcpv4: Adjust DHCPv4 debug config wording. Marcus Shawcroft 2016-10-13 14:33:12 +01:00
  • 5d102604ad net: dhcpv4: Adjust debug diagnostic wording. Marcus Shawcroft 2016-10-05 15:18:37 +01:00
  • 047e17eed5 net: dhcpv4: Issue an NET_INFO when dhcpv4 allocates an IP. Marcus Shawcroft 2016-10-05 15:18:12 +01:00
  • e65a7fcff6 net: dhcpv4: Add received message debug. Marcus Shawcroft 2016-10-05 15:05:11 +01:00
  • f903cb3763 net: dhcpv4: Implement XID Marcus Shawcroft 2016-10-05 15:04:47 +01:00
  • df20ab8b90 net: Renaming net_l2_init sections to net_l2 Tomasz Bursztyka 2016-10-25 16:07:19 +02:00
  • 7f4275ef52 iot/zoap: Temporarily disable block size transfer test Jukka Rissanen 2016-10-25 16:33:54 +03:00
  • d3b21f0171 net: tests: Add unit tests for net_nbuf_write/insert utilites Ravi kumar Veeramally 2016-10-24 15:37:15 +03:00
  • 889b090ffb net: Implement net_nbuf_insert Ravi kumar Veeramally 2016-10-24 15:36:01 +03:00
  • 9f308ac83c net: Implement net_nbuf_write Ravi kumar Veeramally 2016-10-24 15:31:09 +03:00
  • 71d1bd6066 net: Remove unused net sections Tomasz Bursztyka 2016-10-25 10:02:05 +02:00
  • fd2e2f2f5e iot/dns: Update README files Flavio Santes 2016-10-24 15:44:21 -05:00
  • ffb6ae0dda iot/dns: Improve support for additional boards Flavio Santes 2016-10-24 15:34:33 -05:00
  • ca1a7c5825 net: tcp: Clean up TCP sequence checking Andy Ross 2016-10-18 14:59:15 -07:00
  • 24dcb8502c net: tcp: Fix race in net_tcp allocation Andy Ross 2016-10-18 13:41:30 -07:00
  • 63c7565219 net: tcp: Remove dead/stubbed struct elements in struct net_tcp Andy Ross 2016-10-18 13:25:00 -07:00
  • e6bbc5003c net: do not depend on ARCH Anas Nashif 2016-10-23 18:58:31 -04:00
  • 408d0c2124 wpanusb: Improve debug for wpanusb Andrei Emeltchenko 2016-10-04 11:05:33 +03:00
  • 9bbfaef4a1 wpan_serial: Implement 802.15.4 serial radio protocol Andrei Emeltchenko 2016-10-07 16:35:31 +03:00
  • 7b4acbff25 wpanusb: Add wpan radio protocol specification Andrei Emeltchenko 2016-10-04 11:06:38 +03:00
  • 68e7037104 ieee802154: Correct error logging for cc2520 driver Andrei Emeltchenko 2016-10-20 12:04:52 +03:00
  • daefa3d979 ieee802154: Add log domain for CC2520 driver Andrei Emeltchenko 2016-10-21 10:51:33 +03:00
  • 1c3c26a1f9 net: tests: Add TCP unit tests Jukka Rissanen 2016-08-18 10:09:30 +03:00
  • ddda50c214 net: tcp: Initial TCP functionality Jukka Rissanen 2016-08-18 10:08:04 +03:00
  • ed3dbe1cbf net: Fix typos in nbuf apis Ravi kumar Veeramally 2016-10-20 11:17:36 +03:00
  • 1057c44c65 net: Kconfig: Add NET_NBUF_USER_DATA_SIZE Luiz Augusto von Dentz 2016-10-19 11:02:07 +03:00
  • 54a500a478 net: Add helpers to get sockaddr pointer Jukka Rissanen 2016-10-21 10:35:00 +03:00
  • a559ad37c2 eth: enc28j60_legacy: Make driver config_info structure const. Jukka Rissanen 2016-10-21 12:44:43 +03:00
  • 4de34b3914 net: apps: Fix echo-server where IPv6 TCP context was used instead of IPv4 Paul Sokolovsky 2016-10-18 23:43:59 +03:00
  • be96b7df62 net: Make net_context_get_ip_proto check correct flag. Paul Sokolovsky 2016-10-19 00:13:53 +03:00
  • c689fd6f1a net: Rename net_nbuf_write to net_nbuf_append Ravi kumar Veeramally 2016-10-19 10:59:36 +03:00
  • 28a7df161c net: Fix ARP requests error Ravi kumar Veeramally 2016-10-18 13:00:07 +03:00
  • c90e0ae58c net: Fix slip compilation issue with debug option enabled Ravi kumar Veeramally 2016-10-18 12:09:28 +03:00
  • f1cd63c2b1 net: Fix net_nbuf_write buf ref count Ravi kumar Veeramally 2016-10-18 11:41:43 +03:00
  • 8d001fa5cb iot/dns: Add support for Arduino 101 and ENC28J60 Flavio Santes 2016-10-10 14:37:25 -05:00
  • 8b0467a967 iot/dns: Add '+' operator Flavio Santes 2016-10-11 10:50:19 -05:00
  • 05aded096e samples/mbedtls_dtlsclient: mbedTLS sample DTLS client app. Sergio Rodriguez 2016-10-04 15:36:40 -07:00
  • 09b2bb05d0 drivers/slip: Fix circular dependency on NET_SLIP Vinicius Costa Gomes 2016-08-31 16:40:42 -03:00
  • 516edbf8ac net/yaip: Separate SLIP support into TAP and TUN options Vinicius Costa Gomes 2016-08-31 16:38:06 -03:00
  • 46be4f4907 samples/zoap_client: Use token generator helper Vinicius Costa Gomes 2016-10-03 11:17:01 -03:00
  • ea28e4fccb iot/zoap: Add helper for generating tokens Vinicius Costa Gomes 2016-10-03 11:09:14 -03:00
  • dc45748d50 iot/zoap: Port to the native stack Vinicius Costa Gomes 2016-09-22 11:23:16 -03:00
  • 92539f21fc enc28j60: Modify echo server and client samples to support enc28j60 Juan Manuel Cruz Alcaraz 2016-09-27 13:38:20 -05:00
  • 8d6206c9be enc28j60: Adapt driver for native IP stack Juan Manuel Cruz Alcaraz 2016-09-23 10:01:23 -05:00
  • 8c7aa2d085 net: Add TODO item for Bluetooth Luiz Augusto von Dentz 2016-10-14 11:41:48 +03:00
  • 83c9da8af8 net: Add initial Bluetooth support using native IP stack Luiz Augusto von Dentz 2016-09-29 19:24:10 +03:00
  • f996299754 iot/zoap: Add support for error 4.15 Vinicius Costa Gomes 2016-09-26 15:39:01 -03:00
  • fa5481b1cb zoap: Fix alignment of multiline function arguments Vinicius Costa Gomes 2016-09-26 15:36:53 -03:00
  • b49d6246b3 net: drivers: slip: Let's cleanup a bit for better readability Tomasz Bursztyka 2016-10-13 12:58:34 +02:00
  • 37d0958321 net: driver: SLIP does not need to store ll reserve at any time Tomasz Bursztyka 2016-10-13 12:46:44 +02:00
  • 9c70e1ca06 net: drivers: Slip can get the MTU set on it's interface Tomasz Bursztyka 2016-10-13 12:36:58 +02:00
  • 076235c23b net: drivers: SLIP should not reserve anything while receiving Tomasz Bursztyka 2016-10-13 12:28:35 +02:00
  • 3aef2a6f34 net: nbuf: Make sure ll_reserve is not holding previous value Tomasz Bursztyka 2016-10-13 12:24:17 +02:00
  • 83c2b85341 net: ethernet: Update the data pointer according to ll reserve Tomasz Bursztyka 2016-10-13 10:27:50 +02:00
  • 7131ab2e43 net: Small simplififcation to net_nbuf_write Vinicius Costa Gomes 2016-10-05 16:35:51 -03:00
  • 23b0a8856e net: l2: Assert if frag cannot hold ethernet header Jukka Rissanen 2016-10-07 17:39:48 +03:00
  • bd55cfe420 net: Update TODO for DHCPv4 Ravi kumar Veeramally 2016-10-13 13:52:02 +03:00
  • e505e4641d net: Disable warning about unused label Vinicius Costa Gomes 2016-10-10 14:45:45 -03:00
  • ead511ddae net: Fix net_nbuf_read corner cases Ravi kumar Veeramally 2016-10-06 13:07:10 +03:00
  • e29b00b387 net: Calculate UDP checksum in 6lowpan uncompression Ravi kumar Veeramally 2016-10-10 14:50:39 +03:00
  • 962400f9b1 net: uip: Fix the net_context.h content for legacy stack Jukka Rissanen 2016-10-10 12:19:07 +03:00
  • 552dfaeaa7 iot/dns: Add DNS Client sample app Flavio Santes 2016-10-06 00:27:01 -05:00
  • 36bbd7a935 iot/dns: Add DNS Client support for Zephyr Flavio Santes 2016-10-06 00:07:48 -05:00
  • eb03404bce iot/dns: Remove legacy DNS client sample code Flavio Santes 2016-10-05 23:39:28 -05:00