Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 ... 2 3 4 5 »
Patch Series S/W/F Date Submitter Delegate State
drivers: eth_mcux: By default use 1 buffer each for hardware RX/TX --- 2019-01-18 Paul Sokolovsky Accepted
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
samples: sockets: Clean up headers included --- 2019-01-30 Paul Sokolovsky Accepted
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
tests: socket: poll, select: Fix non-blocking timing tests --- 2019-02-04 Paul Sokolovsky Accepted
kernel: Document resolution of k_uptime_get*() --- 2019-02-04 Paul Sokolovsky Accepted
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: Implement getnameinfo() --- 2019-02-08 Paul Sokolovsky Accepted
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
toolchain: common.h: Rename STRINGIFY to Z_STRINGIFY --- 2019-02-15 Paul Sokolovsky Accepted
samples: dumb_http_server: Fix typos and improve wording in docs --- 2019-02-18 Paul Sokolovsky Accepted
scripts: gitlint: Consistent case for Signed-off-by --- 2019-02-18 Paul Sokolovsky New
doc: sockets: Update to the current state of affairs --- 2019-02-18 Paul Sokolovsky Accepted
net: context: Fix send function documentation --- 2019-02-19 Paul Sokolovsky New
net: sockets: Fix logging message --- 2019-02-19 Paul Sokolovsky Accepted
sockets: Define commonly used socket option symbols --- 2019-02-19 Paul Sokolovsky New
net: socket: Define flags for getaddrinfo() --- 2019-02-21 Paul Sokolovsky Accepted
sockets: Properly refcount TCP sockets --- 2019-02-22 Paul Sokolovsky New
scripts: size_report: Fix output of header break line --- 2019-02-25 Paul Sokolovsky Accepted
console: tty: Remove dependency on older "consoles" --- 2019-02-25 Paul Sokolovsky Accepted
libc: newlib: Rename adhoc read/write implementation for stdin/stdout --- 2019-02-26 Paul Sokolovsky Accepted
lib: fdtable: Update for zephyr_write() rename --- 2019-02-26 Paul Sokolovsky Accepted
drivers: eth: stellaris: Properly ifdef stats handling --- 2019-02-28 Paul Sokolovsky Accepted
net: sockets: Trace socket/accept/close operations for debug logging --- 2019-03-01 Paul Sokolovsky Accepted
tests: socket: tcp: Test handling of EOF condition on socket --- 2019-03-01 Paul Sokolovsky Accepted
net: sockets: recv_stream: Check that the underlying net_context active --- 2019-03-04 Paul Sokolovsky Accepted
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
[DNM] net: sockets: recv_stream: Check that the underlying net_context active --- 2019-03-07 Paul Sokolovsky Accepted
arch: x86: fatal: If possible, print thread name in crash dump --- 2019-03-07 Paul Sokolovsky Accepted
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
tests: socket_helpers: Use zsock_ prefixed socket functions --- 2019-03-14 Paul Sokolovsky Accepted
net: ip: connection: Typo fixes in comment --- 2019-03-19 Paul Sokolovsky Accepted
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
net: sntp: Add "simple" one-shot API to query SNTP server --- 2019-04-22 Paul Sokolovsky Accepted
posix: Clean up of struct timeval define and related functions --- 2019-04-23 Paul Sokolovsky Accepted
net: ip: Demonstrate that CODEOWNERS assignment is broken --- 2019-04-26 Paul Sokolovsky Accepted
lib: posix: Switch to use zephyr_interface_library_named cmake directive --- 2019-05-06 Paul Sokolovsky New
tests: socket: misc: Add tests for inet_pton() --- 2019-05-06 Paul Sokolovsky Accepted
posix: unistd.h: Add gethostname() --- 2019-05-08 Paul Sokolovsky Accepted
net: getaddrinfo: Implement initial handling of host == NULL --- 2019-05-08 Paul Sokolovsky Accepted
CMakeLists.txt: Link libkernel.a as whole-archive, like everything else --- 2019-05-08 Paul Sokolovsky Accepted
SNTP: Convert deprecated sntp_request() to sntp_query() in samples --- 2019-05-10 Paul Sokolovsky Accepted
drivers: aio: Start moving to analogio_* namespace. --- 2019-05-13 Paul Sokolovsky Accepted
ext: mbedtls: Enable easy integration with POSIX API --- 2019-05-21 Paul Sokolovsky New
ext: mbedtls: Don't define MBEDTLS_PLATFORM_NO_STD_FUNCTIONS --- 2019-05-22 Paul Sokolovsky Accepted
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
net: sockets: Make NET_SOCKETS_POSIX_NAMES depend on !POSIX_API --- 2019-06-03 Paul Sokolovsky Accepted
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
posix: Clean up various headers --- 2019-06-04 Paul Sokolovsky Accepted
posix: Add headers related to BSD Sockets API --- 2019-07-04 Paul Sokolovsky Accepted
libc/minimal: add support for gmtime and its reverse "timegm" --- 2019-07-10 Paul Sokolovsky New
scripts: dts: Consistently open text files with utf-8. --- 2019-08-05 Paul Sokolovsky Accepted
DNS: Revamp and make RFC-compliant parsing of responses --- 2019-08-19 Paul Sokolovsky Accepted
samples: shell: fs: README: Typo in "pkgconfig" name. --- 2019-08-20 Paul Sokolovsky Accepted
Coverity: posix: pthread_create: Ignore retval of pthread_mutex_init() calls --- 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
POSIX: Add more of important headers/content --- 2019-08-21 Paul Sokolovsky New
modules: Kconfig.tls-generic: Remove duplicate "select" --- 2019-08-21 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: Add CONFIG_MBEDTLS_ECDSA_DETERMINISTIC --- 2019-08-28 Paul Sokolovsky New
samples: net: sockets: Allow to build and test with POSIX subsys --- 2019-08-28 Paul Sokolovsky Accepted
sanitycheck: Merge common vs per-test "filter" field values semantically --- 2019-08-29 Paul Sokolovsky Accepted
posix: Kconfig: Allow to enable individual components, POSIX_API just enables all --- 2019-08-29 Paul Sokolovsky Accepted
net: lib: socketutils, sntp: Allow to build for CONFIG_POSIX_API --- 2019-09-05 Paul Sokolovsky Accepted
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
sanitycheck: Use os.makedirs to create --report-dir. --- 2019-10-15 Paul Sokolovsky Accepted
include: net: ethernet.h: Clarify checksum offloading options --- 2019-12-16 Paul Sokolovsky New
Revert "samples: sockets: Don't open the socket if the test protocol … --- 2019-12-16 Paul Sokolovsky Accepted
CODEOWNERS: Add @pfalcon for subsys/net/lib/config/ --- 2019-12-17 Paul Sokolovsky Accepted
samples: sockets: big_http_download: Increase stack size. --- 2020-01-03 Paul Sokolovsky Accepted
include: crypto: Cleanup docstrings --- 2020-01-10 Paul Sokolovsky Accepted
Add date shell commands --- 2020-02-06 Paul Sokolovsky New
modules: mbedtls: Better help for MBEDTLS_BUILTIN vs MBEDTLS_LIBRARY --- 2020-03-03 Paul Sokolovsky New
[DNM] include: posix: time: Make possible to include with CONFIG_ARCH_POSIX --- 2020-03-03 Paul Sokolovsky Accepted
samples: sockets: big_http_download: Increase stack size by 128 bytes --- 2020-03-16 Paul Sokolovsky Accepted
tests: posix: pthread: Clean up test for pthread_getname/setname_np --- 2020-03-18 Paul Sokolovsky Accepted
samples: net: big_http_download: Update to be usable in automated CI testing --- 2020-04-06 Paul Sokolovsky New
[WIP] doc: A couple of typo fixes and requests for clarification --- 2020-04-17 Paul Sokolovsky New
samples: gettimeofday: Increase stack size by 64 bytes and other improvements --- 2020-04-27 Paul Sokolovsky Accepted
net: sntp: Namespace private SNTP definitions --- 2020-04-28 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
samples: net: echo_async_select: Use read()/write() if possible --- 2020-05-15 Paul Sokolovsky Accepted
lib: os: fdtable: Add syscalls for POSIX read/write/close/ioctl operations --- 2020-05-19 Paul Sokolovsky New
« 1 2 ... 2 3 4 5 »

Bundling

Create bundle: