Commit graph

  • 913c1f29ca net: Add unit tests for new nbuf API's Ravi kumar Veeramally 2016-09-22 11:26:13 +03:00
  • 618879ac6a net: Add nbuf APIs to read/write across multiple fragments Ravi kumar Veeramally 2016-09-22 12:44:43 +03:00
  • 11df66a139 net: Fix distant address setting Andrei Emeltchenko 2016-09-22 12:08:45 +03:00
  • 338c2be888 net: tests: Add initial set of IPv6 tests Jukka Rissanen 2016-09-22 15:57:42 +03:00
  • fb9af2523d net: tests: Increase the timeout of trickle tests Jukka Rissanen 2016-09-22 09:26:02 +03:00
  • dd7b967f2d samples: quark_se_devboard has been renamed to quark_se_c1000_devboard Tomasz Bursztyka 2016-09-21 18:44:24 +02:00
  • 6790484ce2 net: ieee802154: Auto ACK and CRC are always on Tomasz Bursztyka 2016-09-21 18:34:27 +02:00
  • dbb3988ee6 net: Remove nbr_data section as it is useless Jukka Rissanen 2016-09-21 15:43:37 +03:00
  • 66d3601dd5 net: tests: Add tests for route management API Jukka Rissanen 2016-09-19 15:12:52 +03:00
  • dd8d2b8312 net: Generic route handling Jukka Rissanen 2016-09-19 15:09:37 +03:00
  • 3919c69072 net: Add IPv6 utility func to create IPv6 packet Jukka Rissanen 2016-09-19 16:48:12 +03:00
  • d1fb108192 net: Add ref counting debugging to neighbor cache Jukka Rissanen 2016-09-20 13:14:00 +03:00
  • 829fe0ed87 net: Add more debugging prints to neighbor cache Jukka Rissanen 2016-09-19 15:03:56 +03:00
  • 6cd33c4a36 net: Fix reachable timer accessing NULL pointer Jukka Rissanen 2016-09-19 15:02:03 +03:00
  • b607fdc79f net: Added a define for unused bytes length in ICMPv6 header Jukka Rissanen 2016-09-19 09:37:03 +03:00
  • d020340176 net: Add function to return neighbor by the index Jukka Rissanen 2016-09-16 11:19:46 +03:00
  • 69eccf7607 net: Fix function prototype documentation in neighbor header Jukka Rissanen 2016-09-16 11:17:24 +03:00
  • 985ea03bf0 net: User connectivity API documentation Jukka Rissanen 2016-08-26 13:15:00 +03:00
  • f5a04ec642 net: Initial architecture documentation Jukka Rissanen 2016-08-22 16:54:22 +03:00
  • 29e3bcfcde ieee802154_cc2520: Fix byte order swap for long address Andrei Emeltchenko 2016-09-20 11:03:24 +03:00
  • 640d524f69 net: tests: Add a simple IEEE 802.15.4 Beacon frame test Tomasz Bursztyka 2016-09-16 11:58:56 +02:00
  • daf0d1a134 net: Add IEEE 802.15.4 Beacon frame validation support Tomasz Bursztyka 2016-08-30 11:23:22 +02:00
  • 305093bb35 net: ieee802154: Endianess order is reversed on MAC Tomasz Bursztyka 2016-09-20 10:47:23 +02:00
  • a026c615ff net: apps: Add DHCPv4 client sample application Ravi kumar Veeramally 2016-09-12 17:16:22 +03:00
  • 2a9d75ac1c net: tests: Add DHCPv4 client unit tests Ravi kumar Veeramally 2016-09-12 17:15:37 +03:00
  • 28c82144c2 net: Add DHCPv4 client support Ravi kumar Veeramally 2016-09-12 17:12:47 +03:00
  • dd7eaf9dbf net: Fix net address state Ravi kumar Veeramally 2016-09-12 16:37:36 +03:00
  • eff902b4c7 net: tests: Add include dir only when specific options enabled Ravi kumar Veeramally 2016-09-12 16:19:22 +03:00
  • 87cf88b89e net: Fix IPv4 packet reception Ravi kumar Veeramally 2016-09-12 16:14:02 +03:00
  • f5dec25466 net: Fix arp/ethernet broadcast and multcast addr scenario Ravi kumar Veeramally 2016-09-12 16:03:37 +03:00
  • e09b79f858 net: Fix slip multipackets reception Ravi kumar Veeramally 2016-09-12 15:56:53 +03:00
  • 846201d049 net: tests: Remove broadcast and multicast tests from ARP Ravi kumar Veeramally 2016-09-14 11:07:16 +03:00
  • ae3f1cd622 net: Calculate IPv4 checksum when sending IPv4 packet Jukka Rissanen 2016-09-09 16:07:25 +03:00
  • e04445a042 net: Add utility func for calculating IPv4 checksum Jukka Rissanen 2016-09-09 16:06:28 +03:00
  • c427e9bbd6 net: Context accept cb needs to return failure code Jukka Rissanen 2016-09-08 17:04:03 +03:00
  • 73aa1cc72c net: Add TCP buffer access func to nbuf Jukka Rissanen 2016-08-18 10:06:31 +03:00
  • 708579eb6b net: Add TCP protocol header definition Jukka Rissanen 2016-08-18 10:05:50 +03:00
  • 84ffca2eb1 net: tests: Add unit test for net_nbuf_pull functionality Jukka Rissanen 2016-09-02 15:38:37 +03:00
  • 8d9ea90fba net: Add net_nbuf_pull function Jukka Rissanen 2016-09-02 15:37:05 +03:00
  • 6ef5fa22b2 net: Align net_if struct to 32-byte boundary Jukka Rissanen 2016-09-07 11:09:02 +03:00
  • 846bb62521 slip: Fix debug printing Jukka Rissanen 2016-09-08 14:34:10 +03:00
  • 70430795a9 net: Fix the statistics compilation Jukka Rissanen 2016-09-08 16:06:55 +03:00
  • 6c10d3864a net: Add DEBUG Kconfig option for UDP Jukka Rissanen 2016-09-07 16:03:10 +03:00
  • 96e629c877 net: Fix remaining debug option naming issues Jukka Rissanen 2016-09-07 15:46:21 +03:00
  • 7353cf4079 net: ieee802154: Add CSMA-CA non slotted radio protocol support Tomasz Bursztyka 2016-08-23 14:25:10 +02:00
  • 06f10d43e1 net: Centralize generic IEEE 802.15.4 radio utility functions Tomasz Bursztyka 2016-08-23 12:23:31 +02:00
  • 7f0012eaea net: ieee802154: Normalize Kconfig Tomasz Bursztyka 2016-08-23 15:13:19 +02:00
  • dd5c1f0547 net: ieee802154: Add basic support for IEEE 802.15.4e on FCF Tomasz Bursztyka 2016-08-17 15:05:47 +02:00
  • 203be13f83 net: samples: Add a simple Qemu sample for testing off-line 802.15.4 Tomasz Bursztyka 2016-08-18 18:35:59 +02:00
  • 60c71f4d90 samples: net: Qemu make utilities update Tomasz Bursztyka 2016-08-18 11:45:29 +02:00
  • 49dffe2669 samples: net: Moving the current ieee802154 sample Tomasz Bursztyka 2016-08-18 11:15:31 +02:00
  • fc0e6497af net: drivers: Add a fake ieee802154 radio driver for qemu Tomasz Bursztyka 2016-08-17 16:48:36 +02:00
  • 6b0732f632 net: drivers: Normalize ieee802154 Kconfig Tomasz Bursztyka 2016-08-24 13:20:12 +02:00
  • 73d8c7c443 net: drivers: cc2520 ieee802154 drivers select relevant options Tomasz Bursztyka 2016-08-24 13:11:48 +02:00
  • becf74743b net: Split debug Kconfig options from legacy to new stack Tomasz Bursztyka 2016-08-24 11:58:29 +02:00
  • 03923eee88 net: Normalize Kconfig and fix it Tomasz Bursztyka 2016-08-24 10:49:14 +02:00
  • 252acf2ab5 net: Move IPv4 related Kconfig options to its own file Tomasz Bursztyka 2016-08-24 10:11:58 +02:00
  • 9d872f43f9 net: Move IPv6 related Kconfig options to its own file Tomasz Bursztyka 2016-08-24 10:01:20 +02:00
  • 145c78c4c5 net: Legacy IP stack Kconfig has nothing to do with new stack Tomasz Bursztyka 2016-08-24 16:08:50 +02:00
  • aaf5075372 net: Add a macro to create specific net if instances Tomasz Bursztyka 2016-09-06 09:23:49 +02:00
  • 58a7ada44c net: Add network address length to user API Jukka Rissanen 2016-08-29 10:37:43 +03:00
  • 103a98d173 net: tests: Fix printf modifiers in new IP stack unit tests Jukka Rissanen 2016-09-01 12:53:22 +03:00
  • b283640f10 net: drivers: ieee802154: sys_log is needed on legacy driver Tomasz Bursztyka 2016-08-24 17:00:31 +02:00
  • 9d146adf9a drivers/slip: Fix warnings when TAP support is disabled Vinicius Costa Gomes 2016-08-22 16:49:26 -03:00
  • 87eafd5fd7 net: Fix listening on IPv6 ports Vinicius Costa Gomes 2016-08-22 16:51:07 -03:00
  • 35c24140f8 net: buf: Fix minor typo in documentation Johan Hedberg 2016-08-25 17:56:43 +03:00
  • 5d7be031f3 net: samples: Fix the echo-server IPv4 address Paul Sokolovsky 2016-08-24 16:21:07 +03:00
  • 5b40f871ff net: Do not try to use net_if.h in legacy uIP stack Jukka Rissanen 2016-08-24 17:01:55 +03:00
  • 295b68d90c net: Fix documentation errors in net_if header file Andrei Emeltchenko 2016-08-24 14:15:21 +03:00
  • 2ed5f4d6d9 net: Add more items to TODO Jukka Rissanen 2016-08-23 13:35:43 +03:00
  • c3852b65e6 net: Add TODO items for 6LoWPAN Ravi kumar Veeramally 2016-08-24 12:43:21 +03:00
  • 0d76826a0d net: tests: Extented 6lo unit tests Ravi kumar Veeramally 2016-08-24 10:53:08 +03:00
  • b56c4df869 sanitycheck: Add support for section net_l2_data Tomasz Bursztyka 2016-08-18 14:07:22 +02:00
  • 1975c1d1e7 net: Add TODO items for L2 and 802.15.4 Tomasz Bursztyka 2016-08-22 14:37:18 +02:00
  • 5665dac4de net: TODO file for networking Jukka Rissanen 2016-08-19 11:02:27 +03:00
  • 2eb01fe191 net: tests: Enable unit tests for the new IP stack Jukka Rissanen 2016-08-18 10:21:27 +03:00
  • 9231f41f52 net: samples: Fix the echo-server IPv6 address Jukka Rissanen 2016-08-19 14:16:31 +03:00
  • 0be446ba5f net: samples: Fix slip config for echo-server and echo-client Jukka Rissanen 2016-08-19 14:12:19 +03:00
  • a7ef4702f4 net: Clarify the CONFIG_NET_TESTING setting Jukka Rissanen 2016-08-19 11:13:13 +03:00
  • 6258dc8e87 net: samples: Fix the location of net-tools project files Jukka Rissanen 2016-08-16 09:57:07 +03:00
  • 3e0c1ff876 drivers: cc2520: Raise Rx stack size Tomasz Bursztyka 2016-08-12 11:38:51 +02:00
  • b84e62f269 samples: Build ieee802154 sample with 6lo support Tomasz Bursztyka 2016-07-07 14:09:53 +02:00
  • 6e1fc655a2 net: Add packet display in ieee802154 l2 stack Tomasz Bursztyka 2016-07-12 16:09:29 +02:00
  • ddbc7165f6 net: Integrate 6lo compression support in IEEE 802.15.4 L2 stack Tomasz Bursztyka 2016-07-07 14:11:06 +02:00
  • f961ad6a49 net: ieee802154: Handle plain/compressed ll addr Tomasz Bursztyka 2016-08-10 15:39:01 +02:00
  • bf479b326e net: Add more debugging messages to 6lo Tomasz Bursztyka 2016-07-12 15:59:07 +02:00
  • 9dae18a11b net: 6lo: Grab uncompressed header type relevantly Tomasz Bursztyka 2016-07-13 15:28:30 +02:00
  • 62aa5bece0 net: 6lo uncompression should continue to proceed after src addr Tomasz Bursztyka 2016-07-12 15:38:00 +02:00
  • 1896f017d7 net: Add debug print on IPv6 preliminary check Tomasz Bursztyka 2016-07-12 15:35:11 +02:00
  • 55714129cd net: Add debug messages when dropping packets Tomasz Bursztyka 2016-07-12 15:33:33 +02:00
  • 11dba2a129 net: Handle ll part in 6lo logic when relevant Tomasz Bursztyka 2016-07-07 14:33:11 +02:00
  • b7bb5bd944 net: Built IEEE 802.15.4 fragmentation logic if requested Tomasz Bursztyka 2016-07-11 12:15:30 +02:00
  • 9c62543f62 net: Follow file naming in ieee802154 l2 stack Tomasz Bursztyka 2016-07-13 15:58:36 +02:00
  • 78aa33a875 net: Giving uncompressed buffer to 6lo is not an error Tomasz Bursztyka 2016-07-07 14:35:29 +02:00
  • ba4dda1703 samples: ieee802154: Debugging needs new Kconfig option Tomasz Bursztyka 2016-08-10 11:09:15 +02:00
  • 434ba9311c net: ieee802154: Logging header should be loaded first Tomasz Bursztyka 2016-08-10 11:05:51 +02:00
  • 6f7343a154 net: SYS_INIT() routines are never ran twice Tomasz Bursztyka 2016-08-10 11:09:58 +02:00
  • c03028f1f1 net: tests: Test Trickle algorithm Jukka Rissanen 2016-08-12 10:50:02 +03:00
  • 17d2ab05c8 net: Trickle algorithm implementation Jukka Rissanen 2016-08-05 15:13:33 +03:00
  • a84c40e1ed net: Change NET6LO_ defines to NET_6LO Ravi kumar Veeramally 2016-07-08 17:20:38 +03:00