Commit graph

  • 7a3150ea5e net/ipv6: Removing useless macros in nbr code Tomasz Bursztyka 2018-12-20 12:47:20 +01:00
  • 9789773ee4 net/ipv6: Switch RS msg sending to new net_pkt API Tomasz Bursztyka 2018-12-20 11:24:13 +01:00
  • 304f913525 net/ipv6: Switch NS msg sending to new net_pkt API Tomasz Bursztyka 2018-12-20 11:08:14 +01:00
  • 82f027460a net/ipv6: Switch NA msg sending to new net_pkt API Tomasz Bursztyka 2018-12-20 10:33:35 +01:00
  • fc38d0929d net/icmpv6: Make header creation function public Tomasz Bursztyka 2018-12-20 10:32:24 +01:00
  • 282962bb85 net/context: Add support for IPv6 on the new send/sendto functions Tomasz Bursztyka 2018-12-19 15:30:00 +01:00
  • c80d0d30e1 net/icmpv6: Switch error message to new API Tomasz Bursztyka 2018-12-19 13:10:40 +01:00
  • 189dc030f6 net/icmpv6: Switch echo request handler to new API Tomasz Bursztyka 2018-12-18 15:46:05 +01:00
  • 47f3b339eb net/icmpv6: Rework relevant signatures to pass ipv6 header pointer Tomasz Bursztyka 2018-12-18 15:28:40 +01:00
  • 86ac993e0c net/ipv6: Rework input function Tomasz Bursztyka 2018-12-18 09:18:12 +01:00
  • 30e5c516b1 net/icmpv6: Switch echo request to new net pkt allocator and API Tomasz Bursztyka 2018-12-17 15:28:21 +01:00
  • 070b4d2da8 net/ipv6: Account for extension headers when finalizing Tomasz Bursztyka 2019-01-28 10:01:34 +01:00
  • 6ea5a12f4c net/pkt: Use next_hdr field only for IPv6 Tomasz Bursztyka 2019-01-25 20:40:07 +01:00
  • fa4c52b98f net/ipv6: Add new API to create/finalize IPv6 headers. Tomasz Bursztyka 2018-12-17 15:10:13 +01:00
  • 2ad71c7701 net/icmpv6: Add a new function to finalize the ICMPv6 packet Tomasz Bursztyka 2018-12-17 15:34:00 +01:00
  • 7e25568a22 net/udp: Remove now useless net_udp_get_chksum function Tomasz Bursztyka 2018-12-17 13:15:19 +01:00
  • c0db7efff9 tests/net: Avoid using net_udp_get_chksum() Tomasz Bursztyka 2018-12-17 13:12:39 +01:00
  • 7d0ed7155c net/ipv4: Rework input function Tomasz Bursztyka 2018-12-13 21:41:23 +01:00
  • 1be2706a93 net/connection: Modify input function Tomasz Bursztyka 2018-12-13 21:39:06 +01:00
  • 3d52ff2e34 net/tcp: Add an input function for pre-validation Tomasz Bursztyka 2018-12-13 21:38:07 +01:00
  • 4937077e48 net/udp: Add an input function Tomasz Bursztyka 2018-12-13 21:36:57 +01:00
  • 083470a14a net/sockets: Use the new send/sendto from net_context Tomasz Bursztyka 2018-12-14 13:50:08 +01:00
  • 0d519f7bcf net/context: Create new send sendto functions using new net_pkt API Tomasz Bursztyka 2018-12-13 14:05:21 +01:00
  • 90e46c6ed1 net/icmpv4: Remove useless create, get and set header functions Tomasz Bursztyka 2018-12-11 15:48:48 +01:00
  • f9315f8097 net/icmpv4: Switch error message to new API Tomasz Bursztyka 2018-12-11 17:18:54 +01:00
  • 264ce4f6ad net/icmpv4: Switch echo request handler to new API Tomasz Bursztyka 2018-12-11 15:46:01 +01:00
  • 719ab0dab7 net/icmpv4: Rework relevant signatures to pass ipv4 header pointer Tomasz Bursztyka 2018-12-11 15:23:57 +01:00
  • 17a7f7fef1 net/icmpv4: Add a new function to finalize the ICMPv4 packet Tomasz Bursztyka 2018-12-11 14:54:07 +01:00
  • d319483a5f net/icmpv4: Input headers are gathered through new API Tomasz Bursztyka 2018-12-11 11:51:50 +01:00
  • 147b2eb498 net/ipv4: Input headers are gathered through new API Tomasz Bursztyka 2018-12-11 11:19:58 +01:00
  • 1b6a500067 net/core: Set cursor relevantly Tomasz Bursztyka 2018-12-12 09:49:06 +01:00
  • aec920ea53 net/core: Each and every received packet are being set to overwrite Tomasz Bursztyka 2018-12-05 13:58:58 +01:00
  • 2caa0b4e43 net: Adapt checksum calculation to new net_pkt API Tomasz Bursztyka 2018-12-03 20:35:16 +01:00
  • 593f957618 net/dhcpv4: Switch to new net_pkt API Tomasz Bursztyka 2018-11-29 17:08:57 +01:00
  • c14a5c896f drivers/ethernet: Use new net_pkt API for sending and receiving Tomasz Bursztyka 2018-11-27 20:16:42 +01:00
  • 999b3740b8 net/icmpv4: Switch echo request to new net pkt allocator and API Tomasz Bursztyka 2018-11-27 14:16:41 +01:00
  • 60b3137508 net/udp: Add new API to create/finalize UDP headers Tomasz Bursztyka 2018-11-27 11:34:57 +01:00
  • eb2adf30f3 net/ipv4: Add new API to create/finalize IPv4 headers. Tomasz Bursztyka 2018-11-27 12:00:31 +01:00
  • 06037c4d3f net/pkt: Add generic get/set data functions Tomasz Bursztyka 2018-11-27 08:49:50 +01:00
  • b039625745 net/pkt: Add an API to read/write into the buffer in a simpler way Tomasz Bursztyka 2018-11-26 17:22:12 +01:00
  • 8eb9ff72f6 net/pkt: Add new allocators Tomasz Bursztyka 2018-11-23 16:23:14 +01:00
  • 29ae6bd54c net/pkt: Add dummy getter/setters for IPv4/IPv6 attributes Tomasz Bursztyka 2018-11-26 20:31:25 +01:00
  • 834c50f00c CODEOWNERS: Add @pfalcon for POSIX-related things Paul Sokolovsky 2019-01-31 20:44:42 +03:00
  • 929c881db0 ext: lib: mbedtls: Fix MBEDTLS_PEM_PARSE_C definition in generic config Robert Lubos 2019-01-31 13:34:26 +01:00
  • 941f43588a doc: net: Remove net-app API references Jukka Rissanen 2019-02-01 09:04:11 +02:00
  • 48abdc2cb9 samples: net: Remove net-app based sample applications Jukka Rissanen 2019-01-30 10:14:39 +02:00
  • 2ece89f523 net: shell: Remove net-app command Jukka Rissanen 2019-01-30 10:17:22 +02:00
  • d1162600e9 net: app: Remove net-app API files Jukka Rissanen 2019-01-30 10:06:42 +02:00
  • 05f411523d dts: bindings: cleanup mtd descriptions Peter A. Bigot 2019-01-29 10:49:22 -06:00
  • ad812614b8 dts: intel_s1000_crb: switch flash to jedec spi-nor Peter A. Bigot 2019-01-29 10:45:59 -06:00
  • e7303cb09a boards: nrf52840_pca10056: add bindings for on-board serial flash Peter A. Bigot 2019-01-28 12:31:33 -06:00
  • d383656d83 boards: particle: add bindings for on-board flash Peter A. Bigot 2019-01-28 12:30:28 -06:00
  • 44758977f8 drivers: flash: spi-nor: update towards device-tree support Peter A. Bigot 2019-01-28 12:32:26 -06:00
  • 1a763e3c65 dts: flash: add bindings for jedec,spi-nor Peter A. Bigot 2019-01-28 12:26:30 -06:00
  • 37e77f942a driver/sensor: lps25hb: align driver to auto-generated dts macros Armando Visconti 2019-01-31 11:14:19 +01:00
  • 396ffbd86d driver/sensor: lsm6ds0: align driver to auto-generated dts macros Armando Visconti 2019-01-31 11:06:16 +01:00
  • 91786e96aa drivers: leuart_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines Piotr Mienkowski 2019-01-31 15:27:21 +01:00
  • 187762a14a boards: cc3220sf_launchxl: Provide dts aliases for leds 1 and 2 Gil Pitney 2019-01-31 17:37:56 -08:00
  • 9e4016d8dc usb: usb_dc_stm32: Convert to DT instance defines to remove dts_fixup.h Kumar Gala 2019-01-31 09:20:08 -06:00
  • e0349fb421 sensor: lsm6dsl: Fixup SPI CS handling Kumar Gala 2019-01-31 04:16:49 -06:00
  • 935d6855d9 display: ili9340: Fixup SPI CS handling Kumar Gala 2019-01-31 03:42:57 -06:00
  • b5a86baa57 ieee802154: mcr20a: Fixup SPI CS handling Kumar Gala 2019-01-31 03:55:53 -06:00
  • de20c10691 ieee802154: mcr20a: Remove dead Kconfig symbols Kumar Gala 2019-01-31 03:51:08 -06:00
  • d3623a2fba soc: xtensa: intel_s1000: Encode IRQ in dts Kumar Gala 2019-01-29 16:05:40 -06:00
  • 0370dbee4a usb: usb_dc: Replace CONFIG_ symbols that should be DT_ Kumar Gala 2019-01-31 13:20:44 -06:00
  • ae38cc6af2 doc: without-west.rst: fixes for correctness Marti Bolivar 2019-01-31 16:00:52 -07:00
  • 488c94825c doc: incremental improvements to west docs Marti Bolivar 2019-01-30 01:40:55 -07:00
  • 30ba9de4c4 samples: sockets: Remove Zephyr logging from POSIX-compatible samples Paul Sokolovsky 2019-01-31 13:58:46 +03:00
  • a79087cad1 net: lwm2m: add socket-based DNS support Michael Scott 2019-01-31 09:21:51 -08:00
  • 9cd0cfa564 samples: lwm2m: migrate to BSD socket APIs Michael Scott 2019-01-28 11:57:01 -08:00
  • d1cb39e7ce net: lwm2m: migrate LwM2M library to BSD-sockets API Michael Scott 2019-01-28 11:55:23 -08:00
  • d7f20f63d8 net: lwm2m: fix firmware status after bad download attempts Michael Scott 2019-01-28 10:57:17 -08:00
  • 0abe96e4cf net: lwm2m: replace periodic service thread with work queue Michael Scott 2019-01-25 22:47:58 -08:00
  • 180a365d2f net: lwm2m: support for LwM2M bootstrap Michael Scott 2019-01-25 22:36:47 -08:00
  • 54c10c04e5 net: lwm2m: use security data for connections Michael Scott 2019-01-25 21:43:52 -08:00
  • 3ef993c88e net: lwm2m: update security obj with DTLS data Michael Scott 2019-01-25 16:01:39 -08:00
  • 181544beec net: lwm2m: add JSON formatter for WRITE operations Michael Scott 2019-01-25 15:56:23 -08:00
  • 26599e30d4 net: lwm2m: introduce input formatter private data Michael Scott 2019-01-25 15:45:14 -08:00
  • a433af6e05 net: lwm2m: save remote address during setup Michael Scott 2019-01-25 14:39:41 -08:00
  • 3bfb7debb3 net: lwm2m: move to flat buffers Michael Scott 2019-01-25 14:13:07 -08:00
  • d003910460 net: lwm2m: create DTLS config layer for LwM2M Michael Scott 2019-01-24 15:49:31 -08:00
  • a93651085e boards: remove pulpino board Anas Nashif 2019-01-14 12:16:38 -05:00
  • 66b9e955b0 shell: remove empty lines at EOF Johan Hedberg 2019-01-31 21:05:19 +02:00
  • addafb8222 mimxrt1050_evk: eth_mcux: prevent PHY NANDTree Andrei Gansari 2019-01-22 11:42:16 +02:00
  • 0787936d15 mimxrt1050_evk: eth_mcux: driver fixup Andrei Gansari 2019-01-31 13:00:56 +02:00
  • 6d36f2e2f4 mimxrt1050_evk: cache enable Andrei Gansari 2019-01-31 12:34:26 +02:00
  • 933a062ab6 mimxrt1050_evk: default external flash and sdram Andrei Gansari 2019-01-31 12:33:27 +02:00
  • 18af0d1572 samples: sockets: Update echo_client/echo_server documentation Robert Lubos 2019-01-31 14:18:33 +01:00
  • 5cf7b48eb4 shell: fix spelling mistake in Kconfig Jakub Rzeszutko 2019-01-30 18:29:45 +01:00
  • 1ef5ad1883 samples: power: power_mgr: Remove redundant test Piotr Zięcik 2019-01-03 09:40:21 +01:00
  • b343665064 samples: nrf52: power_mgr: Enable the demo on the nRF51 SoC series Piotr Zięcik 2019-01-02 15:05:52 +01:00
  • a0f02b6a6d samples: nrf52: power_mgr: Update sample to use Zephyr PM policy Piotr Zięcik 2019-01-02 14:53:39 +01:00
  • 2587ed0090 soc: arm: nrf51: Backport power management code from nRF52 Piotr Zięcik 2019-01-02 13:39:25 +01:00
  • 4ce523094f soc: arm: nrf52: Update power management code for nRF52 Piotr Zięcik 2019-01-02 13:28:13 +01:00
  • 82f5c5e565 uart: sifive: Fix trivial CONFIG -> DT missed conversion Kumar Gala 2019-01-31 04:52:44 -06:00
  • 13fd996178 sensor: lsm9ds0: Remove unused define/Kconfig symbol Kumar Gala 2019-01-31 04:22:12 -06:00
  • 75d84ffd7a led: lp3943: Remove dts_fixup.h Kumar Gala 2019-01-29 14:40:55 -06:00
  • 489cecd505 led: pca9633: Remove dts_fixup.h Kumar Gala 2019-01-29 13:29:28 -06:00
  • be0d753721 led: lp5562: Remove dts_fixup.h Kumar Gala 2019-01-29 13:25:42 -06:00
  • c58835e0b4 boards: nrf52840_pca10090: Fix typo in Kconfig Kumar Gala 2019-01-31 04:35:49 -06:00