Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 3 44 5 »
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
[WIP] doc: A couple of typo fixes and requests for clarification --- 2020-04-17 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
In --help message, add hint about "-c help". --- 2013-12-20 pfalcon New
Fetch all tags by default, make repo work with rebased git repos. --- 2011-08-30 Paul Sokolovsky New
console: Kconfig: Remove EXPERIMENTAL marker --- 2021-10-22 Paul Sokolovsky Accepted
include: net: socket.h: Workaround issue with recent GCC and fcntl macro --- 2021-04-14 Paul Sokolovsky Accepted
samples: posix: eventfd: Add sample.yaml for CI builds --- 2020-06-10 Paul Sokolovsky Accepted
samples: net: echo_async_select: Use read()/write() if possible --- 2020-05-15 Paul Sokolovsky Accepted
samples: gettimeofday: Increase stack size by 64 bytes and other improvements --- 2020-04-27 Paul Sokolovsky Accepted
tests: posix: pthread: Clean up test for pthread_getname/setname_np --- 2020-03-18 Paul Sokolovsky Accepted
samples: sockets: big_http_download: Increase stack size by 128 bytes --- 2020-03-16 Paul Sokolovsky Accepted
[DNM] include: posix: time: Make possible to include with CONFIG_ARCH_POSIX --- 2020-03-03 Paul Sokolovsky Accepted
include: crypto: Cleanup docstrings --- 2020-01-10 Paul Sokolovsky Accepted
samples: sockets: big_http_download: Increase stack size. --- 2020-01-03 Paul Sokolovsky Accepted
CODEOWNERS: Add @pfalcon for subsys/net/lib/config/ --- 2019-12-17 Paul Sokolovsky Accepted
Revert "samples: sockets: Don't open the socket if the test protocol … --- 2019-12-16 Paul Sokolovsky Accepted
sanitycheck: Use os.makedirs to create --report-dir. --- 2019-10-15 Paul Sokolovsky Accepted
net: lib: socketutils, sntp: Allow to build for CONFIG_POSIX_API --- 2019-09-05 Paul Sokolovsky Accepted
posix: Kconfig: Allow to enable individual components, POSIX_API just enables all --- 2019-08-29 Paul Sokolovsky Accepted
sanitycheck: Merge common vs per-test "filter" field values semantically --- 2019-08-29 Paul Sokolovsky Accepted
samples: net: sockets: Allow to build and test with POSIX subsys --- 2019-08-28 Paul Sokolovsky Accepted
POSIX: pthread_cond_timedwait, pthread_mutex_timedlock should use absolute deadline param --- 2019-08-27 Paul Sokolovsky Accepted
modules: Kconfig.tls-generic: Remove duplicate "select" --- 2019-08-21 Paul Sokolovsky Accepted
posix: fs: ZFD_IOCTL_CLOSE: Be sure to call posix_fs_free_obj() --- 2019-08-21 Paul Sokolovsky Accepted
Coverity: posix: pthread_create: Ignore retval of pthread_mutex_init() calls --- 2019-08-21 Paul Sokolovsky Accepted
samples: shell: fs: README: Typo in "pkgconfig" name. --- 2019-08-20 Paul Sokolovsky Accepted
« 1 2 3 44 5 »

Bundling

Create bundle: