Commit graph

  • 6e8fdd34fe net: Added API documentation to IP address check functions Jukka Rissanen 2016-05-18 12:28:46 +0300
  • d24f673248 net: Receive IPv4 packet Jukka Rissanen 2016-05-17 13:17:15 +0300
  • 262a02fe67 net: Network interface code compiles ok for IPv4 and IPv6 Jukka Rissanen 2016-05-18 11:18:50 +0300
  • e467c009e5 net: tests: Add more IPv6 address getters unit tests Jukka Rissanen 2016-05-18 11:17:59 +0300
  • 93f129060d net: IPv6 address utility funcs for network interface Jukka Rissanen 2016-05-18 11:15:41 +0300
  • 7851aecc1c net: tests: Add IPv4 address unit tests Jukka Rissanen 2016-05-17 14:16:01 +0300
  • cf5c1db262 net: Add IPv4 addresses to network interface Jukka Rissanen 2016-05-17 14:13:17 +0300
  • c3deb96dd7 net: tests: Add IPv6 address manipulation unit tests Jukka Rissanen 2016-05-17 12:28:39 +0300
  • 09d317ccd0 net: Utilities to set and lookup interface IPv6 addresses Jukka Rissanen 2016-05-17 12:33:45 +0300
  • f49de47f42 net: Add utility functions to check IPv6 addresses Jukka Rissanen 2016-05-10 16:32:05 +0300
  • 6646597a86 net: Add utility func to return IP address type as a string Jukka Rissanen 2016-05-10 16:29:48 +0300
  • cce1854b58 net: Drop received source mcast IPv6 packets Jukka Rissanen 2016-05-10 14:25:45 +0300
  • c44c229660 net: Receive IPv6 packet Jukka Rissanen 2016-05-17 13:03:02 +0300
  • 2ade6ddb60 net: tests: Add unit test for IP and MAC address printing Jukka Rissanen 2016-05-16 17:16:19 +0300
  • a6d9255647 net: Add debug function to print IP address Jukka Rissanen 2016-05-10 13:43:57 +0300
  • fa7ed053bf net: Add debug function to print MAC address Jukka Rissanen 2016-05-10 09:30:10 +0300
  • 875ea297d4 net: Add statistics gathering support Jukka Rissanen 2016-05-09 17:39:09 +0300
  • 7047e00f85 net: Add net_context to compilation Jukka Rissanen 2016-05-09 15:49:48 +0300
  • 8c8052497d net: Start to receive network packets Jukka Rissanen 2016-05-09 16:09:36 +0300
  • 9821cb6eb4 net: tests: Temporarily remove nbuf unit test Jukka Rissanen 2016-07-12 13:30:39 +0300
  • df1c331c96 net: Enable compilation of net_if.c Jukka Rissanen 2016-05-09 15:47:01 +0300
  • 9ad626e8f7 net: Refactor debug printing in net_if Jukka Rissanen 2016-05-09 15:43:06 +0300
  • f75d8a86bb net: Start to use logging macros from sys_log.h Jukka Rissanen 2016-05-09 15:36:46 +0300
  • 71f2a78316 net: Add send() to net_if API Jukka Rissanen 2016-05-09 15:06:23 +0300
  • 073c41c824 net: Add Kconfig option for compiling IPv4 support Jukka Rissanen 2016-05-09 15:02:53 +0300
  • b33d8d6591 net: Add net_if_get_by_link_addr() util function Jukka Rissanen 2016-05-09 15:00:30 +0300
  • 33f56ce99b net: Execute net_init() automatically Jukka Rissanen 2016-05-09 14:31:12 +0300
  • 5698d7e4d4 net: Add Kconfig option for compiling IPv6 support Jukka Rissanen 2016-05-09 14:27:43 +0300
  • 3e1aef117a net: Add net_analyze_stack() macro Jukka Rissanen 2016-05-09 14:20:01 +0300
  • 14cdced965 net: Fix compilation error in net_if.h Jukka Rissanen 2016-05-09 14:16:48 +0300
  • 2ddb7ce42e slip: Add driver for host to qemu connectivity Jukka Rissanen 2016-05-09 12:26:52 +0300
  • 69b8c675a6 net: Add nbuf buffer API Jukka Rissanen 2016-05-09 14:12:14 +0300
  • 81298abfb4 net: Compile IPv6 and IPv4 address conditionally Jukka Rissanen 2016-05-03 15:07:28 +0300
  • 920a5f5e38 net: Add function that feeds data to RX fifo Jukka Rissanen 2016-05-03 10:41:25 +0300
  • 47a0d8d6ab net: Refactored RX fiber init Jukka Rissanen 2016-05-03 09:57:50 +0300
  • e0e682eb66 net: Add TX fifo to network interface Jukka Rissanen 2016-05-03 09:34:45 +0300
  • 510ebe255d net: Add IPv6 prefixes to network interface Jukka Rissanen 2016-05-03 08:35:41 +0300
  • ad848dcfbf net: Add multicast address to network interface Jukka Rissanen 2016-05-03 08:35:02 +0300
  • ac479e19b8 net: Add network address information to interface Jukka Rissanen 2016-05-03 08:33:34 +0300
  • e6d92ecdcf net: apps: Create a skeleton echo-server for new IP stack Jukka Rissanen 2016-05-02 10:52:55 +0300
  • 2fa38c18f0 net: Add generic network interface header Tomasz Bursztyka 2016-05-02 09:02:04 +0200
  • 9e47250e1f net: Compile new stack if enabled Jukka Rissanen 2016-05-02 10:27:13 +0300
  • 2ecd663b2b net: Use same prefix in new IP stack Kconfig Jukka Rissanen 2016-05-02 10:20:56 +0300
  • b9289f176c net: Add ntohl() and related macros Jukka Rissanen 2016-04-29 12:41:27 +0300
  • 9c5a6d17e2 net: Add defines for various IP protocol header lengths Jukka Rissanen 2016-04-26 12:09:29 +0300
  • a3b88f53c4 net: Initial commit for the new IP stack Jukka Rissanen 2016-04-29 15:52:09 +0300
  • 96c4a4b3a3 scrips/kconfig: reduce impact of getenv() buffer overflow Inaky Perez-Gonzalez 2016-12-01 15:28:15 -0800
  • 1dc41f515f usb :mass_storage: correct the license details Jithu Joseph 2016-11-30 17:01:22 -0800
  • 813d550361 [REVERTME]boards: omit frame pointer for ARC boards Anas Nashif 2016-12-01 07:14:41 -0500
  • d3230b0128 MAINTAINERS: fix email address Anas Nashif 2016-12-01 19:03:55 -0500
  • e3febe9aa5 sanitycheck: allow error on deprecation warnings Anas Nashif 2016-11-30 14:25:44 -0500
  • 91f834c908 kernel: add emphasis to nano_sem_take/k_sem_take return code difference Benjamin Walsh 2016-12-01 11:39:49 -0500
  • 4b7bdf25be usb: Add WebUSB enabled custom class support. Sudarsana Nagineni 2016-11-14 15:42:22 +0200
  • 120bc132d1 samples: usb: use unified kernel API Baohong Liu 2016-11-30 15:23:00 -0800
  • 100e141a25 subsys: usb: use unified kernel API Baohong Liu 2016-11-30 15:19:15 -0800
  • 313700e26f drivers: sensor: use unified kernel API Baohong Liu 2016-11-30 15:14:07 -0800
  • fc5475fc46 doc: power_mgmt: Update PM doc with latest changes Ramesh Thomas 2016-11-30 01:06:27 -0800
  • fa2d38e395 drivers: console: use unified kernel API Baohong Liu 2016-11-30 14:58:45 -0800
  • f421ec23ad kernel: fix race condition when spawning a thread with a delay Benjamin Walsh 2016-11-30 17:41:16 -0500
  • cb21e03ebb tests: adjust some stack sizes when running debug loads Benjamin Walsh 2016-11-30 17:40:06 -0500
  • 4e8a54c1e3 arc: move disabling/invalidation of caches earlier Benjamin Walsh 2016-11-29 17:09:31 -0500
  • 82f11bf099 build: x86: add some flexibility in custom linker scripts Andrew Boie 2016-11-21 14:16:11 -0800
  • e868a80a5c samples: tests: tag all legacy test cases and samples Anas Nashif 2016-11-30 10:41:13 -0500
  • 55fa31196e samples: remove legacy usage and convert to unified APIs Anas Nashif 2016-11-30 10:19:09 -0500
  • 36e8fc5c05 drivers: lcd: use unified kernel APIs Anas Nashif 2016-11-30 10:20:01 -0500
  • 6276ca68c8 drivers: timer: replace deprecated interface in nrf_rtc_timer Vinayak Chettimada 2016-11-30 18:06:06 +0100
  • 883f9c39f7 drivers: timer: Fix missing sys_clock_disable in nrf_rtc_timer Vinayak Chettimada 2016-11-30 17:34:28 +0100
  • b41c0159a8 watchdog: Refactor main Kconfig file Vincenzo Frascino 2016-11-29 11:13:49 +0000
  • 64c69d585f Fix Kconfig formatting. Marcus Shawcroft 2016-11-18 18:07:53 +0000
  • 8918676de0 maintainers: update kernel file list Anas Nashif 2016-11-30 09:12:32 -0500
  • ce9cb26a2e build: add more security related compiler flags Anas Nashif 2016-11-28 16:28:49 -0500
  • 7fee3fdb13 kernel: legacy: remove ztest workaround Anas Nashif 2016-11-28 13:09:45 -0500
  • 44daf98e27 usb: cdc_acm: Various style fixes Tomasz Bursztyka 2016-11-30 11:21:20 +0100
  • b6e04720c8 usb: cdc_acm: Drop legacy API for unified one Tomasz Bursztyka 2016-11-30 11:11:11 +0100
  • 6b2ed0d5c3 board: arduino_101: Pinumx gpio/spi pins relevantly Tomasz Bursztyka 2016-11-28 17:08:40 +0100
  • f38dc9995e uart: fix typo in uart_console.h Qiu Peiyang 2016-11-30 15:37:17 +0800
  • 73ee7e2d1c counter: Fix interface Vincenzo Frascino 2016-11-29 16:35:15 +0000
  • f0fd6c2634 counter: Refactor main Kconfig file Vincenzo Frascino 2016-11-29 14:33:36 +0000
  • 52fef67c13 sanitycheck: allow for extra binary sections in testcase.ini Andrew Boie 2016-11-29 12:21:59 -0800
  • 9d054653cf x86: add _set_idt() Andrew Boie 2016-11-29 09:46:24 -0800
  • 602682150b x86: fix _set_gdt() implementation Andrew Boie 2016-11-28 15:32:20 -0800
  • 427be9ef75 x86: rename segment descriptor 'size' field to 'db' Andrew Boie 2016-11-28 15:31:37 -0800
  • 452fd7a5c2 x86: don't set segment registers if we don't set GDT Andrew Boie 2016-11-28 15:29:13 -0800
  • d9616b9400 sanitycheck: abort if last_sanity.csv not found Anas Nashif 2016-11-29 13:34:53 -0500
  • 3763487575 sensor: fix typo in Kconfig Qiu Peiyang 2016-11-29 14:34:21 +0800
  • b0c0548ad6 samples: drivers: current sensing : Exit from testcase if device not found Sergio Rodriguez 2016-11-28 17:55:28 -0800
  • 710f9a22a8 samples: drivers: led_apa102c: Exit from testcase if device not found Sergio Rodriguez 2016-11-28 17:46:45 -0800
  • a3db0d1313 samples: event_collector: Remove redundant check Jithu Joseph 2016-11-22 13:24:59 -0800
  • 462c6efca4 tests/ztest/mock: remove usage of legacy k_fifo_get() Inaky Perez-Gonzalez 2016-11-15 17:25:44 -0800
  • b53e6d7774 libc/minimal: snprintf(): KILL negative len parameter Inaky Perez-Gonzalez 2016-11-22 11:20:55 -0800
  • 1ce435b646 tests/kernel: Test CONFIG_RUNTIME_NMI behavior Vincenzo Frascino 2016-11-28 17:41:48 +0000
  • e5b157bc1e net: buf: move test to unified kernel Anas Nashif 2016-11-28 10:51:11 -0500
  • eba017632a arm/frdm_k64f: fix boot issue with MBED bootloader and INIT_STACKS=y Benjamin Walsh 2016-11-28 12:22:35 -0500
  • 8062f6ea5a net: buf: Add extra logic when debug is enabled Luiz Augusto von Dentz 2016-11-07 13:33:01 +0200
  • 2de6e8da4d net: buf: Add debug for fragments Luiz Augusto von Dentz 2016-11-25 16:02:47 +0200
  • e891c290cb net: buf: Assert on invalid parameters Luiz Augusto von Dentz 2016-11-23 17:59:19 +0200
  • 1cbd6b1939 net: buf: Fix warnings related to legacy API Luiz Augusto von Dentz 2016-11-25 15:02:50 +0200
  • 62111b70ea net: buf: Use NET_BUF_SIMPLE_ASSERT with net_buf_simple API Luiz Augusto von Dentz 2016-11-07 12:42:12 +0200
  • 85b954dc4c logging: add exeternal hook to sys_log Yossi Havusha 2016-11-09 14:56:57 +0200
  • 247a4509ce drivers: nrf timer: remove unused variable Anas Nashif 2016-11-27 22:35:52 -0500