Show patches with: Submitter = Paul Sokolovsky       |    State = Action Required       |    Archived = No       |   75 patches
Patch Series S/W/F Date Submitter Delegate State
tests: lib: mem_alloc: Fix up conditions for "no_mem" testcases --- 2021-04-27 Paul Sokolovsky New
samples: posix: eventfd: Use full, not nano, Newlib. --- 2020-06-16 Paul Sokolovsky New
Net DNS resolver CNAME fix for v1.14 --- 2020-06-16 Paul Sokolovsky New
libc: newlib: libc-hooks: Provide our own implementation of __chk_fail() --- 2020-06-12 Paul Sokolovsky New
lib: os: fdtable: Add syscalls for POSIX read/write/close operations --- 2020-06-11 Paul Sokolovsky New
doc: release-notes-2.3: Add POSIX subsys highlights --- 2020-05-26 Paul Sokolovsky New
lib: os: fdtable: Add syscalls for POSIX read/write/close/ioctl operations --- 2020-05-19 Paul Sokolovsky New
tests/posix/common/src/clock.c: Dummy change to trigger issue with m2gl025_miv board in CI --- 2020-05-05 Paul Sokolovsky New
net: sntp: Namespace private SNTP definitions --- 2020-04-28 Paul Sokolovsky New
samples: net: big_http_download: Update to be usable in automated CI testing --- 2020-04-06 Paul Sokolovsky New
modules: mbedtls: Better help for MBEDTLS_BUILTIN vs MBEDTLS_LIBRARY --- 2020-03-03 Paul Sokolovsky New
Add date shell commands --- 2020-02-06 Paul Sokolovsky New
include: net: ethernet.h: Clarify checksum offloading options --- 2019-12-16 Paul Sokolovsky New
net: config: Add SYS_INIT handler to set clock from SNTP --- 2019-09-12 Paul Sokolovsky New
manifest: mbedtls: Update to pick latest config-tls-generic.h --- 2019-09-11 Paul Sokolovsky New
include: net: socketutils: Make sure they work with CONFIG_POSIX_API --- 2019-09-05 Paul Sokolovsky New
modules: Kconfig.tls-generic: Add CONFIG_MBEDTLS_ECDSA_DETERMINISTIC --- 2019-08-28 Paul Sokolovsky New
POSIX: Add more of important headers/content --- 2019-08-21 Paul Sokolovsky New
libc/minimal: add support for gmtime and its reverse "timegm" --- 2019-07-10 Paul Sokolovsky New
posix: Add headers related to BSD Sockets API --- 2019-06-04 Paul Sokolovsky New
include: arch: arc: Minor punctuation fix --- 2019-06-04 Paul Sokolovsky New
net: getaddrinfo: Parse numeric IPv4 addresses --- 2019-05-28 Paul Sokolovsky New
ext: mbedtls: Add mbedTLS include paths to zephyr_include --- 2019-05-27 Paul Sokolovsky New
ext: mbedtls: Enable easy integration with POSIX API --- 2019-05-21 Paul Sokolovsky New
lib: posix: Switch to use zephyr_interface_library_named cmake directive --- 2019-05-06 Paul Sokolovsky New
net: sntp: Add sntp_query() function with fractional precision --- 2019-04-22 Paul Sokolovsky New
net: sntp: Handle case of request timeout and fix up sample --- 2019-04-20 Paul Sokolovsky New
net: sockets: Add docstrings for BSD Sockets API --- 2019-03-26 Paul Sokolovsky New
samples: sockets: Add e1000 and stellaris ethernet drivers overlays --- 2019-03-25 Paul Sokolovsky New
net: sockets: Implement gai_strerror() --- 2019-03-13 Paul Sokolovsky New
net: socket: Split select-related declaration to separate header --- 2019-03-13 Paul Sokolovsky New
net: pkt: Clarify docstring of the new API --- 2019-03-06 Paul Sokolovsky New
samples: sockets: echo: Better error checks --- 2019-03-05 Paul Sokolovsky New
sockets: Properly refcount TCP sockets --- 2019-02-22 Paul Sokolovsky New
sockets: Define commonly used socket option symbols --- 2019-02-19 Paul Sokolovsky New
net: context: Fix send function documentation --- 2019-02-19 Paul Sokolovsky New
scripts: gitlint: Consistent case for Signed-off-by --- 2019-02-18 Paul Sokolovsky New
net: shell: dns: Variables shared with callback should be static. --- 2019-02-11 Paul Sokolovsky New
net: sockets: Properly handle EOF condition for poll() --- 2019-02-10 Paul Sokolovsky New
net: sockets: Add dummy shutdown() implementation. --- 2019-02-08 Paul Sokolovsky New
subsys: disk: ram: Make RAM disk size be configurable --- 2019-02-07 Paul Sokolovsky New
net: socket: Add zsock_freeaddrinfo() --- 2019-02-07 Paul Sokolovsky New
net: sockets: Add gethostname() call --- 2019-02-06 Paul Sokolovsky New
[WIP][DNM] lib: posix: Elaborate for wider yet more selective POSIX coverage --- 2019-02-01 Paul Sokolovsky New
CODEOWNERS: Add @pfalcon for POSIX-related things --- 2019-01-31 Paul Sokolovsky New
net: sockets_select: Fix build without CONFIG_NET_SOCKETS_POSIX_NAMES --- 2019-01-28 Paul Sokolovsky New
drivers: eth_mcux: Optimize check if received frame too large --- 2019-01-28 Paul Sokolovsky New
Refactoring socket tests + poll() + select() test --- 2019-01-22 Paul Sokolovsky New
samples: echo_server: Test overlays for eth_e1000 and eth_stellaris --- 2019-01-20 Paul Sokolovsky New
WIP misc: assert: Allow __ASSERT to call k_panic --- 2018-12-27 Paul Sokolovsky New
net: buf: linearize: Never return -ENOMEM, just do what user asked to --- 2018-12-27 Paul Sokolovsky New
samples: sockets: echo_async: Don't include <sys/fcntl.h> --- 2018-12-12 Paul Sokolovsky New
POSIX, sockets: Elaborate ioctl/fcntl handling --- 2018-12-11 Paul Sokolovsky New
include: __assert: Fix output formatting of __ASSERT_NO_MSG() --- 2018-11-30 Paul Sokolovsky New
net: ipv4: Clarify basic IPv4 packet drop logging --- 2018-11-26 Paul Sokolovsky New
boards: mimxrt1050_evk: Elaborate doc to be more user-facing --- 2018-11-21 Paul Sokolovsky New
net: sockets: zsock_close: Be sure to free file descriptor --- 2018-11-19 Paul Sokolovsky New
samples: console: echo: Be sure to print (both) CR LF in messages --- 2018-11-19 Paul Sokolovsky New
net: if: net_if_set_link_addr: Mention lifetime for address buffer --- 2018-11-05 Paul Sokolovsky New
net: if: Assert that link layer addr was set by driver --- 2018-11-01 Paul Sokolovsky New
Set name of all system threads (for debugging) --- 2018-10-12 Paul Sokolovsky New
net: config: Use sizeof() to get size of buffer for net_addr_ntop() --- 2018-09-10 Paul Sokolovsky New
net: Add INET_ADDRSTRLEN POSIX define --- 2018-09-07 Paul Sokolovsky New
net: config: Introduce a dedicated header for the library --- 2018-06-29 Paul Sokolovsky New
net: tcp: Add MSS option on sending SYN request --- 2018-06-12 Paul Sokolovsky New
net: ethernet: Clean up net_eth_fill_header() function --- 2018-06-12 Paul Sokolovsky New
net: tcp: Define single config option for TIME_WAIT delay --- 2018-05-11 Paul Sokolovsky New
tests: socket: udp: Close test sockets --- 2018-04-23 Paul Sokolovsky New
boards: arduino_due, nrf52_pca20020: Add "ram" and "flash" properties --- 2018-04-11 Paul Sokolovsky New
samples: net: echo_async: Better error and write handling --- 2018-02-28 Paul Sokolovsky New
mbedtls: config-tls1_2.h: Extended TLS 1.2 config --- 2018-02-20 Paul Sokolovsky New
[WIP] subsys: console: POSIX-compatible console for native_posix port --- 2018-02-01 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] Add buffered output support to console subsystem. --- 2017-05-02 Paul Sokolovsky New
kernel: queue, fifo: Add cancel_wait operation. --- 2017-05-01 Paul Sokolovsky New