Commit graph

  • 3604b2c954 net: tcp: Properly ACK received TCP data Andy Ross 2016-11-01 13:55:50 -07:00
  • c0a48102b5 net: tcp: Fix flag goof in net_tcp_alloc() Andy Ross 2016-11-01 13:51:58 -07:00
  • 20424d5cc6 enc28j60: Fixes change to proper register bank Sergio Rodriguez 2016-10-31 15:58:18 -07:00
  • 9f1a656511 enc28j60: Fixes an issue with concurrent tx and rx Juan Manuel Cruz 2016-10-31 11:15:27 -06:00
  • d0cf3deb96 enc28j60: Improves interface with native IP stack Juan Manuel Cruz 2016-10-28 13:05:18 -05:00
  • 39779184ad enc28j60: Fixes a reception issue for big frames. Juan Manuel Cruz 2016-10-28 12:39:11 -05:00
  • a8bb46f0ec enc28j60: Fixes an issue reading/writing from spi Juan Manuel Cruz 2016-10-28 12:25:44 -05:00
  • f63f2f4b97 enc28j60: The MAX_BUFFER_LENGTH is now declared in header. Juan Manuel Cruz 2016-10-28 16:34:56 -05:00
  • d5c518c6ae net: ieee802154: Transform MAC between big and little endian Jukka Rissanen 2016-10-31 15:02:47 +02:00
  • 098bdc0741 samples/zoap_server: Fix wrong reference count Vinicius Costa Gomes 2016-10-31 19:23:27 -02:00
  • d51e682f5c samples/zoap_server: Fix retrieving the wrong address Vinicius Costa Gomes 2016-10-31 19:20:46 -02:00
  • 7a76729d0f net: tcp: Correctly store the temporary connection handle Andy Ross 2016-11-01 10:00:12 -07:00
  • aabd839213 net: ieee802154: MAC address needs to be stored in big endian format Jukka Rissanen 2016-10-31 14:32:02 +02:00
  • 050d86d965 net: ieee802154: Check data frame start correctly Jukka Rissanen 2016-10-28 16:50:01 +03:00
  • 55d8365285 net: tcp: Fix connection port matching Andy Ross 2016-10-28 15:01:07 -07:00
  • 4ffdb51572 net: tcp: Remove broken receive window computation Andy Ross 2016-10-28 12:06:46 -07:00
  • 66caf36a96 doc: Add a Network Management API usage document Tomasz Bursztyka 2016-09-28 16:45:02 +02:00
  • c38dd8870c tests: net: 6lo: Make sure no error in microkernel Jukka Rissanen 2016-10-28 15:10:41 +03:00
  • 9b2a896905 net: ieee802154: The lqi value was removed incorrectly Jukka Rissanen 2016-10-28 14:01:50 +03:00
  • 7fb317321b samples: ieee802154: Fragmentation is now supported so enabling it Tomasz Bursztyka 2016-10-28 09:44:21 +02:00
  • fe5a46603b net: ieee802154: Add the capability to create MAC command frames Tomasz Bursztyka 2016-10-18 16:06:19 +02:00
  • e19a945683 net: ieee802154: Add support for parsing MAC command frames Tomasz Bursztyka 2016-10-10 14:55:53 +02:00
  • 34b789e510 net: ieee802154: Add MAC command frames structures Tomasz Bursztyka 2016-10-10 13:00:58 +02:00
  • d02fe29616 net: ieee802154: Add support for requesting ACK on packets Tomasz Bursztyka 2016-10-06 18:18:47 +02:00
  • b986c7681e net: ieee802154: Add RFD feature level choice Tomasz Bursztyka 2016-10-21 11:56:13 +02:00
  • 8d2afd3c72 net: ieee802154: Reindent Kconfig help as they are mandated to be Tomasz Bursztyka 2016-10-27 11:44:22 +02:00
  • 91c3f06e97 tests: net: Moving IEEE 802.15.4 fragmentation test in proper place Tomasz Bursztyka 2016-10-27 11:35:35 +02:00
  • 593fc81bf4 tests: net: Multiple test will go inside ieee802154 Tomasz Bursztyka 2016-10-27 11:33:35 +02:00
  • 2cb620d4c9 net: ieee802154: Integrate 6lo fragmentation when sending Tomasz Bursztyka 2016-10-26 14:56:47 +02:00
  • 4266653c8c net: ieee802154: Integrate 6lo fragmentation reassembly Tomasz Bursztyka 2016-10-25 09:59:33 +02:00
  • 831bfcb048 net: ieee802154: Improve 6lo frag reassemble API Tomasz Bursztyka 2016-10-25 10:43:33 +02:00
  • 34988043a4 net: ieee802154: Reverse 6lo fragmentation verdict Tomasz Bursztyka 2016-10-25 09:49:18 +02:00
  • e7773fa255 net: ieee802154: Let's update fragmentation tag on relevant buffers Tomasz Bursztyka 2016-10-25 09:54:47 +02:00
  • 12f74bd658 net: ieee802154: Fix minor style issues in fragmentation part Tomasz Bursztyka 2016-10-25 09:14:01 +02:00
  • 6e1c9f02bc net: ieee802154: Generate 802.15.4 data frame for each data frag Tomasz Bursztyka 2016-10-26 10:58:45 +02:00
  • 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