Commit graph

  • c1ee601962 net: tests: Add unit tests for 6lowpan functionality Ravi kumar Veeramally 2016-06-23 16:06:25 +03:00
  • c475796a19 net: Add initial 6lowpan IPHC compression support. Ravi kumar Veeramally 2016-06-23 16:06:24 +03:00
  • 3fdaf518da net: Add utility to verify given addr based on ll Ravi kumar Veeramally 2016-06-23 16:06:23 +03:00
  • a4cb318333 net: Add support for 802.15.4 short address for iid creation Ravi kumar Veeramally 2016-06-23 16:06:22 +03:00
  • 602f1b58bd net: Clear ipv6 addr parameter on create iid Ravi kumar Veeramally 2016-06-23 16:06:21 +03:00
  • 2c875eb171 net: Fix net_ip.h documentation Tomasz Bursztyka 2016-06-20 19:05:22 +02:00
  • 97daa51c80 net: Cleanup net_if's documentation Tomasz Bursztyka 2016-06-20 17:36:32 +02:00
  • b8e3415264 net: Let's use inline function for type checking for net_nbuf Tomasz Bursztyka 2016-06-20 17:22:07 +02:00
  • b70a4f501a net: Moving header files to include/net/yaip Tomasz Bursztyka 2016-06-20 18:34:51 +02:00
  • 451dadd932 net: Refine Kconfig to put NET_BUF appart Tomasz Bursztyka 2016-06-22 09:21:53 +02:00
  • f51d84d93b samples: Fix echo_server for native IP stack Tomasz Bursztyka 2016-06-21 13:00:21 +02:00
  • 11f572c9e1 sanitycheck: Recognize native IP stack specific sections Tomasz Bursztyka 2016-06-20 12:09:37 +02:00
  • 92112c61aa net: Debugging function to print fragment chain information Jukka Rissanen 2016-06-15 14:37:33 +03:00
  • 51f48ff377 net: Refactor nbuf.h and nbuf.c Jukka Rissanen 2016-06-16 15:52:07 +03:00
  • 55dcaf9e22 net: tests: Fix project file for IP address tests Jukka Rissanen 2016-06-16 12:10:07 +03:00
  • 894e42d025 net: tests: Fix IP address test so that it will not crash Jukka Rissanen 2016-06-16 12:09:42 +03:00
  • fe16af1e06 net: tests: ICMPv6 was missing random number config Jukka Rissanen 2016-06-16 11:10:36 +03:00
  • 148e1ea7aa net: Fix compilation when IPv6 is disabled Jukka Rissanen 2016-06-16 11:04:07 +03:00
  • 482d7c69cc net: Refactored IPv6 DAD and ND activation Jukka Rissanen 2016-06-16 11:01:40 +03:00
  • b9b1dec6a3 net: tests: Turning off IPv6 for ARP tests Jukka Rissanen 2016-06-16 10:58:46 +03:00
  • f42c8126eb net: tests: Unit tests for net_nbuf_push() Jukka Rissanen 2016-06-15 14:39:14 +03:00
  • ac390213ff net: Utility that inserts free space to the fragment list Jukka Rissanen 2016-06-15 14:35:17 +03:00
  • 47d71db2f8 net: Utility function to compact net_buf fragments Jukka Rissanen 2016-06-15 14:31:41 +03:00
  • a1a17d5a98 net: tests: Fix ARP test so that it will not crash Jukka Rissanen 2016-06-16 10:22:28 +03:00
  • 87fd856041 net: tests: Unit tests for UDP handler Jukka Rissanen 2016-06-14 10:03:38 +03:00
  • f60896dc9e net: Catch UDP network traffic Jukka Rissanen 2016-06-14 10:04:27 +03:00
  • 4c9c626129 net: Initial UDP support Jukka Rissanen 2016-06-14 10:00:55 +03:00
  • 00e77da356 net: Generic connection handler for UDP and TCP Jukka Rissanen 2016-06-14 09:56:50 +03:00
  • b0c9103304 net: Add support for ICMPv4 error message Jukka Rissanen 2016-06-14 09:44:18 +03:00
  • 9612f97e94 net: Add support for ICMPv6 error message Jukka Rissanen 2016-06-14 09:42:01 +03:00
  • 813fdf85ed net: Add IPv6 minimum MTU value Jukka Rissanen 2016-06-14 09:35:24 +03:00
  • c30f90a4c4 net: Make some IPv6 utility functions to use const addr Jukka Rissanen 2016-06-14 09:33:48 +03:00
  • abf82f4150 net: Add TTL IPv4 option Jukka Rissanen 2016-06-14 09:31:34 +03:00
  • f923adb038 net: tests: Add unit tests for net_nbuf_copy() Jukka Rissanen 2016-06-14 09:29:23 +03:00
  • 38a3253744 net: Add net_nbuf_copy() utility function Jukka Rissanen 2016-06-14 09:25:52 +03:00
  • aca91938c5 net: Kconfig: Refactor Kconfig menus for better clarity Tomasz Bursztyka 2016-06-14 15:31:30 +02:00
  • 57ab8e0899 net: Make IPv6 ND optional Jukka Rissanen 2016-06-10 15:27:52 +03:00
  • eca55e103e net: Initial router advertisement support Jukka Rissanen 2016-06-07 10:16:58 +03:00
  • 66f87c9542 net: Initial router solicitation support Jukka Rissanen 2016-06-10 10:31:21 +03:00
  • 9b3d8378e5 net: Initial IPv6 neighbor discovery support Jukka Rissanen 2016-06-07 16:34:49 +03:00
  • a7e75ba81b slip: Setup fragments properly if MTU is bigger than frag size Jukka Rissanen 2016-06-10 14:45:10 +03:00
  • eca54f0cd7 slip: Do not try to unref a null pointer Jukka Rissanen 2016-06-10 14:21:33 +03:00
  • ffb0bcd3d7 net: Start the network stack after device drivers Jukka Rissanen 2016-06-10 09:41:16 +03:00
  • c06c5b8dcb slip: Network stack needs to be up before sending data to it Jukka Rissanen 2016-06-10 09:39:37 +03:00
  • 0b29c950f4 net: Remove extra debug print in ethernet L2 driver Jukka Rissanen 2016-06-10 09:10:09 +03:00
  • 976fb9d988 net: Set multicast dst address in ethernet if missing Jukka Rissanen 2016-06-10 09:08:29 +03:00
  • a01fed5642 net: Add a utility to hexdump all fragments Ravi kumar Veeramally 2016-06-09 14:58:36 +03:00
  • d0401ca317 net: Pointer to a ethernet header was incorrectly set Jukka Rissanen 2016-06-09 14:19:11 +03:00
  • 9818cc7b1d net: ARP unit test needs to be run from fiber Jukka Rissanen 2016-06-09 09:00:57 +03:00
  • 53caa13652 net: Refactored ARP packet header handling Jukka Rissanen 2016-06-09 08:58:27 +03:00
  • aab6665f2f net: Add more checks when allocating nbuf Jukka Rissanen 2016-06-09 08:40:37 +03:00
  • ffcafd0d9e net: Ethernet L2 TX side needs to setup fragments Jukka Rissanen 2016-06-08 14:38:45 +03:00
  • cbfa6ec5f3 net: Add more debug print in ethernet RX side Jukka Rissanen 2016-06-08 14:37:15 +03:00
  • 23d6a85c62 net: Add debug checks when sending data in TX fiber Jukka Rissanen 2016-06-08 14:35:07 +03:00
  • 1e2de0febc net: Reserve eth ll header len in L2 ethernet driver Jukka Rissanen 2016-06-08 14:32:31 +03:00
  • 145a1e2c6f net: IPv4 protocol type was not set to sent ARP packet Jukka Rissanen 2016-06-08 14:30:11 +03:00
  • 0dc1aea3de net: Add more debugging to arp.c Jukka Rissanen 2016-06-08 14:29:45 +03:00
  • 17263b099b net: Both TX and RX fibers allow other fibers to run Jukka Rissanen 2016-06-08 14:16:17 +03:00
  • b4b296b888 net: Add utility func to return eth broadcast addr Jukka Rissanen 2016-06-08 14:13:27 +03:00
  • 7bb273f8f2 net: Add debug support to ethernet L2 driver Jukka Rissanen 2016-06-08 08:39:46 +03:00
  • 4352795436 net: Calling net_buf_put() instead of nano_fifo_put() Jukka Rissanen 2016-06-08 08:36:55 +03:00
  • 84697715e8 net: ARP reply did not set the address family Jukka Rissanen 2016-06-07 17:25:52 +03:00
  • 34a6987e03 net: Initializing the ll src and dst addresses Jukka Rissanen 2016-06-07 15:35:37 +03:00
  • 79fc041407 net: Add link layer reserve information to l2 driver Jukka Rissanen 2016-06-07 15:30:59 +03:00
  • 33a23332b8 slip: Fix the debug print Jukka Rissanen 2016-06-07 14:37:37 +03:00
  • 682b303a47 net: Write ethernet header in pdu when using slip and tap Jukka Rissanen 2016-06-07 14:31:46 +03:00
  • 82ba457dbc net: Make sure ethernet l2 sets src and dst addresses Jukka Rissanen 2016-06-07 14:20:15 +03:00
  • 63d941bb08 net: Set IP protocol type when sending ethernet packet Jukka Rissanen 2016-06-07 14:19:12 +03:00
  • 59c2d0c0d7 net: Set the ll src and dst addresses in ethernet l2 driver Jukka Rissanen 2016-06-07 14:17:51 +03:00
  • 60752bd08d net: Set the l2 src/dst addresses in nbuf Jukka Rissanen 2016-06-07 14:13:11 +03:00
  • 068f0bf092 net: Add ethernet address helpers Jukka Rissanen 2016-06-07 13:35:13 +03:00
  • 2d575de085 net: Re-send ARP when needed Jukka Rissanen 2016-06-03 14:23:35 +03:00
  • 5a15b9070c net: Add utility to remove ipv4 address from iface Ravi kumar Veeramally 2016-06-06 11:51:30 +03:00
  • 5e0827a985 net: Change how the L2 header space is reserved in net_buf Jukka Rissanen 2016-06-07 13:06:35 +03:00
  • 6a78d66f32 net: Make sure that either IPv4 or IPv6 gets selected Jukka Rissanen 2016-06-07 12:32:53 +03:00
  • e04639cb66 net: tests: Fix unit test for IP utils Jukka Rissanen 2016-06-07 12:30:04 +03:00
  • 21a491c065 net: tests: Fix unit test for IP addresses Jukka Rissanen 2016-06-07 12:26:35 +03:00
  • cd8752181f net: Changed the IP and ll address debug prints Jukka Rissanen 2016-06-07 12:21:03 +03:00
  • f1532fe647 net: tests: Fix unit test for ARP Jukka Rissanen 2016-06-07 12:09:42 +03:00
  • c13ffd3433 net: Fix arp.h so that net_arp_init() is found Jukka Rissanen 2016-06-07 11:52:23 +03:00
  • 3f089f7377 net: Depending on debug flags the stdio.h is not included Jukka Rissanen 2016-06-03 13:07:13 +03:00
  • e730ddf7e7 net: Print statistics using SYS_LOG Jukka Rissanen 2016-06-03 12:53:14 +03:00
  • 01423a8467 net: Network stack analyzer uses now the SYS_LOG sub-system Jukka Rissanen 2016-06-03 12:49:30 +03:00
  • 41f584ee51 net: Do not overwrite SYS_LOG_DOMAIN Jukka Rissanen 2016-06-03 12:46:15 +03:00
  • 45afd1b0a7 net: The NET_DEBUG must not be set in header file Jukka Rissanen 2016-06-03 12:43:38 +03:00
  • 7bfffc3bc4 net: Use debugging net_buf unref function Jukka Rissanen 2016-06-03 12:39:06 +03:00
  • fa0ff4e20e net: Process ICMPv6 packets only if IPv6 is enabled Jukka Rissanen 2016-06-03 09:46:35 +03:00
  • 4f193e5baf net: Refactor various network init functions Jukka Rissanen 2016-06-03 13:01:42 +03:00
  • 249e99b428 net: Buffer leak if net_if_send_data() returns NET_DROP Jukka Rissanen 2016-06-03 12:56:49 +03:00
  • 5b65e6592d net: No need to do ARP for IPv6 network packet Jukka Rissanen 2016-06-02 17:22:42 +03:00
  • 7a88cee800 net: The IP protocol type needs to be set in L2 layer Jukka Rissanen 2016-06-03 12:40:19 +03:00
  • 4695e53391 net: tests: Add unit tests for neighbor cache handling Jukka Rissanen 2016-06-01 15:27:09 +03:00
  • 3f64cefc25 net: Add a neighbor cache needed in IPv6 Jukka Rissanen 2016-06-01 15:25:22 +03:00
  • fa15fe3de6 net: Add IPv6 address network interface utils Jukka Rissanen 2016-06-01 10:54:10 +03:00
  • e42774ce42 net: Add IPv6 utils for address manipulation Jukka Rissanen 2016-06-01 10:49:13 +03:00
  • ec689c32f9 net: Changing IPv4 address compare to a function Jukka Rissanen 2016-06-02 16:59:45 +03:00
  • 518eedf1a2 net: Use const for static and pre-defined IPv6 addresses Jukka Rissanen 2016-06-02 16:57:03 +03:00
  • 301feea5b4 net: Add struct to store link layer address Jukka Rissanen 2016-06-01 10:42:21 +03:00
  • 088543fdc8 net: Print available DATA buffers during nbuf alloc Jukka Rissanen 2016-06-01 10:40:28 +03:00
  • 9bcb18e6fd net: Make sure that RX is started before TX Jukka Rissanen 2016-06-01 10:35:00 +03:00