Commit graph

  • 17263b099b net: Both TX and RX fibers allow other fibers to run Jukka Rissanen 2016-06-08 14:16:17 +0300
  • b4b296b888 net: Add utility func to return eth broadcast addr Jukka Rissanen 2016-06-08 14:13:27 +0300
  • 7bb273f8f2 net: Add debug support to ethernet L2 driver Jukka Rissanen 2016-06-08 08:39:46 +0300
  • 4352795436 net: Calling net_buf_put() instead of nano_fifo_put() Jukka Rissanen 2016-06-08 08:36:55 +0300
  • 84697715e8 net: ARP reply did not set the address family Jukka Rissanen 2016-06-07 17:25:52 +0300
  • 34a6987e03 net: Initializing the ll src and dst addresses Jukka Rissanen 2016-06-07 15:35:37 +0300
  • 79fc041407 net: Add link layer reserve information to l2 driver Jukka Rissanen 2016-06-07 15:30:59 +0300
  • 33a23332b8 slip: Fix the debug print Jukka Rissanen 2016-06-07 14:37:37 +0300
  • 682b303a47 net: Write ethernet header in pdu when using slip and tap Jukka Rissanen 2016-06-07 14:31:46 +0300
  • 82ba457dbc net: Make sure ethernet l2 sets src and dst addresses Jukka Rissanen 2016-06-07 14:20:15 +0300
  • 63d941bb08 net: Set IP protocol type when sending ethernet packet Jukka Rissanen 2016-06-07 14:19:12 +0300
  • 59c2d0c0d7 net: Set the ll src and dst addresses in ethernet l2 driver Jukka Rissanen 2016-06-07 14:17:51 +0300
  • 60752bd08d net: Set the l2 src/dst addresses in nbuf Jukka Rissanen 2016-06-07 14:13:11 +0300
  • 068f0bf092 net: Add ethernet address helpers Jukka Rissanen 2016-06-07 13:35:13 +0300
  • 2d575de085 net: Re-send ARP when needed Jukka Rissanen 2016-06-03 14:23:35 +0300
  • 5a15b9070c net: Add utility to remove ipv4 address from iface Ravi kumar Veeramally 2016-06-06 11:51:30 +0300
  • 5e0827a985 net: Change how the L2 header space is reserved in net_buf Jukka Rissanen 2016-06-07 13:06:35 +0300
  • 6a78d66f32 net: Make sure that either IPv4 or IPv6 gets selected Jukka Rissanen 2016-06-07 12:32:53 +0300
  • e04639cb66 net: tests: Fix unit test for IP utils Jukka Rissanen 2016-06-07 12:30:04 +0300
  • 21a491c065 net: tests: Fix unit test for IP addresses Jukka Rissanen 2016-06-07 12:26:35 +0300
  • cd8752181f net: Changed the IP and ll address debug prints Jukka Rissanen 2016-06-07 12:21:03 +0300
  • f1532fe647 net: tests: Fix unit test for ARP Jukka Rissanen 2016-06-07 12:09:42 +0300
  • c13ffd3433 net: Fix arp.h so that net_arp_init() is found Jukka Rissanen 2016-06-07 11:52:23 +0300
  • 3f089f7377 net: Depending on debug flags the stdio.h is not included Jukka Rissanen 2016-06-03 13:07:13 +0300
  • e730ddf7e7 net: Print statistics using SYS_LOG Jukka Rissanen 2016-06-03 12:53:14 +0300
  • 01423a8467 net: Network stack analyzer uses now the SYS_LOG sub-system Jukka Rissanen 2016-06-03 12:49:30 +0300
  • 41f584ee51 net: Do not overwrite SYS_LOG_DOMAIN Jukka Rissanen 2016-06-03 12:46:15 +0300
  • 45afd1b0a7 net: The NET_DEBUG must not be set in header file Jukka Rissanen 2016-06-03 12:43:38 +0300
  • 7bfffc3bc4 net: Use debugging net_buf unref function Jukka Rissanen 2016-06-03 12:39:06 +0300
  • fa0ff4e20e net: Process ICMPv6 packets only if IPv6 is enabled Jukka Rissanen 2016-06-03 09:46:35 +0300
  • 4f193e5baf net: Refactor various network init functions Jukka Rissanen 2016-06-03 13:01:42 +0300
  • 249e99b428 net: Buffer leak if net_if_send_data() returns NET_DROP Jukka Rissanen 2016-06-03 12:56:49 +0300
  • 5b65e6592d net: No need to do ARP for IPv6 network packet Jukka Rissanen 2016-06-02 17:22:42 +0300
  • 7a88cee800 net: The IP protocol type needs to be set in L2 layer Jukka Rissanen 2016-06-03 12:40:19 +0300
  • 4695e53391 net: tests: Add unit tests for neighbor cache handling Jukka Rissanen 2016-06-01 15:27:09 +0300
  • 3f64cefc25 net: Add a neighbor cache needed in IPv6 Jukka Rissanen 2016-06-01 15:25:22 +0300
  • fa15fe3de6 net: Add IPv6 address network interface utils Jukka Rissanen 2016-06-01 10:54:10 +0300
  • e42774ce42 net: Add IPv6 utils for address manipulation Jukka Rissanen 2016-06-01 10:49:13 +0300
  • ec689c32f9 net: Changing IPv4 address compare to a function Jukka Rissanen 2016-06-02 16:59:45 +0300
  • 518eedf1a2 net: Use const for static and pre-defined IPv6 addresses Jukka Rissanen 2016-06-02 16:57:03 +0300
  • 301feea5b4 net: Add struct to store link layer address Jukka Rissanen 2016-06-01 10:42:21 +0300
  • 088543fdc8 net: Print available DATA buffers during nbuf alloc Jukka Rissanen 2016-06-01 10:40:28 +0300
  • 9bcb18e6fd net: Make sure that RX is started before TX Jukka Rissanen 2016-06-01 10:35:00 +0300
  • 7e99b48f3d net: Moved ARP helper macro to arp.h Jukka Rissanen 2016-06-01 10:19:36 +0300
  • b81ece31e4 net: Add comment explaining net_core's verdict values Tomasz Bursztyka 2016-06-03 14:20:03 +0200
  • c72ae15f79 net: Save some bytes on net_if logic Tomasz Bursztyka 2016-06-03 12:29:58 +0200
  • b6834c2467 net: Add NET_ASSERT() macro Jukka Rissanen 2016-06-01 10:39:17 +0300
  • 8d36162929 net: Tiny comment fix Tomasz Bursztyka 2016-06-03 12:29:31 +0200
  • 82a6e963f4 net: Removing capabilities from net_if api Tomasz Bursztyka 2016-06-01 15:25:41 +0200
  • 4d18de712a net: Re-factor Kconfig and move ARP to a better location Tomasz Bursztyka 2016-05-31 16:33:12 +0200
  • 4090b4c01f net: Add an L2 layer Tomasz Bursztyka 2016-06-01 15:06:27 +0200
  • 260d3b95d7 net: Make net_core.h include the least amount of necessary header Tomasz Bursztyka 2016-06-02 09:19:48 +0200
  • d0b382c345 net: Add a helper to queue a buffer in a net_if instance Tomasz Bursztyka 2016-06-01 15:19:46 +0200
  • b19f26bbbc slip: Fix compiler warnings Tomasz Bursztyka 2016-05-31 16:42:05 +0200
  • 249f889782 net: Shorten IPv4/6 config options Tomasz Bursztyka 2016-05-31 12:48:36 +0200
  • dc0ddca5fd net: The core initialize ARP layer relevantly Tomasz Bursztyka 2016-05-31 12:40:05 +0200
  • dfe0482f23 net: debug: Indent properly some config options. Tomasz Bursztyka 2016-05-31 11:37:21 +0200
  • 8b6889ea25 net: Include toolchain related header for aliases Tomasz Bursztyka 2016-05-31 11:35:01 +0200
  • 309ff1b62f net: Use generic wrapper for semaphore give operation Tomasz Bursztyka 2016-05-30 14:09:30 +0200
  • 563835f7ed net: Use shorter alias for __packed attribute Ravi kumar Veeramally 2016-05-30 13:54:07 +0300
  • 3fe96a52e6 net: Add UDP header definition Ravi kumar Veeramally 2016-05-30 13:54:06 +0300
  • ada4f17711 net: Fix trivial comment errors in header files Ravi kumar Veeramally 2016-05-30 13:54:05 +0300
  • 73b57414a7 net: Setting static IP addresses for echo-server Jukka Rissanen 2016-05-25 10:23:28 +0300
  • dc5e4c37fc net: Handle ARP messages Jukka Rissanen 2016-05-24 17:30:03 +0300
  • feaef3626e net: tests: Additional tests for ICMPv4 checksum verification Jukka Rissanen 2016-05-24 16:54:31 +0300
  • 03a98571dc net: ICMPv4 checksum calculation fixed Jukka Rissanen 2016-05-24 17:19:00 +0300
  • 962bbe7856 net: IP checksum calculation should ignore ll header Jukka Rissanen 2016-05-24 14:58:59 +0300
  • 9c72b60981 net: Clarified the debug print about packet length Jukka Rissanen 2016-05-24 13:16:18 +0300
  • f6dc86c678 net: tests: Fixed the ARP test Jukka Rissanen 2016-05-24 14:53:48 +0300
  • 61cc4e109d net: Use net_nbuf_ll() to get into arp header Jukka Rissanen 2016-05-24 13:13:23 +0300
  • 2f76da194d net: Make echo-server to use documentation IPv4 addresses Jukka Rissanen 2016-05-24 12:11:25 +0300
  • e1cb2ec9bd net: Only accept ARP reply if we requested data Jukka Rissanen 2016-05-24 12:08:17 +0300
  • 05260f31b4 net: Setting preferred status to manually added IPv4 address Jukka Rissanen 2016-05-24 11:25:56 +0300
  • d16380457b slip: Support TAP functionality Jukka Rissanen 2016-05-24 11:19:53 +0300
  • 7eff526e3b net: tests: Unit tests for the IPv4 ARP code Jukka Rissanen 2016-05-23 17:38:28 +0300
  • c46edfa843 net: Added IPv4 ARP support Jukka Rissanen 2016-05-23 17:36:55 +0300
  • 6e3c12a820 net: tests: Add tests for IPv4 netmask, gateway and subnet compare Jukka Rissanen 2016-05-23 17:31:58 +0300
  • 667d15de85 net: Add capabilities flag to net_if API Jukka Rissanen 2016-05-23 17:26:32 +0300
  • 702ea43621 net: Add util to check if IPv4 address is part of a subnet Jukka Rissanen 2016-05-23 17:21:09 +0300
  • 79fa53e17d net: Add utils to set IPv4 netmask and gateway to net_if Jukka Rissanen 2016-05-23 17:19:18 +0300
  • 2593796d04 net: Add macro to compare two IPv4 addresses Jukka Rissanen 2016-05-23 17:22:23 +0300
  • 2b552fcc66 net: net_ipaddr_copy() macro was too fragile Jukka Rissanen 2016-05-23 17:13:52 +0300
  • af685962b6 net: Add utility function returning IPv4 broadcast address Jukka Rissanen 2016-05-23 17:12:24 +0300
  • 9d0de92f59 net: Do not remove fragments if main buffer is not removed Jukka Rissanen 2016-05-23 17:33:14 +0300
  • 1bf6a529a1 net: tests: Tweak the IP address test to use new net_if API Jukka Rissanen 2016-05-23 17:30:34 +0300
  • 94ba84426c net: Add utility function to return default network interface Jukka Rissanen 2016-05-19 16:31:28 +0300
  • b6a7648569 net: Process received ICMPv4 messages Jukka Rissanen 2016-05-19 16:19:59 +0300
  • 0cd6742f00 net: Process received ICMPv6 messages Jukka Rissanen 2016-05-19 13:53:33 +0300
  • 5580cdcc54 net: Add unit tests for ICMPv6 handler Jukka Rissanen 2016-05-19 12:46:06 +0300
  • 7c78925050 net: Add ICMPv6 handler Jukka Rissanen 2016-05-19 12:42:01 +0300
  • 4445e53f1e net: tests: Unit tests for network utilities Jukka Rissanen 2016-05-19 12:35:41 +0300
  • 0d5e829da6 net: Add debugging option for network utilities Jukka Rissanen 2016-05-19 12:33:42 +0300
  • 1a9421886e net: Add IP packet checksum calculation utilities Jukka Rissanen 2016-05-19 12:31:36 +0300
  • eba768aba0 net: Add net_hexdump() utility to print network data Jukka Rissanen 2016-05-19 12:27:31 +0300
  • 402996e374 net: Network interface needs own TX fiber stack Jukka Rissanen 2016-05-19 12:15:06 +0300
  • d7e2897370 net: Add net_send_data() that sends data to network Jukka Rissanen 2016-05-19 12:12:33 +0300
  • 5729d1c461 net: Renamed network data receive function Jukka Rissanen 2016-05-19 12:02:28 +0300
  • 26cc76f976 net: Network interface sets default IPv6 hop limit Jukka Rissanen 2016-05-19 11:26:06 +0300
  • 4e82923814 net: Move IP address print funcs to separate file Jukka Rissanen 2016-05-18 12:50:48 +0300
  • 6e803a9c6d net: Add ICMP protocol header struct Jukka Rissanen 2016-05-18 12:39:17 +0300