Commit graph

  • 702ea43621 net: Add util to check if IPv4 address is part of a subnet Jukka Rissanen 2016-05-23 17:21:09 +03:00
  • 79fa53e17d net: Add utils to set IPv4 netmask and gateway to net_if Jukka Rissanen 2016-05-23 17:19:18 +03:00
  • 2593796d04 net: Add macro to compare two IPv4 addresses Jukka Rissanen 2016-05-23 17:22:23 +03:00
  • 2b552fcc66 net: net_ipaddr_copy() macro was too fragile Jukka Rissanen 2016-05-23 17:13:52 +03:00
  • af685962b6 net: Add utility function returning IPv4 broadcast address Jukka Rissanen 2016-05-23 17:12:24 +03:00
  • 9d0de92f59 net: Do not remove fragments if main buffer is not removed Jukka Rissanen 2016-05-23 17:33:14 +03:00
  • 1bf6a529a1 net: tests: Tweak the IP address test to use new net_if API Jukka Rissanen 2016-05-23 17:30:34 +03:00
  • 94ba84426c net: Add utility function to return default network interface Jukka Rissanen 2016-05-19 16:31:28 +03:00
  • b6a7648569 net: Process received ICMPv4 messages Jukka Rissanen 2016-05-19 16:19:59 +03:00
  • 0cd6742f00 net: Process received ICMPv6 messages Jukka Rissanen 2016-05-19 13:53:33 +03:00
  • 5580cdcc54 net: Add unit tests for ICMPv6 handler Jukka Rissanen 2016-05-19 12:46:06 +03:00
  • 7c78925050 net: Add ICMPv6 handler Jukka Rissanen 2016-05-19 12:42:01 +03:00
  • 4445e53f1e net: tests: Unit tests for network utilities Jukka Rissanen 2016-05-19 12:35:41 +03:00
  • 0d5e829da6 net: Add debugging option for network utilities Jukka Rissanen 2016-05-19 12:33:42 +03:00
  • 1a9421886e net: Add IP packet checksum calculation utilities Jukka Rissanen 2016-05-19 12:31:36 +03:00
  • eba768aba0 net: Add net_hexdump() utility to print network data Jukka Rissanen 2016-05-19 12:27:31 +03:00
  • 402996e374 net: Network interface needs own TX fiber stack Jukka Rissanen 2016-05-19 12:15:06 +03:00
  • d7e2897370 net: Add net_send_data() that sends data to network Jukka Rissanen 2016-05-19 12:12:33 +03:00
  • 5729d1c461 net: Renamed network data receive function Jukka Rissanen 2016-05-19 12:02:28 +03:00
  • 26cc76f976 net: Network interface sets default IPv6 hop limit Jukka Rissanen 2016-05-19 11:26:06 +03:00
  • 4e82923814 net: Move IP address print funcs to separate file Jukka Rissanen 2016-05-18 12:50:48 +03:00
  • 6e803a9c6d net: Add ICMP protocol header struct Jukka Rissanen 2016-05-18 12:39:17 +03:00
  • 6e8fdd34fe net: Added API documentation to IP address check functions Jukka Rissanen 2016-05-18 12:28:46 +03:00
  • d24f673248 net: Receive IPv4 packet Jukka Rissanen 2016-05-17 13:17:15 +03:00
  • 262a02fe67 net: Network interface code compiles ok for IPv4 and IPv6 Jukka Rissanen 2016-05-18 11:18:50 +03:00
  • e467c009e5 net: tests: Add more IPv6 address getters unit tests Jukka Rissanen 2016-05-18 11:17:59 +03:00
  • 93f129060d net: IPv6 address utility funcs for network interface Jukka Rissanen 2016-05-18 11:15:41 +03:00
  • 7851aecc1c net: tests: Add IPv4 address unit tests Jukka Rissanen 2016-05-17 14:16:01 +03:00
  • cf5c1db262 net: Add IPv4 addresses to network interface Jukka Rissanen 2016-05-17 14:13:17 +03:00
  • c3deb96dd7 net: tests: Add IPv6 address manipulation unit tests Jukka Rissanen 2016-05-17 12:28:39 +03:00
  • 09d317ccd0 net: Utilities to set and lookup interface IPv6 addresses Jukka Rissanen 2016-05-17 12:33:45 +03:00
  • f49de47f42 net: Add utility functions to check IPv6 addresses Jukka Rissanen 2016-05-10 16:32:05 +03:00
  • 6646597a86 net: Add utility func to return IP address type as a string Jukka Rissanen 2016-05-10 16:29:48 +03:00
  • cce1854b58 net: Drop received source mcast IPv6 packets Jukka Rissanen 2016-05-10 14:25:45 +03:00
  • c44c229660 net: Receive IPv6 packet Jukka Rissanen 2016-05-17 13:03:02 +03:00
  • 2ade6ddb60 net: tests: Add unit test for IP and MAC address printing Jukka Rissanen 2016-05-16 17:16:19 +03:00
  • a6d9255647 net: Add debug function to print IP address Jukka Rissanen 2016-05-10 13:43:57 +03:00
  • fa7ed053bf net: Add debug function to print MAC address Jukka Rissanen 2016-05-10 09:30:10 +03:00
  • 875ea297d4 net: Add statistics gathering support Jukka Rissanen 2016-05-09 17:39:09 +03:00
  • 7047e00f85 net: Add net_context to compilation Jukka Rissanen 2016-05-09 15:49:48 +03:00
  • 8c8052497d net: Start to receive network packets Jukka Rissanen 2016-05-09 16:09:36 +03:00
  • 9821cb6eb4 net: tests: Temporarily remove nbuf unit test Jukka Rissanen 2016-07-12 13:30:39 +03:00
  • df1c331c96 net: Enable compilation of net_if.c Jukka Rissanen 2016-05-09 15:47:01 +03:00
  • 9ad626e8f7 net: Refactor debug printing in net_if Jukka Rissanen 2016-05-09 15:43:06 +03:00
  • f75d8a86bb net: Start to use logging macros from sys_log.h Jukka Rissanen 2016-05-09 15:36:46 +03:00
  • 71f2a78316 net: Add send() to net_if API Jukka Rissanen 2016-05-09 15:06:23 +03:00
  • 073c41c824 net: Add Kconfig option for compiling IPv4 support Jukka Rissanen 2016-05-09 15:02:53 +03:00
  • b33d8d6591 net: Add net_if_get_by_link_addr() util function Jukka Rissanen 2016-05-09 15:00:30 +03:00
  • 33f56ce99b net: Execute net_init() automatically Jukka Rissanen 2016-05-09 14:31:12 +03:00
  • 5698d7e4d4 net: Add Kconfig option for compiling IPv6 support Jukka Rissanen 2016-05-09 14:27:43 +03:00
  • 3e1aef117a net: Add net_analyze_stack() macro Jukka Rissanen 2016-05-09 14:20:01 +03:00
  • 14cdced965 net: Fix compilation error in net_if.h Jukka Rissanen 2016-05-09 14:16:48 +03:00
  • 2ddb7ce42e slip: Add driver for host to qemu connectivity Jukka Rissanen 2016-05-09 12:26:52 +03:00
  • 69b8c675a6 net: Add nbuf buffer API Jukka Rissanen 2016-05-09 14:12:14 +03:00
  • 81298abfb4 net: Compile IPv6 and IPv4 address conditionally Jukka Rissanen 2016-05-03 15:07:28 +03:00
  • 920a5f5e38 net: Add function that feeds data to RX fifo Jukka Rissanen 2016-05-03 10:41:25 +03:00
  • 47a0d8d6ab net: Refactored RX fiber init Jukka Rissanen 2016-05-03 09:57:50 +03:00
  • e0e682eb66 net: Add TX fifo to network interface Jukka Rissanen 2016-05-03 09:34:45 +03:00
  • 510ebe255d net: Add IPv6 prefixes to network interface Jukka Rissanen 2016-05-03 08:35:41 +03:00
  • ad848dcfbf net: Add multicast address to network interface Jukka Rissanen 2016-05-03 08:35:02 +03:00
  • ac479e19b8 net: Add network address information to interface Jukka Rissanen 2016-05-03 08:33:34 +03:00
  • e6d92ecdcf net: apps: Create a skeleton echo-server for new IP stack Jukka Rissanen 2016-05-02 10:52:55 +03:00
  • 2fa38c18f0 net: Add generic network interface header Tomasz Bursztyka 2016-05-02 09:02:04 +02:00
  • 9e47250e1f net: Compile new stack if enabled Jukka Rissanen 2016-05-02 10:27:13 +03:00
  • 2ecd663b2b net: Use same prefix in new IP stack Kconfig Jukka Rissanen 2016-05-02 10:20:56 +03:00
  • b9289f176c net: Add ntohl() and related macros Jukka Rissanen 2016-04-29 12:41:27 +03:00
  • 9c5a6d17e2 net: Add defines for various IP protocol header lengths Jukka Rissanen 2016-04-26 12:09:29 +03:00
  • a3b88f53c4 net: Initial commit for the new IP stack Jukka Rissanen 2016-04-29 15:52:09 +03:00
  • 96c4a4b3a3 scrips/kconfig: reduce impact of getenv() buffer overflow Inaky Perez-Gonzalez 2016-12-01 15:28:15 -08:00
  • 1dc41f515f usb :mass_storage: correct the license details Jithu Joseph 2016-11-30 17:01:22 -08:00
  • 813d550361 [REVERTME]boards: omit frame pointer for ARC boards Anas Nashif 2016-12-01 07:14:41 -05:00
  • d3230b0128 MAINTAINERS: fix email address Anas Nashif 2016-12-01 19:03:55 -05:00
  • e3febe9aa5 sanitycheck: allow error on deprecation warnings Anas Nashif 2016-11-30 14:25:44 -05:00
  • 91f834c908 kernel: add emphasis to nano_sem_take/k_sem_take return code difference Benjamin Walsh 2016-12-01 11:39:49 -05:00
  • 4b7bdf25be usb: Add WebUSB enabled custom class support. Sudarsana Nagineni 2016-11-14 15:42:22 +02:00
  • 120bc132d1 samples: usb: use unified kernel API Baohong Liu 2016-11-30 15:23:00 -08:00
  • 100e141a25 subsys: usb: use unified kernel API Baohong Liu 2016-11-30 15:19:15 -08:00
  • 313700e26f drivers: sensor: use unified kernel API Baohong Liu 2016-11-30 15:14:07 -08:00
  • fc5475fc46 doc: power_mgmt: Update PM doc with latest changes Ramesh Thomas 2016-11-30 01:06:27 -08:00
  • fa2d38e395 drivers: console: use unified kernel API Baohong Liu 2016-11-30 14:58:45 -08:00
  • f421ec23ad kernel: fix race condition when spawning a thread with a delay Benjamin Walsh 2016-11-30 17:41:16 -05:00
  • cb21e03ebb tests: adjust some stack sizes when running debug loads Benjamin Walsh 2016-11-30 17:40:06 -05:00
  • 4e8a54c1e3 arc: move disabling/invalidation of caches earlier Benjamin Walsh 2016-11-29 17:09:31 -05:00
  • 82f11bf099 build: x86: add some flexibility in custom linker scripts Andrew Boie 2016-11-21 14:16:11 -08:00
  • e868a80a5c samples: tests: tag all legacy test cases and samples Anas Nashif 2016-11-30 10:41:13 -05:00
  • 55fa31196e samples: remove legacy usage and convert to unified APIs Anas Nashif 2016-11-30 10:19:09 -05:00
  • 36e8fc5c05 drivers: lcd: use unified kernel APIs Anas Nashif 2016-11-30 10:20:01 -05:00
  • 6276ca68c8 drivers: timer: replace deprecated interface in nrf_rtc_timer Vinayak Chettimada 2016-11-30 18:06:06 +01:00
  • 883f9c39f7 drivers: timer: Fix missing sys_clock_disable in nrf_rtc_timer Vinayak Chettimada 2016-11-30 17:34:28 +01:00
  • b41c0159a8 watchdog: Refactor main Kconfig file Vincenzo Frascino 2016-11-29 11:13:49 +00:00
  • 64c69d585f Fix Kconfig formatting. Marcus Shawcroft 2016-11-18 18:07:53 +00:00
  • 8918676de0 maintainers: update kernel file list Anas Nashif 2016-11-30 09:12:32 -05:00
  • ce9cb26a2e build: add more security related compiler flags Anas Nashif 2016-11-28 16:28:49 -05:00
  • 7fee3fdb13 kernel: legacy: remove ztest workaround Anas Nashif 2016-11-28 13:09:45 -05:00
  • 44daf98e27 usb: cdc_acm: Various style fixes Tomasz Bursztyka 2016-11-30 11:21:20 +01:00
  • b6e04720c8 usb: cdc_acm: Drop legacy API for unified one Tomasz Bursztyka 2016-11-30 11:11:11 +01:00
  • 6b2ed0d5c3 board: arduino_101: Pinumx gpio/spi pins relevantly Tomasz Bursztyka 2016-11-28 17:08:40 +01:00
  • f38dc9995e uart: fix typo in uart_console.h Qiu Peiyang 2016-11-30 15:37:17 +08:00
  • 73ee7e2d1c counter: Fix interface Vincenzo Frascino 2016-11-29 16:35:15 +00:00
  • f0fd6c2634 counter: Refactor main Kconfig file Vincenzo Frascino 2016-11-29 14:33:36 +00:00