Show patches with: State = Action Required       |    Archived = No       |   888 patches
« 1 2 3 48 9 »
Patch Series S/W/F Date Submitter Delegate State
Request review for 3 patches. --- 2017-12-26 Xin Zhou New
Samsung2016 patch 1 --- 2017-12-26 Xin Zhou New
net: context: add net_pkt_set_appdatalen before net_tcp_queue_data --- 2017-04-24 Xiaorui Hu New
zephyr: add support for Eclipse project --- 2017-02-28 Vincenzo Frascino New
arm: core: Initial Stack Guarding implementation --- 2017-05-02 Vincenzo Frascino New
drivers: wdog: Update CMSDK Wdog driver --- 2018-11-16 Vincenzo Frascino New
Add support for TI CC3235sf --- 2019-05-10 Vincent Wan New
doc: boards: cc3220sf_launchxl: update OpenOCD instructions --- 2019-07-17 Vincent Wan New
drivers: wifi: simplelink: fix 'log_strdup missing' error messages --- 2019-08-21 Vincent Wan New
drivers: wifi: simplelink: fixes to support CONFIG_NET_NATIVE=n --- 2019-09-09 Vincent Wan New
[TOPIC-GPIO] drivers: Update TI cc32xx and cc13x2/cc26x2 gpio drivers to use new gpio api --- 2019-10-04 Vincent Wan New
[TOPIC-GPIO] drivers: gpio_cc2650: Removal due to deprecated platform --- 2020-01-08 Vincent Wan New
samples: http_get: fix build warnings on cc32xx --- 2020-01-31 Vincent Wan New
west.yml: hal_ti: fix SemaphoreP_create/construct to initialize count --- 2020-02-10 Vincent Wan New
Openocd workaround for cc13x2/cc26x2 --- 2020-03-05 Vincent Wan New
Implement shutdown mode as deep sleep state on CC13x2/CC26x2 --- 2020-03-27 Vincent Wan New
tests: timer_api: fix assertion in test_timer_remaining() --- 2020-05-15 Vincent Wan New
DT-related fixes in UART driver for CC13xx/CC26xx --- 2020-05-27 Vincent Wan New
drivers: spi: cc13xx_cc26xx: set power config based on SPI base addr --- 2020-05-27 Vincent Wan New
drivers: entropy: cc13xx_cc26xx: add power management support --- 2020-06-12 Vincent Wan New
Issue 22464 strdup function added to minimal C library --- 2020-02-05 Steve Osselton New
arm: 96b_stm32_sensor_mez: spi: Enable SPI4 --- 2019-12-14 Sahaj Sarup New
board: arm: Add Support For 96Boards Aerocore2 --- 2020-01-22 Sahaj Sarup New
arm: stm32f411e_disco: add dt node for leds and sensors --- 2021-04-09 Sahaj Sarup New
mpu6050: add i2c aux bypass --- 2021-08-19 Sahaj Sarup New
net: lwm2m: check content-format and respond with error if not support --- 2018-01-30 Robert Chou New
Add I2C support to nucleo_f411re --- 2017-10-27 Richard Osterloh New
soc: arm: st_stm32: stm32g4: STM32G4 support --- 2019-08-30 Richard Osterloh New
drivers: gpio: Add open drain output support for STM32 --- 2019-09-13 Richard Osterloh New
Add feather header --- 2020-02-04 Richard Osterloh New
drivers: pinmux: Add SPI1 NSS config on PA15 --- 2020-02-07 Richard Osterloh New
boards: adafruit_feather_stm32f405: Add SPI flash --- 2020-03-11 Richard Osterloh New
drivers: sensor: Add VCNL4040 driver --- 2020-04-21 Richard Osterloh New
boards: 96b_carbon: provide FLASH_BASE_ADDRESS to the flash script --- 2017-04-26 Ricardo Salveti New
PWM fixes for nRF5 --- 2017-08-29 Ricardo Salveti New
8mm evk a53 support --- 2021-02-26 Peng Fan New
kernel: queue, fifo: Add cancel_wait operation. --- 2017-05-01 Paul Sokolovsky New
[WIP] Add buffered output support to console subsystem. --- 2017-05-02 Paul Sokolovsky New
[DRAFT] net: tcp: When sending FIN, make sure it goes with ACK and proper seq --- 2017-05-05 Paul Sokolovsky New
[WIP] subsys: console: POSIX-compatible console for native_posix port --- 2018-02-01 Paul Sokolovsky New
mbedtls: config-tls1_2.h: Extended TLS 1.2 config --- 2018-02-20 Paul Sokolovsky New
samples: net: echo_async: Better error and write handling --- 2018-02-28 Paul Sokolovsky New
boards: arduino_due, nrf52_pca20020: Add "ram" and "flash" properties --- 2018-04-11 Paul Sokolovsky New
tests: socket: udp: Close test sockets --- 2018-04-23 Paul Sokolovsky New
net: tcp: Define single config option for TIME_WAIT delay --- 2018-05-11 Paul Sokolovsky New
net: ethernet: Clean up net_eth_fill_header() function --- 2018-06-12 Paul Sokolovsky New
net: tcp: Add MSS option on sending SYN request --- 2018-06-12 Paul Sokolovsky New
net: config: Introduce a dedicated header for the library --- 2018-06-29 Paul Sokolovsky New
net: Add INET_ADDRSTRLEN POSIX define --- 2018-09-07 Paul Sokolovsky New
net: config: Use sizeof() to get size of buffer for net_addr_ntop() --- 2018-09-10 Paul Sokolovsky New
Set name of all system threads (for debugging) --- 2018-10-12 Paul Sokolovsky New
net: if: Assert that link layer addr was set by driver --- 2018-11-01 Paul Sokolovsky New
net: if: net_if_set_link_addr: Mention lifetime for address buffer --- 2018-11-05 Paul Sokolovsky New
samples: console: echo: Be sure to print (both) CR LF in messages --- 2018-11-19 Paul Sokolovsky New
net: sockets: zsock_close: Be sure to free file descriptor --- 2018-11-19 Paul Sokolovsky New
boards: mimxrt1050_evk: Elaborate doc to be more user-facing --- 2018-11-21 Paul Sokolovsky New
net: ipv4: Clarify basic IPv4 packet drop logging --- 2018-11-26 Paul Sokolovsky New
include: __assert: Fix output formatting of __ASSERT_NO_MSG() --- 2018-11-30 Paul Sokolovsky New
POSIX, sockets: Elaborate ioctl/fcntl handling --- 2018-12-11 Paul Sokolovsky New
samples: sockets: echo_async: Don't include <sys/fcntl.h> --- 2018-12-12 Paul Sokolovsky New
net: buf: linearize: Never return -ENOMEM, just do what user asked to --- 2018-12-27 Paul Sokolovsky New
WIP misc: assert: Allow __ASSERT to call k_panic --- 2018-12-27 Paul Sokolovsky New
samples: echo_server: Test overlays for eth_e1000 and eth_stellaris --- 2019-01-20 Paul Sokolovsky New
Refactoring socket tests + poll() + select() test --- 2019-01-22 Paul Sokolovsky New
drivers: eth_mcux: Optimize check if received frame too large --- 2019-01-28 Paul Sokolovsky New
net: sockets_select: Fix build without CONFIG_NET_SOCKETS_POSIX_NAMES --- 2019-01-28 Paul Sokolovsky New
CODEOWNERS: Add @pfalcon for POSIX-related things --- 2019-01-31 Paul Sokolovsky New
[WIP][DNM] lib: posix: Elaborate for wider yet more selective POSIX coverage --- 2019-02-01 Paul Sokolovsky New
net: sockets: Add gethostname() call --- 2019-02-06 Paul Sokolovsky New
net: socket: Add zsock_freeaddrinfo() --- 2019-02-07 Paul Sokolovsky New
subsys: disk: ram: Make RAM disk size be configurable --- 2019-02-07 Paul Sokolovsky New
net: sockets: Add dummy shutdown() implementation. --- 2019-02-08 Paul Sokolovsky New
net: sockets: Properly handle EOF condition for poll() --- 2019-02-10 Paul Sokolovsky New
net: shell: dns: Variables shared with callback should be static. --- 2019-02-11 Paul Sokolovsky New
scripts: gitlint: Consistent case for Signed-off-by --- 2019-02-18 Paul Sokolovsky New
net: context: Fix send function documentation --- 2019-02-19 Paul Sokolovsky New
sockets: Define commonly used socket option symbols --- 2019-02-19 Paul Sokolovsky New
sockets: Properly refcount TCP sockets --- 2019-02-22 Paul Sokolovsky New
samples: sockets: echo: Better error checks --- 2019-03-05 Paul Sokolovsky New
net: pkt: Clarify docstring of the new API --- 2019-03-06 Paul Sokolovsky New
net: socket: Split select-related declaration to separate header --- 2019-03-13 Paul Sokolovsky New
net: sockets: Implement gai_strerror() --- 2019-03-13 Paul Sokolovsky New
samples: sockets: Add e1000 and stellaris ethernet drivers overlays --- 2019-03-25 Paul Sokolovsky New
net: sockets: Add docstrings for BSD Sockets API --- 2019-03-26 Paul Sokolovsky New
net: sntp: Handle case of request timeout and fix up sample --- 2019-04-20 Paul Sokolovsky New
net: sntp: Add sntp_query() function with fractional precision --- 2019-04-22 Paul Sokolovsky New
lib: posix: Switch to use zephyr_interface_library_named cmake directive --- 2019-05-06 Paul Sokolovsky New
ext: mbedtls: Enable easy integration with POSIX API --- 2019-05-21 Paul Sokolovsky New
ext: mbedtls: Add mbedTLS include paths to zephyr_include --- 2019-05-27 Paul Sokolovsky New
net: getaddrinfo: Parse numeric IPv4 addresses --- 2019-05-28 Paul Sokolovsky New
include: arch: arc: Minor punctuation fix --- 2019-06-04 Paul Sokolovsky New
posix: Add headers related to BSD Sockets API --- 2019-06-04 Paul Sokolovsky New
libc/minimal: add support for gmtime and its reverse "timegm" --- 2019-07-10 Paul Sokolovsky New
POSIX: Add more of important headers/content --- 2019-08-21 Paul Sokolovsky New
modules: Kconfig.tls-generic: Add CONFIG_MBEDTLS_ECDSA_DETERMINISTIC --- 2019-08-28 Paul Sokolovsky New
include: net: socketutils: Make sure they work with CONFIG_POSIX_API --- 2019-09-05 Paul Sokolovsky New
manifest: mbedtls: Update to pick latest config-tls-generic.h --- 2019-09-11 Paul Sokolovsky New
net: config: Add SYS_INIT handler to set clock from SNTP --- 2019-09-12 Paul Sokolovsky New
include: net: ethernet.h: Clarify checksum offloading options --- 2019-12-16 Paul Sokolovsky New
Add date shell commands --- 2020-02-06 Paul Sokolovsky New
« 1 2 3 48 9 »